Skip to content

Commit

Permalink
build(java): switch to release-publish app for notifying GitHub of re…
Browse files Browse the repository at this point in the history
…lease status (#740)
  • Loading branch information
chingor13 authored Aug 27, 2020
1 parent 8cf6d28 commit 019c716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
31 changes: 3 additions & 28 deletions synthtool/gcp/templates/java_library/.kokoro/release/stage.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,7 @@ action {
}
}

# 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 magictoken to use with Magic Github Proxy
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "releasetool-magictoken"
}
}
}

# 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"
}
}
env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
}
5 changes: 2 additions & 3 deletions synthtool/gcp/templates/java_library/.kokoro/release/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
set -eo pipefail

# Start the releasetool reporter
# Disable reporting due to issue observed with Kokoro blocking releases
# python3 -m pip install gcp-releasetool
# python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
python3 -m pip install gcp-releasetool
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script

source $(dirname "$0")/common.sh
MAVEN_SETTINGS_FILE=$(realpath $(dirname "$0")/../../)/settings.xml
Expand Down

0 comments on commit 019c716

Please sign in to comment.