From d43ee8690221167ad69db74f65715229abb842ca Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 28 Nov 2018 14:01:58 +0000 Subject: [PATCH] Set SUSE ceph-distro job to non-voting In https://review.openstack.org/616481 we switched OSA stable/rocky from ceph-ansible 3.2 to 3.1, but https://review.openstack.org/614463 made the job voting before that merged. The 3.1 builds for SUSE do not work (see related bug), so we switch this job to non-voting. Whenever the issue is fixed upstream, we can revert this (and add the missing gate job too). Change-Id: I70059d1b0f9eb774519420b14239ab7e3081e7eb Related-Bug: #1805637 --- zuul.d/project-templates.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 9fe8544233..1edbf27659 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -109,6 +109,7 @@ name: openstack-ansible-deploy-distro_ceph-jobs check: jobs: - - openstack-ansible-deploy-distro_ceph-opensuse-423 + - openstack-ansible-deploy-distro_ceph-opensuse-423: + voting: false gate: jobs: []