From 530188353f22d01d769c609ad6ca22f6fd4de23b Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 28 Nov 2017 15:39:46 -0800 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: I8e5a6c12ce817bfae597f7de89e7825b5512fb6c --- .zuul.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index bb0f16d3f8..6b7efea929 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,9 +8,9 @@ - job: name: kolla-ansible-base - pre-run: tests/pre - run: tests/run - post-run: tests/post + pre-run: tests/pre.yml + run: tests/run.yml + post-run: tests/post.yml attempts: 1 timeout: 10800 required-projects: @@ -22,7 +22,7 @@ - job: name: kolla-ansible-centos-source - parent: kolla-ansible-base + parent: kolla-ansible-base nodeset: kolla-ansible-centos voting: false vars: @@ -49,7 +49,7 @@ - job: name: kolla-ansible-centos-binary - parent: kolla-ansible-base + parent: kolla-ansible-base nodeset: kolla-ansible-centos voting: false vars: