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: "protobuf/kokoro/docs/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} 21 22env_vars: { 23 key: "STAGING_BUCKET" 24 value: "docs-staging" 25} 26 27# Fetch the token needed for reporting release status to GitHub 28before_action { 29 fetch_keystore { 30 keystore_resource { 31 keystore_config_id: 73713 32 keyname: "yoshi-automation-github-key" 33 } 34 } 35} 36 37before_action { 38 fetch_keystore { 39 keystore_resource { 40 keystore_config_id: 73713 41 keyname: "docuploader_service_account" 42 } 43 } 44} 45