From 7d48afc41be39767a8925968d8d26650c41299a3 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 31 Jul 2018 17:25:03 +0100 Subject: [PATCH] Switch to using project-templates In order to have more centralized configuration, switch the role to use the project-template instead. Mark newly introduced failing checks as non-voting. Change-Id: I946570d91fe01f39952ee100a02831bad36f126d --- zuul.d/project.yaml | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 8ca8ff1..0282750 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -14,14 +14,27 @@ # limitations under the License. - project: + templates: + - openstack-ansible-role-jobs check: jobs: - - openstack-ansible-linters - - openstack-ansible-functional-ubuntu-xenial + # TODO(jrosser) Revert this once centos-7 passes + - openstack-ansible-functional-centos-7: + voting: false + # TODO(jrosser) Revert this once opensuse-423 passes + - openstack-ansible-functional-opensuse-423: + voting: false + # TODO(jrosser) Revet this once bionic passes + - openstack-ansible-functional-ubuntu-bionic: + voting: false gate: jobs: - - openstack-ansible-linters - - openstack-ansible-functional-ubuntu-xenial - experimental: - jobs: - - openstack-ansible-integrated-deploy-aio + # TODO(jrosser) Revert this once centos-7 passes + - openstack-ansible-functional-centos-7: + voting: false + # TODO(jrosser) Revert this once opensuse-423 passes + - openstack-ansible-functional-opensuse-423: + voting: false + # TODO(jrosser) Revet this once bionic passes + - openstack-ansible-functional-ubuntu-bionic: + voting: false