1# Format: //devtools/kokoro/config/proto/build.proto 2 3# Build logs will be here 4action { 5 define_artifacts { 6 regex: "**/*sponge_log.xml" 7 regex: "**/*sponge_log.txt" 8 } 9} 10 11# Download trampoline resources. 12gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 13 14# Use the trampoline script to run in docker. 15build_file: "google-cloud-java/.kokoro/trampoline.sh" 16 17env_vars: { 18 key: "TRAMPOLINE_BUILD_FILE" 19 value: "github/google-cloud-java/.kokoro/build.sh" 20} 21 22env_vars: { 23 key: "JOB_TYPE" 24 value: "test" 25} 26 27env_vars: { 28 key: "ENABLE_FLAKYBOT" 29 value: "true" 30} 31 32 33before_action { 34 fetch_keystore { 35 keystore_resource { 36 keystore_config_id: 73713 37 keyname: "dpebot_codecov_token" 38 } 39 } 40} 41