This repository was archived by the owner on Feb 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ samples)
7878
7979 if [[ -f ${SAMPLES_DIR} /pom.xml ]]
8080 then
81+ if [ -f " ${KOKORO_GFILE_DIR} /secret_manager/java-bigquerystorage-samples-secrets" ]
82+ then
83+ source " ${KOKORO_GFILE_DIR} /secret_manager/java-bigquerystorage-samples-secrets"
84+ fi
85+
8186 pushd ${SAMPLES_DIR}
8287 mvn -B \
8388 -Penable-samples \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ env_vars: {
2929
3030env_vars: {
3131 key: " SECRET_MANAGER_KEYS"
32- value: " java-docs-samples-service-account"
32+ value: " java-docs-samples-service-account, java-bigquerystorage-samples-secrets "
3333}
3434
3535env_vars: {
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ env_vars: {
2929
3030env_vars: {
3131 key: " SECRET_MANAGER_KEYS"
32- value: " java-docs-samples-service-account"
32+ value: " java-docs-samples-service-account, java-bigquerystorage-samples-secrets "
3333}
Original file line number Diff line number Diff line change 3737
3838java .common_templates (excludes = [
3939 'renovate.json' # excluding due to common-lang3 dep added to renovate.json
40+ '.kokoro/build.sh' ,
41+ '.kokoro/nightly/samples.cfg' ,
42+ '.kokoro/presubmit/samples.cfg' ,
4043])
You can’t perform that action at this time.
0 commit comments