xref: /aosp_15_r20/external/google-auth-library-java/.kokoro/common.cfg (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1*af546375SCole Faust# Format: //devtools/kokoro/config/proto/build.proto
2*af546375SCole Faust
3*af546375SCole Faust# Download trampoline resources. These will be in ${KOKORO_GFILE_DIR}
4*af546375SCole Faustgfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
5*af546375SCole Faust
6*af546375SCole Faust# All builds use the trampoline script to run in docker.
7*af546375SCole Faustbuild_file: "google-auth-library-java/.kokoro/trampoline.sh"
8*af546375SCole Faust
9*af546375SCole Faust# Tell the trampoline which build file to use.
10*af546375SCole Faustenv_vars: {
11*af546375SCole Faust  key: "TRAMPOLINE_BUILD_FILE"
12*af546375SCole Faust  value: "github/google-auth-library-java/.kokoro/build.sh"
13*af546375SCole Faust}
14