1# Format: //devtools/kokoro/config/proto/build.proto
2
3# Download trampoline resources.
4gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
5
6# Use the trampoline script to run in docker.
7build_file: "google-api-python-client/.kokoro/trampoline.sh"
8
9# Configure the docker image for kokoro-trampoline.
10env_vars: {
11    key: "TRAMPOLINE_IMAGE"
12    value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
13}
14
15# Tell the trampoline which build file to use.
16env_vars: {
17    key: "TRAMPOLINE_BUILD_FILE"
18    value: "github/google-api-python-client/.kokoro/build.sh"
19}
20