Skip to content

Commit 74d6d73

Browse files
chore: add kokoro config to run nightly integration test on java11.0.14 (#635)
Source-Author: Neenu Shaji <Neenu1995@users.noreply.github.com> Source-Date: Thu Feb 3 13:21:25 2022 -0500 Source-Repo: googleapis/synthtool Source-Sha: 010e6b0541130bef2cfe453380a31bea959278c5 Source-Link: googleapis/synthtool@010e6b0
1 parent cc23b99 commit 74d6d73

2 files changed

Lines changed: 40 additions & 2 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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-public-resources/java11014"
7+
}
8+
9+
env_vars: {
10+
key: "JOB_TYPE"
11+
value: "integration"
12+
}
13+
# TODO: remove this after we've migrated all tests and scripts
14+
env_vars: {
15+
key: "GCLOUD_PROJECT"
16+
value: "gcloud-devel"
17+
}
18+
19+
env_vars: {
20+
key: "GOOGLE_CLOUD_PROJECT"
21+
value: "gcloud-devel"
22+
}
23+
24+
env_vars: {
25+
key: "ENABLE_FLAKYBOT"
26+
value: "true"
27+
}
28+
29+
env_vars: {
30+
key: "GOOGLE_APPLICATION_CREDENTIALS"
31+
value: "secret_manager/java-it-service-account"
32+
}
33+
34+
env_vars: {
35+
key: "SECRET_MANAGER_KEYS"
36+
value: "java-it-service-account"
37+
}

synth.metadata

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "ea973af5ab5296a08f75f322706e0f9cd58fcba6"
7+
"sha": "1810bae27175ea5db1fa8ea78a36fc717461f496"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "466412a75d636d69bcf8a42d9a5f956e73ac421d"
22+
"sha": "010e6b0541130bef2cfe453380a31bea959278c5"
2323
}
2424
}
2525
],
@@ -61,6 +61,7 @@
6161
".kokoro/dependencies.sh",
6262
".kokoro/nightly/common.cfg",
6363
".kokoro/nightly/integration.cfg",
64+
".kokoro/nightly/java11-integration.cfg",
6465
".kokoro/nightly/java11.cfg",
6566
".kokoro/nightly/java7.cfg",
6667
".kokoro/nightly/java8-osx.cfg",

0 commit comments

Comments
 (0)