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

Commit 5f82559

Browse files
yoshi-automationchingor13
authored andcommitted
build: regenerate configs from templates (#16)
1 parent 6fd9093 commit 5f82559

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.kokoro/presubmit/integration.cfg

+24
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,27 @@ env_vars: {
55
key: "TRAMPOLINE_IMAGE"
66
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
77
}
8+
9+
env_vars: {
10+
key: "JOB_TYPE"
11+
value: "integration"
12+
}
13+
14+
env_vars: {
15+
key: "GCLOUD_PROJECT"
16+
value: "gcloud-devel"
17+
}
18+
19+
env_vars: {
20+
key: "GOOGLE_APPLICATION_CREDENTIALS"
21+
value: "keystore/73713_java_it_service_account"
22+
}
23+
24+
before_action {
25+
fetch_keystore {
26+
keystore_resource {
27+
keystore_config_id: 73713
28+
keyname: "java_it_service_account"
29+
}
30+
}
31+
}

synth.metadata

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-09-06T16:09:54.850638Z",
2+
"updateTime": "2019-09-10T08:05:23.089681Z",
33
"sources": [
44
{
55
"template": {

0 commit comments

Comments
 (0)