xref: /aosp_15_r20/external/google-auth-library-java/.kokoro/common.cfg (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
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# All builds use the trampoline script to run in docker.
7build_file: "google-auth-library-java/.kokoro/trampoline.sh"
8
9# Tell the trampoline which build file to use.
10env_vars: {
11  key: "TRAMPOLINE_BUILD_FILE"
12  value: "github/google-auth-library-java/.kokoro/build.sh"
13}
14