Skip to content

Commit 15eacb9

Browse files
authored
chore: update SA used for tests (#11018)
1 parent e78389d commit 15eacb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/kokoro/continuous.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Nightly/$MODULE: Runs tests in a specified module. Triggered nightly.
2525
##
2626

27-
export GOOGLE_APPLICATION_CREDENTIALS=$KOKORO_KEYSTORE_DIR/72523_go_integration_service_account
27+
export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_GFILE_DIR}/secret_manager/go-cloud-integration-service-account"
2828
# Removing the GCLOUD_TESTS_GOLANG_PROJECT_ID setting may make some integration
2929
# tests (like profiler's) silently skipped, so make sure you know what you are
3030
# doing when changing / removing the next line.
@@ -34,8 +34,10 @@ export GCLOUD_TESTS_GOLANG_SECONDARY_BIGTABLE_PROJECT_ID=gcloud-golang-firestore
3434
export GCLOUD_TESTS_GOLANG_KEY=$GOOGLE_APPLICATION_CREDENTIALS
3535
export GCLOUD_TESTS_GOLANG_DATASTORE_DATABASES=database-01
3636
export GCLOUD_TESTS_GOLANG_FIRESTORE_PROJECT_ID=gcloud-golang-firestore-tests
37+
# TODO(codyoss): Update this
3738
export GCLOUD_TESTS_GOLANG_FIRESTORE_KEY=$KOKORO_KEYSTORE_DIR/72523_go_firestore_integration_service_account
3839
export GCLOUD_TESTS_GOLANG_FIRESTORE_DATABASES=database-02
40+
# TODO(codyoss): Update this
3941
export GCLOUD_TESTS_API_KEY=$(cat $KOKORO_KEYSTORE_DIR/72523_go_gcloud_tests_api_key)
4042
export GCLOUD_TESTS_GOLANG_KEYRING=projects/dulcet-port-762/locations/us/keyRings/go-integration-test
4143
export GCLOUD_TESTS_GOLANG_PROFILER_ZONE="us-west1-b"

0 commit comments

Comments
 (0)