From f94e78205c21744cd080b33567377b886578651b Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 31 Jul 2018 17:23:39 +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 jobs as non-voting. Depends-On: https://review.openstack.org/588962 Change-Id: I559d19d38a419a373d5cbb3d9f423607f8d29a74 --- 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 60afed8..47310bc 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 - 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-150 passes + - openstack-ansible-functional-opensuse-150: + voting: false + # TODO(jrosser) Revert this once opensuse-423 passes + - openstack-ansible-functional-opensuse-423: + voting: false gate: 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-150 passes + - openstack-ansible-functional-opensuse-150: + voting: false + # TODO(jrosser) Revert this once opensuse-423 passes + - openstack-ansible-functional-opensuse-423: + voting: false \ No newline at end of file