Merge "Use the ensure-tox role in a pre-run playbook"

This commit is contained in:
Jenkins 2017-09-06 17:54:53 +00:00 committed by Gerrit Code Review
commit ca81912d86
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- ensure-tox

View File

@ -242,7 +242,9 @@
parent: publish-openstack-artifacts
description: |
Publish the results of the tox-tarball job to tarballs.openstack.org.
pre-run: playbooks/python-tarball/pre
pre-run:
- playbooks/python-tarball/pre
- base/ensure-tox
run: playbooks/python-tarball/run
post-run: playbooks/python-branch-tarball/post