1# Format: //devtools/kokoro/config/proto/build.proto
2
3# Build logs will be here
4action {
5  define_artifacts {
6    regex: "**/*sponge_log.xml"
7  }
8}
9
10# Download trampoline resources.
11gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
12
13# Use the trampoline script to run in docker.
14build_file: "google-api-python-client/.kokoro/trampoline.sh"
15
16# Configure the docker image for kokoro-trampoline.
17env_vars: {
18    key: "TRAMPOLINE_IMAGE"
19    value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
20}
21env_vars: {
22    key: "TRAMPOLINE_BUILD_FILE"
23    value: "github/google-api-python-client/.kokoro/release.sh"
24}
25
26# Tokens needed to report release status back to GitHub
27env_vars: {
28  key: "SECRET_MANAGER_KEYS"
29  value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem,google-cloud-pypi-token"
30}
31