From f36e1c67768a77868ecd186c42a7db2c02cf6ec6 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 25 Apr 2018 15:39:12 -0400 Subject: [PATCH] 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 --- playbooks/release/announce.yaml | 2 +- playbooks/release/pre.yaml | 2 +- zuul.d/jobs.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/release/announce.yaml b/playbooks/release/announce.yaml index 54b1f72e..a0d94028 100644 --- a/playbooks/release/announce.yaml +++ b/playbooks/release/announce.yaml @@ -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 }} diff --git a/playbooks/release/pre.yaml b/playbooks/release/pre.yaml index 22719cdd..e5ce4516 100644 --- a/playbooks/release/pre.yaml +++ b/playbooks/release/pre.yaml @@ -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 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 32fc2439..de2873e2 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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