There was an error while loading. Please reload this page.
1 parent bd69a2a commit c7e0e51Copy full SHA for c7e0e51
synthtool/gcp/templates/java_library/.kokoro/nightly/integration.cfg
@@ -6,11 +6,26 @@ env_vars: {
6
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
7
}
8
9
+env_vars: {
10
+ key: "JOB_TYPE"
11
+ value: "integration"
12
+}
13
+
14
15
+ key: "GCLOUD_PROJECT"
16
+ value: "gcloud-devel"
17
18
19
env_vars: {
20
key: "ENABLE_BUILD_COP"
21
value: "true"
22
23
24
25
+ key: "GOOGLE_APPLICATION_CREDENTIALS"
26
+ value: "keystore/73713_java_it_service_account"
27
28
29
before_action {
30
fetch_keystore {
31
keystore_resource {
0 commit comments