xref: /aosp_15_r20/external/google-cloud-java/.kokoro/nightly/graalvm-native.cfg (revision 55e87721aa1bc457b326496a7ca40f3ea1a63287)
1# Format: //devtools/kokoro/config/proto/build.proto
2
3# Configure the docker image for kokoro-trampoline.
4env_vars: {
5  key: "TRAMPOLINE_IMAGE"
6  value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
7}
8
9env_vars: {
10  key: "JOB_TYPE"
11  value: "graalvm"
12}
13
14# TODO: remove this after we've migrated all tests and scripts
15env_vars: {
16  key: "GCLOUD_PROJECT"
17  value: "cloud-java-ci-test"
18}
19
20env_vars: {
21  key: "GOOGLE_CLOUD_PROJECT"
22  value: "cloud-java-ci-test"
23}
24
25env_vars: {
26  key: "GOOGLE_APPLICATION_CREDENTIALS"
27  value: "secret_manager/cloud-java-ci-it-service-account"
28}
29
30env_vars: {
31  key: "SECRET_MANAGER_KEYS"
32  value: "cloud-java-ci-it-service-account, java-bigqueryconnection-samples-secrets"
33}