Jon Wayne Parrott | d020426 | 2017-07-19 11:26:28 -0700 | [diff] [blame] | 1 | # Format: //devtools/kokoro/config/proto/build.proto |
| 2 | |
| 3 | # Download trampoline resources. These will be in ${KOKORO_GFILE_DIR} |
| 4 | gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" |
| 5 | |
| 6 | # All builds use the trampoline script to run in docker. |
| 7 | build_file: "google-auth-library-python/.kokoro/trampoline.sh" |
| 8 | |
| 9 | # Use the Python worker docker iamge. |
| 10 | env_vars: { |
| 11 | key: "TRAMPOLINE_IMAGE" |
| 12 | value: "gcr.io/silver-python2/python-worker" |
| 13 | } |