Add merge-output-to-logs to base job

This is OpenStack's behavior, and is a decent approach to
interim artifacts for people who don't have a more complex
setup in place.

Depends-On: https://review.openstack.org/629571
Change-Id: If976115957aadb962a8ecb6422595d557b08b54d
This commit is contained in:
Monty Taylor 2019-01-09 17:45:33 +00:00
parent fef2b11ebd
commit d1fb963360
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
- hosts: all
roles:
- fetch-output
- merge-output-to-logs
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail

View File

@ -1,6 +1,7 @@
- hosts: all
roles:
- fetch-output
- merge-output-to-logs
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail