We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037e8ed commit 6388da2Copy full SHA for 6388da2
.kokoro/nightly/integration-cloud-devel.cfg
@@ -0,0 +1,33 @@
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
+# TODO: remove this after we've migrated all tests and scripts
15
16
+ key: "GCLOUD_PROJECT"
17
+ value: "span-cloud-testing"
18
19
20
21
+ key: "GOOGLE_CLOUD_PROJECT"
22
23
24
25
26
+ key: "GOOGLE_APPLICATION_CREDENTIALS"
27
+ value: "secret_manager/java-client-testing"
28
29
30
31
+ key: "SECRET_MANAGER_KEYS"
32
+ value: "java-client-testing"
33
0 commit comments