1*af546375SCole Faust# Format: //devtools/kokoro/config/proto/build.proto 2*af546375SCole Faust 3*af546375SCole Faust# Build logs will be here 4*af546375SCole Faustaction { 5*af546375SCole Faust define_artifacts { 6*af546375SCole Faust regex: "**/*sponge_log.xml" 7*af546375SCole Faust regex: "**/*sponge_log.txt" 8*af546375SCole Faust } 9*af546375SCole Faust} 10*af546375SCole Faust 11*af546375SCole Faust# Download trampoline resources. 12*af546375SCole Faustgfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 13*af546375SCole Faust 14*af546375SCole Faust# Use the trampoline script to run in docker. 15*af546375SCole Faustbuild_file: "google-auth-library-java/.kokoro/trampoline.sh" 16*af546375SCole Faust 17*af546375SCole Faustenv_vars: { 18*af546375SCole Faust key: "TRAMPOLINE_BUILD_FILE" 19*af546375SCole Faust value: "github/google-auth-library-java/.kokoro/build.sh" 20*af546375SCole Faust} 21*af546375SCole Faust 22*af546375SCole Faustenv_vars: { 23*af546375SCole Faust key: "JOB_TYPE" 24*af546375SCole Faust value: "test" 25*af546375SCole Faust} 26