From e78dab260bb1a5925f6a175d6d88397ac614bac3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 4 Jan 2019 20:24:01 +0000 Subject: [PATCH] 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 --- playbooks/base-test/pre.yaml | 3 +++ playbooks/base/pre.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/playbooks/base-test/pre.yaml b/playbooks/base-test/pre.yaml index e649e96..0d1ed4b 100644 --- a/playbooks/base-test/pre.yaml +++ b/playbooks/base-test/pre.yaml @@ -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 diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index e649e96..0d1ed4b 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml @@ -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