File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ retry_with_backoff 3 10 \
3838 -T 1C
3939
4040# if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it
41+ bash .kokoro/populate-secrets.sh
4142if [[ ! -z " ${GOOGLE_APPLICATION_CREDENTIALS} " && " ${GOOGLE_APPLICATION_CREDENTIALS} " != /* ]]; then
4243 export GOOGLE_APPLICATION_CREDENTIALS=$( realpath ${KOKORO_GFILE_DIR} /${GOOGLE_APPLICATION_CREDENTIALS} )
4344fi
@@ -73,13 +74,12 @@ integration)
7374graalvmA)
7475 # Run Unit and Integration Tests with Native Image
7576 echo " HELLOOOO"
76- bash .kokoro/populate-secrets.sh
7777 mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl ' oauth2_http'
7878 RETURN_CODE=$?
7979 ;;
8080graalvmB)
8181 # Run Unit and Integration Tests with Native Image
82- bash .kokoro/populate-secrets.sh
82+ # bash .kokoro/populate-secrets.sh
8383 mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl ' oauth2_http'
8484 RETURN_CODE=$?
8585 ;;
Original file line number Diff line number Diff line change 3030 msg " Retrieving secret ${key} "
3131 gcloud secrets versions access latest \
3232 --project cloud-devrel-kokoro-resources \
33- --secret " ${key} " > " ${SECRET_LOCATION} /${key} "
33+ --secret ${key} > " ${SECRET_LOCATION} /${key} "
3434# docker run --entrypoint=gcloud \
3535# --volume=${KOKORO_GFILE_DIR}:${KOKORO_GFILE_DIR} \
3636# gcr.io/google.com/cloudsdktool/cloud-sdk \
You can’t perform that action at this time.
0 commit comments