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/java8" 7} 8 9env_vars: { 10 key: "JOB_TYPE" 11 value: "integration" 12} 13# TODO: remove this after we've migrated all tests and scripts 14env_vars: { 15 key: "GCLOUD_PROJECT" 16 value: "gcloud-devel" 17} 18 19env_vars: { 20 key: "GOOGLE_CLOUD_PROJECT" 21 value: "gcloud-devel" 22} 23 24env_vars: { 25 key: "ENABLE_BUILD_COP" 26 value: "true" 27} 28 29env_vars: { 30 key: "GOOGLE_APPLICATION_CREDENTIALS" 31 value: "secret_manager/java-it-service-account" 32} 33 34env_vars: { 35 key: "SECRET_MANAGER_KEYS" 36 value: "java-it-service-account" 37} 38 39env_vars: { 40 key: "GCS_BUCKET" 41 value: "byoid-it-bucket" 42} 43 44env_vars: { 45 key: "GOOGLE_EXTERNAL_ACCOUNT_ALLOW_EXECUTABLES" 46 value: "1" 47} 48 49env_vars: { 50 key: "GOOGLE_CLOUD_QUOTA_PROJECT" 51 value: "gcloud-devel" 52} 53