From a66635e7c04d61f3e52cd18aab3ad9d961d673d7 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:17:24 -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: I4fefa18f3dfaa667740a6650ac22022100ce1186 --- .zuul.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c6a80ac53..202e79580 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,10 +3,9 @@ parent: base timeout: 3600 nodeset: centos-7 - pre-run: playbooks/packstack-pre - run: playbooks/packstack-integration-tempest - post-run: playbooks/upload-logs - nodeset: centos-7 + pre-run: playbooks/packstack-pre.yaml + run: playbooks/packstack-integration-tempest.yaml + post-run: playbooks/upload-logs.yaml irrelevant-files: - ^docs/.*$ - ^releasenotes/.*$