File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
3434export GCLOUD_TESTS_GOLANG_KEY=$GOOGLE_APPLICATION_CREDENTIALS
3535export GCLOUD_TESTS_GOLANG_DATASTORE_DATABASES=database-01
3636export GCLOUD_TESTS_GOLANG_FIRESTORE_PROJECT_ID=gcloud-golang-firestore-tests
37+ # TODO(codyoss): Update this
3738export GCLOUD_TESTS_GOLANG_FIRESTORE_KEY=$KOKORO_KEYSTORE_DIR /72523_go_firestore_integration_service_account
3839export GCLOUD_TESTS_GOLANG_FIRESTORE_DATABASES=database-02
40+ # TODO(codyoss): Update this
3941export GCLOUD_TESTS_API_KEY=$( cat $KOKORO_KEYSTORE_DIR /72523_go_gcloud_tests_api_key)
4042export GCLOUD_TESTS_GOLANG_KEYRING=projects/dulcet-port-762/locations/us/keyRings/go-integration-test
4143export GCLOUD_TESTS_GOLANG_PROFILER_ZONE=" us-west1-b"
You can’t perform that action at this time.
0 commit comments