blob: d8e6ffc95f600bb6d61c3356d7a9dc10cbc74c13 [file] [log] [blame]
# 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: "java-common-protos/.kokoro/trampoline.sh"
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-common-protos/.kokoro/build.sh"
}
env_vars: {
key: "JOB_TYPE"
value: "test"
}