20 lines
455 B
INI
20 lines
455 B
INI
|
|
||
|
# 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: "continuous"
|
||
|
}
|