From e44b36a4718338df3ce2083530d023a483718841 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:09:21 -0700 Subject: [PATCH] Zuul: add file extension to playbook path Zuul now supports including the file extension on the playbook path and omitting the extension is now deprecrated. Update references to include the extension. Change-Id: I9a6d2d0c844ef17995cb7451f2ad7895374292ea --- .zuul.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2d409c361..e4b558d2d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -81,18 +81,18 @@ - node-2 - job: name: openstack-helm-infra-ubuntu - pre-run: tools/gate/playbooks/zuul-pre - run: tools/gate/playbooks/zuul-run + pre-run: tools/gate/playbooks/zuul-pre.yaml + run: tools/gate/playbooks/zuul-run.yaml nodeset: openstack-helm-ubuntu - job: name: openstack-helm-infra-centos - pre-run: tools/gate/playbooks/zuul-pre - run: tools/gate/playbooks/zuul-run + pre-run: tools/gate/playbooks/zuul-pre.yaml + run: tools/gate/playbooks/zuul-run.yaml nodeset: openstack-helm-centos - job: name: openstack-helm-infra-fedora - pre-run: tools/gate/playbooks/zuul-pre - run: tools/gate/playbooks/zuul-run + pre-run: tools/gate/playbooks/zuul-pre.yaml + run: tools/gate/playbooks/zuul-run.yaml nodeset: openstack-helm-fedora