Move testinfra validate to run phase

Zuul now supports multiple run playbooks, lets use that over post-run.

Change-Id: Id6d591023ef9b351e08e4260c281d25eec0836cc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-02-16 19:48:48 -05:00
parent 34bd22ca8b
commit b363f10c1e
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
- job:
name: ansible-role-nodepool-base
pre-run: tests/playbooks/pre.yaml
run: tests/playbooks/run.yaml
post-run:
- tests/playbooks/post.yaml
- tests/collect-logs.yaml
run:
- tests/playbooks/run.yaml
- tests/playbooks/run-post.yaml
post-run: tests/collect-logs.yaml
roles:
- zuul: openstack/ansible-role-nodepool