google-auth-library-ruby/.kokoro/continuous/common.cfg

25 lines
535 B
INI
Raw Normal View History

2018-10-09 18:30:25 +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: "continuous"
}
env_vars: {
key: "REPO_DIR"
value: "github/google-auth-library-ruby"
}