Run ensure-reno in pre, not run

It's installing stuff, let's run it in pre so we can get retries on
failures.

Change-Id: I39f47dc885c3e5b9aba66a571813386d45cc8e00
This commit is contained in:
Monty Taylor 2017-11-17 08:34:14 -06:00
parent 8b21217f79
commit 2c7290cefd
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
- hosts: all
roles:
- ensure-reno
- revoke-sudo

View File

@ -1,4 +1,3 @@
- hosts: all
roles:
- ensure-reno
- build-releasenotes

View File

@ -288,6 +288,7 @@
Publish the results of build-openstack-releasenotes to
/afs/.openstack.org/docs/releasenotes/{{ zuul.project.short_name }}
final: true
pre-run: playbooks/releasenotes/pre.yaml
run: playbooks/releasenotes/run.yaml
post-run: playbooks/publish/releasenotes.yaml
override-branch: master