aboutsummaryrefslogtreecommitdiff
path: root/.kokoro/release/common.cfg
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2020-10-06 15:47:28 -0400
committerGitHub <noreply@github.com>2020-10-06 15:47:28 -0400
commit000d0a04b6c539aa6a6aae0a487665341be484c4 (patch)
tree78211580b2db2eb2192c2d8380dd6171175603af /.kokoro/release/common.cfg
parentdb8e636f545a8872f959e3f403cfec30ffed6c34 (diff)
downloadpython-api-core-000d0a04b6c539aa6a6aae0a487665341be484c4.tar.gz
chore: preserve 'pytype' artifacts during synth (#90)
* chore: use '.pytype' vs. 'pytype_output' for pytype cache * chore: add snippet-bot to CI (via synth) * chore: drop obsolete warning about editable installs * chore: add secrets manager, docs-presubmit to CI (via synth) * chore: manual synth Closes: #66. Closes: #56.
Diffstat (limited to '.kokoro/release/common.cfg')
-rw-r--r--.kokoro/release/common.cfg50
1 files changed, 13 insertions, 37 deletions
diff --git a/.kokoro/release/common.cfg b/.kokoro/release/common.cfg
index dbe45a6..4a949c6 100644
--- a/.kokoro/release/common.cfg
+++ b/.kokoro/release/common.cfg
@@ -23,42 +23,18 @@ env_vars: {
value: "github/python-api-core/.kokoro/release.sh"
}
-# 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"
- }
- }
-}
-
-# Fetch PyPI password
-before_action {
- fetch_keystore {
- keystore_resource {
- keystore_config_id: 73713
- keyname: "google_cloud_pypi_password"
- }
- }
-}
-
-# Fetch magictoken to use with Magic Github Proxy
-before_action {
- fetch_keystore {
- keystore_resource {
- keystore_config_id: 73713
- keyname: "releasetool-magictoken"
- }
- }
+# Fetch PyPI password
+before_action {
+ fetch_keystore {
+ keystore_resource {
+ keystore_config_id: 73713
+ keyname: "google_cloud_pypi_password"
+ }
+ }
}
-# Fetch api key to use with Magic Github Proxy
-before_action {
- fetch_keystore {
- keystore_resource {
- keystore_config_id: 73713
- keyname: "magic-github-proxy-api-key"
- }
- }
-}
+# Tokens needed to report release status back to GitHub
+env_vars: {
+ key: "SECRET_MANAGER_KEYS"
+ value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
+} \ No newline at end of file