# 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" | |
} |