Skip to content

Commit d8d6d47

Browse files
authored
chore: add TRAMPOLINE_IMAGE env var to config (#1096)
1 parent 56aa79d commit d8d6d47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.kokoro/continuous/integration-cloud-devel.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,14 @@ env_vars: {
3333
key: "SECRET_MANAGER_KEYS"
3434
value: "java-client-testing"
3535
}
36+
37+
# Configure the docker image for kokoro-trampoline.
38+
env_vars: {
39+
key: "TRAMPOLINE_IMAGE"
40+
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
41+
}
42+
43+
env_vars: {
44+
key: "REPORT_COVERAGE"
45+
value: "true"
46+
}

0 commit comments

Comments
 (0)