From f425af58848abc0b4a09e8c83560e011f978bd81 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:39:46 -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: I3f43e9a4593d8b27de25bf2140b467e1351f3792 --- zuul.d/legacy-bifrost-jobs.yaml | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/zuul.d/legacy-bifrost-jobs.yaml b/zuul.d/legacy-bifrost-jobs.yaml index e43c0d50f..1da46961a 100644 --- a/zuul.d/legacy-bifrost-jobs.yaml +++ b/zuul.d/legacy-bifrost-jobs.yaml @@ -1,8 +1,8 @@ - job: name: bifrost-integration-dhcp parent: legacy-base - run: playbooks/legacy/bifrost-integration-dhcp/run - post-run: playbooks/legacy/bifrost-integration-dhcp/post + run: playbooks/legacy/bifrost-integration-dhcp/run.yaml + post-run: playbooks/legacy/bifrost-integration-dhcp/post.yaml timeout: 7200 required-projects: - openstack/bifrost @@ -17,8 +17,8 @@ - job: name: bifrost-integration-dhcp-centos-7 parent: legacy-base - run: playbooks/legacy/bifrost-integration-dhcp-centos-7/run - post-run: playbooks/legacy/bifrost-integration-dhcp-centos-7/post + run: playbooks/legacy/bifrost-integration-dhcp-centos-7/run.yaml + post-run: playbooks/legacy/bifrost-integration-dhcp-centos-7/post.yaml timeout: 7200 nodeset: legacy-centos-7 required-projects: @@ -34,8 +34,8 @@ - job: name: bifrost-integration-dhcp-opensuse-423 parent: legacy-base - run: playbooks/legacy/bifrost-integration-dhcp-opensuse-423/run - post-run: playbooks/legacy/bifrost-integration-dhcp-opensuse-423/post + run: playbooks/legacy/bifrost-integration-dhcp-opensuse-423/run.yaml + post-run: playbooks/legacy/bifrost-integration-dhcp-opensuse-423/post.yaml timeout: 7200 nodeset: legacy-opensuse-423 required-projects: @@ -51,8 +51,8 @@ - job: name: bifrost-integration-dibipa-debian parent: legacy-base - run: playbooks/legacy/bifrost-integration-dibipa-debian/run - post-run: playbooks/legacy/bifrost-integration-dibipa-debian/post + run: playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml + post-run: playbooks/legacy/bifrost-integration-dibipa-debian/post.yaml timeout: 7200 required-projects: - openstack/bifrost @@ -67,8 +67,8 @@ - job: name: bifrost-integration-dibipa-debian-centos-7 parent: legacy-base - run: playbooks/legacy/bifrost-integration-dibipa-debian-centos-7/run - post-run: playbooks/legacy/bifrost-integration-dibipa-debian-centos-7/post + run: playbooks/legacy/bifrost-integration-dibipa-debian-centos-7/run.yaml + post-run: playbooks/legacy/bifrost-integration-dibipa-debian-centos-7/post.yaml timeout: 7200 nodeset: legacy-centos-7 required-projects: @@ -84,8 +84,8 @@ - job: name: bifrost-integration-dibipa-debian-opensuse-423 parent: legacy-base - run: playbooks/legacy/bifrost-integration-dibipa-debian-opensuse-423/run - post-run: playbooks/legacy/bifrost-integration-dibipa-debian-opensuse-423/post + run: playbooks/legacy/bifrost-integration-dibipa-debian-opensuse-423/run.yaml + post-run: playbooks/legacy/bifrost-integration-dibipa-debian-opensuse-423/post.yaml timeout: 7200 nodeset: legacy-opensuse-423 required-projects: @@ -101,8 +101,8 @@ - job: name: bifrost-integration-tinyipa parent: legacy-base - run: playbooks/legacy/bifrost-integration-tinyipa/run - post-run: playbooks/legacy/bifrost-integration-tinyipa/post + run: playbooks/legacy/bifrost-integration-tinyipa/run.yaml + post-run: playbooks/legacy/bifrost-integration-tinyipa/post.yaml timeout: 3600 required-projects: - openstack/bifrost @@ -116,8 +116,8 @@ - job: name: bifrost-integration-tinyipa-centos-7 parent: legacy-base - run: playbooks/legacy/bifrost-integration-tinyipa-centos-7/run - post-run: playbooks/legacy/bifrost-integration-tinyipa-centos-7/post + run: playbooks/legacy/bifrost-integration-tinyipa-centos-7/run.yaml + post-run: playbooks/legacy/bifrost-integration-tinyipa-centos-7/post.yaml timeout: 3600 nodeset: legacy-centos-7 required-projects: @@ -132,8 +132,8 @@ - job: name: bifrost-integration-tinyipa-opensuse-423 parent: legacy-base - run: playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/run - post-run: playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/post + run: playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/run.yaml + post-run: playbooks/legacy/bifrost-integration-tinyipa-opensuse-423/post.yaml timeout: 3600 nodeset: legacy-opensuse-423 required-projects: