From f3dc082d40f666c888a17c166735b448e2fa4116 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:21:33 -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: I888edf46f6f3a3ada068684162fcad382a019393 --- zuul.d/jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index fcbe617fe0..38d19662e8 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -20,7 +20,7 @@ Run functional tests for an OpenStack-Ansible project. Uses the gate-check-commit.sh script, running a default aio deploy. - run: zuul.d/playbooks/run + run: zuul.d/playbooks/run.yml timeout: 7200 irrelevant-files: - ^\.git.* @@ -158,4 +158,4 @@ - master vars: action: upgrade - scenario: aio \ No newline at end of file + scenario: aio