Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit c25182d

Browse files
ci: add secrets for ITs (#208)
* ci: add secrets for ITs * Update synth.py * Update integration.cfg * Update synth.py
1 parent 42279d7 commit c25182d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.kokoro/nightly/integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ env_vars: {
3333

3434
env_vars: {
3535
key: "SECRET_MANAGER_KEYS"
36-
value: "java-it-service-account"
36+
value: "java-it-service-account, java-bigqueryconnection-samples-secrets"
3737
}

.kokoro/presubmit/integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ env_vars: {
2929

3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
32-
value: "java-it-service-account"
32+
value: "java-it-service-account, java-bigqueryconnection-samples-secrets"
3333
}

synth.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@
3434
'.kokoro/build.sh',
3535
'.kokoro/nightly/samples.cfg',
3636
'.kokoro/presubmit/samples.cfg',
37-
])
37+
'.kokoro/presubmit/integration.cfg',
38+
'.kokoro/nightly/integration.cfg'
39+
])

0 commit comments

Comments
 (0)