# Format: //devtools/kokoro/config/proto/build.proto # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2" } env_vars: { key: "JOB_TYPE" value: "graalvm" } # TODO: remove this after we've migrated all tests and scripts env_vars: { key: "GCLOUD_PROJECT" value: "cloud-java-ci-test" } env_vars: { key: "GOOGLE_CLOUD_PROJECT" value: "cloud-java-ci-test" } env_vars: { key: "GOOGLE_APPLICATION_CREDENTIALS" value: "secret_manager/cloud-java-ci-it-service-account" } env_vars: { key: "SECRET_MANAGER_KEYS" value: "cloud-java-ci-it-service-account, java-bigqueryconnection-samples-secrets" }