From e5470d8cc22eeb6fb418c0e24daa865113f99166 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Mon, 23 Jul 2018 11:58:17 +1200 Subject: [PATCH] Make barbican-kmip-devstack-functional job non-voting Currently the 'barbican-kmip-devstack-functional' keeps failing when generating certificate for pykmip server. The error log: http://logs.openstack.org/15/578615/4/check/barbican-kmip-devstack-functional/51fb5b9/logs/devstacklog.txt.gz#_2018-07-20_20_59_01_409 This patch makes the job not vote temporarily while someone is working on the solution in order not to block the merge process. Change-Id: Iabe4658d26c7600e0f59e60d7940645c3b371a6f --- .zuul.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2de1483d0..9866bb26c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -168,7 +168,8 @@ - barbican-simple-crypto-devstack-functional-py35 - barbican-simple-crypto-devstack-functional-postgres - barbican-dogtag-devstack-functional-fedora-27 - - barbican-kmip-devstack-functional + - barbican-kmip-devstack-functional: + voting: false - grenade-devstack-barbican # TripleO jobs that deploy Barbican. # Note we don't use a project-template here, so it's easier @@ -189,7 +190,8 @@ - barbican-simple-crypto-devstack-tempest - barbican-simple-crypto-devstack-functional - barbican-simple-crypto-devstack-functional-py35 - - barbican-kmip-devstack-functional + - barbican-kmip-devstack-functional: + voting: false - barbican-dogtag-devstack-functional-fedora-27 - grenade-devstack-barbican - openstack-tox-lower-constraints