From e237d7b42677e721d3f1153f6caa088b839b706a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:03:55 -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: I96ec4661aa1e14361f303649adb726fa52812645 --- .zuul.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e455b42c59..4b04a5543b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -20,9 +20,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: @@ -34,7 +34,7 @@ - job: name: kolla-ansible-centos-source - parent: kolla-ansible-base + parent: kolla-ansible-base nodeset: kolla-ansible-centos voting: false vars: @@ -61,7 +61,7 @@ - job: name: kolla-ansible-centos-binary - parent: kolla-ansible-base + parent: kolla-ansible-base nodeset: kolla-ansible-centos voting: false vars: