Skip to content

Commit

Permalink
chore(spanner): run it on cloud-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta committed Jan 23, 2025
1 parent 7697f8b commit cb62224
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ integration-multiplexed-sessions-enabled)
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.main.skip=true \
-Dspanner.gce.config.project_id=gcloud-devel \
-Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests-multiplexed-sessions \
-Dspanner.gce.config.server_url=https://staging-wrenchworks.sandbox.googleapis.com \
-Dspanner.gce.config.project_id=span-cloud-testing \
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/spanner-java-client-testing \
-fae \
verify
RETURN_CODE=$?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ env_vars: {

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-it-service-account"
value: "secret_manager/java-client-testing"
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
value: "java-client-testing"
}

env_vars: {
Expand Down

0 comments on commit cb62224

Please sign in to comment.