1# Format: //devtools/kokoro/config/proto/build.proto 2 3# Build logs will be here 4action { 5 define_artifacts { 6 regex: "**/*sponge_log.xml" 7 } 8} 9 10# Download trampoline resources. 11gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 12 13# Download resources for system tests (service account key, etc.) 14gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-python" 15 16# Use the trampoline script to run in docker. 17build_file: "google-api-python-client/.kokoro/trampoline.sh" 18 19# Configure the docker image for kokoro-trampoline. 20env_vars: { 21 key: "TRAMPOLINE_IMAGE" 22 value: "gcr.io/cloud-devrel-kokoro-resources/python-multi" 23} 24env_vars: { 25 key: "TRAMPOLINE_BUILD_FILE" 26 value: "github/google-api-python-client/.kokoro/build.sh" 27} 28