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: {
44
44
key: " REPORT_COVERAGE"
45
45
value: " true"
46
46
}
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: {
44
44
key: " REPORT_COVERAGE"
45
45
value: " true"
46
46
}
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: {
11
11
value: " integration-cloud-devel"
12
12
}
13
13
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
-
25
14
env_vars: {
26
15
key: " GOOGLE_APPLICATION_CREDENTIALS"
27
16
value: " secret_manager/java-client-testing"
@@ -31,3 +20,8 @@ env_vars: {
31
20
key: " SECRET_MANAGER_KEYS"
32
21
value: " java-client-testing"
33
22
}
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: {
11
11
value: " integration-cloud-staging"
12
12
}
13
13
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
-
25
14
env_vars: {
26
15
key: " GOOGLE_APPLICATION_CREDENTIALS"
27
16
value: " secret_manager/java-client-testing"
@@ -31,3 +20,8 @@ env_vars: {
31
20
key: " SECRET_MANAGER_KEYS"
32
21
value: " java-client-testing"
33
22
}
23
+
24
+ env_vars: {
25
+ key: " ENABLE_FLAKYBOT"
26
+ value: " true"
27
+ }
You can’t perform that action at this time.
0 commit comments