update the announce-release job to look in releases repo for tools
We are consolidating the release tools into the releases repo to simplify things and make it possible to test some of the tools against proposed releases. This change updates the playbook to use the version of the announce.sh script that is moving into openstack/releases and to look at the bindep.txt file already in the releases repo. Change-Id: Ibbee039fd1b784d2c4135120793378acb3193814 Story: #2001816 Task: #14442 Depends-On: https://review.openstack.org/564327 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
f4c1c5c500
commit
f36e1c6776
@ -2,5 +2,5 @@
|
||||
tasks:
|
||||
- name: Send release announcement
|
||||
command: >
|
||||
src/git.openstack.org/openstack-infra/release-tools/announce.sh
|
||||
src/git.openstack.org/openstack/releases/tools/announce.sh
|
||||
src/{{ zuul.project.canonical_name }} {{ zuul.tag }}
|
||||
|
@ -5,5 +5,5 @@
|
||||
bindep_dir: "src/{{ zuul.project.canonical_name }}"
|
||||
- role: bindep
|
||||
bindep_profile: test
|
||||
bindep_dir: src/git.openstack.org/openstack-infra/release-tools
|
||||
bindep_dir: src/git.openstack.org/openstack/releases
|
||||
- revoke-sudo
|
||||
|
@ -708,7 +708,7 @@
|
||||
pre-run: playbooks/release/pre.yaml
|
||||
run: playbooks/release/announce.yaml
|
||||
required-projects:
|
||||
- openstack-infra/release-tools
|
||||
- openstack/releases
|
||||
|
||||
- job:
|
||||
name: xstatic-check-version
|
||||
|
Loading…
Reference in New Issue
Block a user