# Format: //devtools/kokoro/config/proto/build.proto | |
# Location of the presubmit bash script in Git. | |
build_file: "git/core/kokoro/build.sh" | |
action { | |
define_artifacts { | |
regex: "git/out/**/kokoro_log/**/*sponge_log.log" | |
regex: "git/out/**/kokoro_log/**/*sponge_log.xml" | |
strip_prefix: "git" | |
} | |
} | |
timeout_mins: 10 |