xref: /aosp_15_r20/external/google-cloud-java/.kokoro/common.cfg (revision 55e87721aa1bc457b326496a7ca40f3ea1a63287)
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-cloud-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-cloud-java/.kokoro/build.sh"
13}
14