We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dbc8f commit 5b493faCopy full SHA for 5b493fa
1 file changed
.kokoro/presubmit/integration-cloud-devel.cfg
@@ -0,0 +1,22 @@
1
+# Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+# Configure the docker image for kokoro-trampoline.
4
+env_vars: {
5
+ key: "TRAMPOLINE_IMAGE"
6
+ value: "gcr.io/cloud-devrel-kokoro-resources/java8"
7
+}
8
9
10
+ key: "JOB_TYPE"
11
+ value: "integration-cloud-devel"
12
13
14
15
+ key: "GOOGLE_APPLICATION_CREDENTIALS"
16
+ value: "secret_manager/java-client-testing"
17
18
19
20
+ key: "SECRET_MANAGER_KEYS"
21
+ value: "java-client-testing"
22
0 commit comments