Skip to content

Commit 53c863f

Browse files
PhongChuonglqiu96
authored andcommitted
test: temporarily disable flaky bot for graalvm IT (#3833)
There is a known issue with graalvm IT being very flaky (b/422746465). Disabling flaky bot to reduce the noise until we investigate the issue further.
1 parent 562d4d3 commit 53c863f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.kokoro/continuous/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ env_vars: {
3434

3535
env_vars: {
3636
key: "ENABLE_FLAKYBOT"
37-
value: "true"
37+
value: "false"
3838
}

.kokoro/continuous/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ env_vars: {
3434

3535
env_vars: {
3636
key: "ENABLE_FLAKYBOT"
37-
value: "true"
37+
value: "false"
3838
}

.kokoro/continuous/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ env_vars: {
3434

3535
env_vars: {
3636
key: "ENABLE_FLAKYBOT"
37-
value: "true"
37+
value: "false"
3838
}

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ env_vars: {
3434

3535
env_vars: {
3636
key: "ENABLE_FLAKYBOT"
37-
value: "true"
37+
value: "false"
3838
}

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ env_vars: {
3434

3535
env_vars: {
3636
key: "ENABLE_FLAKYBOT"
37-
value: "true"
37+
value: "false"
3838
}

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ env_vars: {
3434

3535
env_vars: {
3636
key: "ENABLE_FLAKYBOT"
37-
value: "true"
37+
value: "false"
3838
}

0 commit comments

Comments
 (0)