1# Format: //devtools/kokoro/config/proto/build.proto 2 3# Download trampoline resources. These will be in ${KOKORO_GFILE_DIR} 4gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 5 6# Download resources for tests 7gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-auth-library-python" 8 9# All builds use the trampoline script to run in docker. 10build_file: "google-auth-library-python/.kokoro/trampoline.sh" 11 12# Use the Python worker docker iamge. 13env_vars: { 14 key: "TRAMPOLINE_IMAGE" 15 value: "gcr.io/cloud-devrel-public-resources/python-multi" 16} 17