Home | History | Annotate | Download | only in .kokoro
      1 # Format: //devtools/kokoro/config/proto/build.proto
      2 
      3 # Download trampoline resources.
      4 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
      5 
      6 # Use the trampoline script to run in docker.
      7 build_file: "google-api-python-client/.kokoro/trampoline.sh"
      8 
      9 # Configure the docker image for kokoro-trampoline.
     10 env_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.
     16 env_vars: {
     17     key: "TRAMPOLINE_BUILD_FILE"
     18     value: "github/google-api-python-client/.kokoro/build.sh"
     19 }
     20