Add ensure-output-dirs to base jobs

In support of the base job log/artifact/docs fetching rework, add
ensure-output-dirs to the sample base jobs as well.

Change-Id: I65241452e93cf7a8c85ea30035f806da78240050
This commit is contained in:
Monty Taylor 2019-01-04 20:24:01 +00:00
parent cf25241cda
commit e78dab260b
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
# This role ensures basic connectivity and produces some
# helpful information in zuul-info/
- validate-host
# This role ensures standard output directories are created
# on each remote node
- ensure-output-dirs
# This roles copies the ansible inventory to zuul-info/
# for debugging purposes
- log-inventory

View File

@ -5,6 +5,9 @@
# This role ensures basic connectivity and produces some
# helpful information in zuul-info/
- validate-host
# This role ensures standard output directories are created
# on each remote node
- ensure-output-dirs
# This roles copies the ansible inventory to zuul-info/
# for debugging purposes
- log-inventory