Skip to content

Commit

Permalink
chore(spanner): use different project for directpath presubmit integr…
Browse files Browse the repository at this point in the history
…ation tests (googleapis#3494)

* chore(spanner): use different project for directpath presubmit integration tests

* change SA

* Fix secret manager
  • Loading branch information
sakthivelmanii authored Nov 25, 2024
1 parent 77cb585 commit ed0ad28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ integration-directpath-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-directpath \
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/spanner-java-client-directpath \
-Dspanner.gce.config.project_id=span-cloud-testing \
-fae \
verify
RETURN_CODE=$?
Expand Down
4 changes: 2 additions & 2 deletions .kokoro/presubmit/integration-directpath-enabled.cfg
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 ed0ad28

Please sign in to comment.