From 29f8e6bce99e1da40d4fc09f1b1abc593ade1551 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:41:21 -0700 Subject: 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: Ia726109e485be3eb3d504429b2a7ca3ebe145e56 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index a36e02a..2398cf0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -10,8 +10,8 @@ - job: name: oslo.db-tox-mysql-python parent: legacy-base - run: playbooks/legacy/oslo.db-tox-mysql-python/run - post-run: playbooks/legacy/oslo.db-tox-mysql-python/post + run: playbooks/legacy/oslo.db-tox-mysql-python/run.yaml + post-run: playbooks/legacy/oslo.db-tox-mysql-python/post.yaml timeout: 2400 required-projects: - openstack/requirements -- cgit v1.2.1