From 284fc6ded635fdb8869629c1670762717e91cd26 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 18 Oct 2017 11:19:25 -0400 Subject: [PATCH] Move fetch-zuul-cloner into legacy-base jobs Old legacy jobs depend on zuul-cloner, so move the role out of our base job into it. This will discourage non legacy jobs from using zuul-cloner. Change-Id: Ia09a4acc9c09535bf287208c77257bd3dca7a2bf Signed-off-by: Paul Belanger --- playbooks/legacy/pre.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/legacy/pre.yaml b/playbooks/legacy/pre.yaml index c996e97c..4ffb992d 100644 --- a/playbooks/legacy/pre.yaml +++ b/playbooks/legacy/pre.yaml @@ -1,4 +1,9 @@ - hosts: all + roles: + - role: fetch-zuul-cloner + destination: "/usr/zuul-env/bin/zuul-cloner" + repo_src_dir: "/home/zuul/src/git.openstack.org" + tasks: - name: Create nodepool directory file: