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# Specify which tests to run 11env_vars: { 12 key: "RUN_TESTS_SESSION" 13 value: "lint" 14} 15 16env_vars: { 17 key: "TRAMPOLINE_BUILD_FILE" 18 value: "github/google-api-python-client/.kokoro/test-samples.sh" 19} 20 21# Configure the docker image for kokoro-trampoline. 22env_vars: { 23 key: "TRAMPOLINE_IMAGE" 24 value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker" 25} 26 27# Download secrets for samples 28gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples" 29 30# Download trampoline resources. 31gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 32 33# Use the trampoline script to run in docker. 34build_file: "google-api-python-client/.kokoro/trampoline_v2.sh"