Skip to content

Commit 603a79d

Browse files
Revert "ci: change presubmit jobs to run against cloud-devel (#3811)" (#3838)
This reverts commit f0f072b.
1 parent d9b8e62 commit 603a79d

File tree

4 files changed

+42
-11
lines changed

4 files changed

+42
-11
lines changed

.kokoro/build.sh

+4-7
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ integration)
9898
-Dclirr.skip=true \
9999
-Denforcer.skip=true \
100100
-Dmaven.main.skip=true \
101-
-Dspanner.gce.config.server_url=https://staging-wrenchworks.sandbox.googleapis.com \
102-
-Dspanner.gce.config.project_id=span-cloud-testing \
103-
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/java-client-integration-tests \
101+
-Dspanner.gce.config.project_id=gcloud-devel \
102+
-Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests \
104103
-fae \
105104
verify
106105
RETURN_CODE=$?
@@ -114,7 +113,6 @@ integration-directpath-enabled)
114113
-Dclirr.skip=true \
115114
-Denforcer.skip=true \
116115
-Dmaven.main.skip=true \
117-
-Dspanner.gce.config.server_url=https://staging-wrenchworks.sandbox.googleapis.com \
118116
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/spanner-java-client-directpath \
119117
-Dspanner.gce.config.project_id=span-cloud-testing \
120118
-fae \
@@ -130,9 +128,8 @@ integration-multiplexed-sessions-enabled)
130128
-Dclirr.skip=true \
131129
-Denforcer.skip=true \
132130
-Dmaven.main.skip=true \
133-
-Dspanner.gce.config.server_url=https://staging-wrenchworks.sandbox.googleapis.com \
134-
-Dspanner.gce.config.project_id=span-cloud-testing \
135-
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/java-client-integration-tests-multiplexed-sessions \
131+
-Dspanner.gce.config.project_id=gcloud-devel \
132+
-Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests-multiplexed-sessions \
136133
-fae \
137134
verify
138135
RETURN_CODE=$?

.kokoro/presubmit/integration-directpath-enabled.cfg

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ env_vars: {
1111
value: "integration-directpath-enabled"
1212
}
1313

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+
1425
env_vars: {
1526
key: "GOOGLE_APPLICATION_CREDENTIALS"
1627
value: "secret_manager/java-client-testing"

.kokoro/presubmit/integration-multiplexed-sessions-enabled.cfg

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,25 @@ env_vars: {
1111
value: "integration-multiplexed-sessions-enabled"
1212
}
1313

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+
1425
env_vars: {
1526
key: "GOOGLE_APPLICATION_CREDENTIALS"
16-
value: "secret_manager/java-client-testing"
27+
value: "secret_manager/java-it-service-account"
1728
}
1829

1930
env_vars: {
2031
key: "SECRET_MANAGER_KEYS"
21-
value: "java-client-testing"
32+
value: "java-it-service-account"
2233
}
2334

2435
env_vars: {

.kokoro/presubmit/integration.cfg

+14-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,24 @@ env_vars: {
1111
value: "integration"
1212
}
1313

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+
1425
env_vars: {
1526
key: "GOOGLE_APPLICATION_CREDENTIALS"
16-
value: "secret_manager/java-client-testing"
27+
value: "secret_manager/java-it-service-account"
1728
}
1829

1930
env_vars: {
2031
key: "SECRET_MANAGER_KEYS"
21-
value: "java-client-testing"
32+
value: "java-it-service-account"
2233
}
34+

0 commit comments

Comments
 (0)