From 97f5fb4b5b35eb87d12cb8d3b6099f533594b111 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:35:38 -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: I159084ce5a0181cc1a8dd3112762d2e7c05a14ae --- .zuul.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 06df859..866d9ed 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,17 +3,17 @@ parent: base description: Run rake tests with openstack-chef-repo required-projects: openstack/openstack-chef-repo - pre-run: playbooks/pre - run: playbooks/rake + pre-run: playbooks/pre.yaml + run: playbooks/rake.yaml - job: name: openstack-chef-repo-integration parent: base description: Run integration tests with openstack-chef-repo required-projects: openstack/openstack-chef-repo - pre-run: playbooks/pre - run: playbooks/integration - post-run: playbooks/post + pre-run: playbooks/pre.yaml + run: playbooks/integration.yaml + post-run: playbooks/post.yaml timeout: 3600 - project-template: