From a4c728af931d16bd47f3feac421769c7307c2d59 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 28 Nov 2017 16:02:50 -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: I966f61aecd26228920e78e33e68ffd216c7beb61 --- zuul.d/legacy-ironic-inspector-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/legacy-ironic-inspector-jobs.yaml b/zuul.d/legacy-ironic-inspector-jobs.yaml index 0432b33ac..c5d5043c5 100644 --- a/zuul.d/legacy-ironic-inspector-jobs.yaml +++ b/zuul.d/legacy-ironic-inspector-jobs.yaml @@ -63,6 +63,6 @@ - job: name: ironic-inspector-tempest-dsvm-python3 parent: ironic-inspector-dsvm-base - run: playbooks/legacy/ironic-inspector-tempest-dsvm-python3/run - post-run: playbooks/legacy/ironic-inspector-tempest-dsvm-python3/post + run: playbooks/legacy/ironic-inspector-tempest-dsvm-python3/run.yaml + post-run: playbooks/legacy/ironic-inspector-tempest-dsvm-python3/post.yaml timeout: 10800