File tree Expand file tree Collapse file tree 4 files changed +20
-22
lines changed
Expand file tree Collapse file tree 4 files changed +20
-22
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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-
2514env_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+ }
Original file line number Diff line number Diff 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-
2514env_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+ }
You can’t perform that action at this time.
0 commit comments