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:
Doug Hellmann 2018-04-25 15:39:12 -04:00
parent f4c1c5c500
commit f36e1c6776
3 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@
tasks: tasks:
- name: Send release announcement - name: Send release announcement
command: > 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 }} src/{{ zuul.project.canonical_name }} {{ zuul.tag }}

View File

@ -5,5 +5,5 @@
bindep_dir: "src/{{ zuul.project.canonical_name }}" bindep_dir: "src/{{ zuul.project.canonical_name }}"
- role: bindep - role: bindep
bindep_profile: test bindep_profile: test
bindep_dir: src/git.openstack.org/openstack-infra/release-tools bindep_dir: src/git.openstack.org/openstack/releases
- revoke-sudo - revoke-sudo

View File

@ -708,7 +708,7 @@
pre-run: playbooks/release/pre.yaml pre-run: playbooks/release/pre.yaml
run: playbooks/release/announce.yaml run: playbooks/release/announce.yaml
required-projects: required-projects:
- openstack-infra/release-tools - openstack/releases
- job: - job:
name: xstatic-check-version name: xstatic-check-version