Skip to content

Commit f34407d

Browse files
authored
chore: enable flakybot for nightly/continuous ITs (#1104)
* chore: enable flakybot on integration test jobs
1 parent cbc8040 commit f34407d

File tree

4 files changed

+20
-22
lines changed

4 files changed

+20
-22
lines changed

.kokoro/continuous/integration-cloud-devel.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ env_vars: {
4444
key: "REPORT_COVERAGE"
4545
value: "true"
4646
}
47+
48+
env_vars: {
49+
key: "ENABLE_FLAKYBOT"
50+
value: "true"
51+
}

.kokoro/continuous/integration-cloud-staging.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ env_vars: {
4444
key: "REPORT_COVERAGE"
4545
value: "true"
4646
}
47+
48+
env_vars: {
49+
key: "ENABLE_FLAKYBOT"
50+
value: "true"
51+
}

.kokoro/nightly/integration-cloud-devel.cfg

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ env_vars: {
1111
value: "integration-cloud-devel"
1212
}
1313

14-
# TODO: remove this after we've migrated all tests and scripts
15-
env_vars: {
16-
key: "GCLOUD_PROJECT"
17-
value: "span-cloud-testing"
18-
}
19-
20-
env_vars: {
21-
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "span-cloud-testing"
23-
}
24-
2514
env_vars: {
2615
key: "GOOGLE_APPLICATION_CREDENTIALS"
2716
value: "secret_manager/java-client-testing"
@@ -31,3 +20,8 @@ env_vars: {
3120
key: "SECRET_MANAGER_KEYS"
3221
value: "java-client-testing"
3322
}
23+
24+
env_vars: {
25+
key: "ENABLE_FLAKYBOT"
26+
value: "true"
27+
}

.kokoro/nightly/integration-cloud-staging.cfg

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ env_vars: {
1111
value: "integration-cloud-staging"
1212
}
1313

14-
# TODO: remove this after we've migrated all tests and scripts
15-
env_vars: {
16-
key: "GCLOUD_PROJECT"
17-
value: "span-cloud-testing"
18-
}
19-
20-
env_vars: {
21-
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "span-cloud-testing"
23-
}
24-
2514
env_vars: {
2615
key: "GOOGLE_APPLICATION_CREDENTIALS"
2716
value: "secret_manager/java-client-testing"
@@ -31,3 +20,8 @@ env_vars: {
3120
key: "SECRET_MANAGER_KEYS"
3221
value: "java-client-testing"
3322
}
23+
24+
env_vars: {
25+
key: "ENABLE_FLAKYBOT"
26+
value: "true"
27+
}

0 commit comments

Comments
 (0)