Sha256: b889180c75ca9c0149be1aeb57c026c2740b731acf69e96c2272e6f20867575b
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
# Format: //devtools/kokoro/config/proto/build.proto # Build logs will be here action { define_artifacts { regex: "**/*sponge_log.xml" } } # Fetch the token needed for reporting release status to GitHub before_action { fetch_keystore { keystore_resource { keystore_config_id: 73713 keyname: "yoshi-automation-github-key" } } } before_action { fetch_keystore { keystore_resource { keystore_config_id: 73713 keyname: "docuploader_service_account" } } } # Download resources for system tests (service account key, etc.) gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-ruby" # Download trampoline resources. gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" # Use the trampoline script to run in docker. build_file: "google-auth-library-ruby/.kokoro/trampoline_v2.sh" # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" value: "gcr.io/cloud-devrel-kokoro-resources/yoshi-ruby/release" } env_vars: { key: "TRAMPOLINE_BUILD_FILE" value: ".kokoro/release.sh" } env_vars: { key: "SECRET_MANAGER_KEYS" value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem" }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
googleauth-0.17.0 | .kokoro/release.cfg |
googleauth-0.16.2 | .kokoro/release.cfg |
googleauth-0.16.1 | .kokoro/release.cfg |