Add fetch-output to base job

Change-Id: I8eb1ed429a0662feb13eebcde9f8c085a2f156f0
This commit is contained in:
Monty Taylor 2019-01-06 18:06:10 +00:00
parent 1376bf10cb
commit 827559d011
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
- hosts: all
roles:
- fetch-output
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.

View File

@ -85,7 +85,7 @@
themselves on a need basis.
pre-run: playbooks/base-minimal/pre.yaml
post-run:
- playbooks/base-minimal/post-ssh.yaml
- playbooks/base-minimal/post.yaml
- playbooks/base-minimal/post-logs.yaml
roles:
- zuul: openstack-infra/zuul-jobs