# Format: //devtools/kokoro/config/proto/build.proto # Build logs will be here action { define_artifacts { regex: "**/*sponge_log.xml" regex: "**/*sponge_log.txt" } } # Download trampoline resources. gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" # Use the trampoline script to run in docker. build_file: "google-cloud-java/.kokoro/trampoline.sh" env_vars: { key: "TRAMPOLINE_BUILD_FILE" value: "github/google-cloud-java/.kokoro/build.sh" } env_vars: { key: "JOB_TYPE" value: "test" } env_vars: { key: "ENABLE_FLAKYBOT" value: "true" } before_action { fetch_keystore { keystore_resource { keystore_config_id: 73713 keyname: "dpebot_codecov_token" } } }