File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ integration)
76
76
-DtrimStackTrace=false \
77
77
-Dclirr.skip=true \
78
78
-Denforcer.skip=true \
79
+ -Dspanner.testenv.instance=projects/span-cloud-testing/instances/java-client-integration-test \
80
+ -Dspanner.gce.config.project_id=span-cloud-testing \
79
81
-fae \
80
82
verify
81
83
RETURN_CODE=$?
Original file line number Diff line number Diff line change @@ -11,24 +11,13 @@ env_vars: {
11
11
value: " integration"
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: " gcloud-devel"
18
- }
19
-
20
- env_vars: {
21
- key: " GOOGLE_CLOUD_PROJECT"
22
- value: " gcloud-devel"
23
- }
24
-
25
14
env_vars: {
26
15
key: " GOOGLE_APPLICATION_CREDENTIALS"
27
- value: " secret_manager/java-it-service-account "
16
+ value: " secret_manager/java-client-testing "
28
17
}
29
18
30
19
env_vars: {
31
20
key: " SECRET_MANAGER_KEYS"
32
- value: " java-it-service-account "
21
+ value: " java-client-testing "
33
22
}
34
23
You can’t perform that action at this time.
0 commit comments