2018-11-08 19:00:19 +00:00
|
|
|
# Format: //devtools/kokoro/config/proto/build.proto
|
|
|
|
|
|
|
|
# Build logs will be here
|
|
|
|
action {
|
|
|
|
define_artifacts {
|
|
|
|
regex: "**/*sponge_log.xml"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
# Download trampoline resources.
|
|
|
|
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
|
|
|
|
|
|
|
|
# Download resources for system tests (service account key, etc.)
|
|
|
|
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-ruby"
|
|
|
|
|
|
|
|
env_vars: {
|
|
|
|
key: "JOB_TYPE"
|
|
|
|
value: "presubmit"
|
2019-04-12 00:28:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
env_vars: {
|
|
|
|
key: "REPO_DIR"
|
|
|
|
value: "github/google-api-ruby-client"
|
|
|
|
}
|