From 4e0f57ee4d230ec5eb5b1d8ebee60a429a373d45 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Thu, 11 Jun 2020 15:57:26 +0200 Subject: [PATCH] zuul.d/layout.yaml: Make devel non voting devel is known to break from time to time and is (at the time of writing) broken to due a yet-to-be-solved ansible bug. For instance : https://6814780d297d9a6f6939-900359be549f0bf1af453961f6c3712c.ssl.cf1.rackcdn.com/2715/aae50fab5869d7e05bb20204060689023dd65382/check/molecule-tox-devel-functional/32d4a18/job-output.html#l1462 So, run the tests but don't make them blocking / vote. Signed-off-by: Arnaud Patard --- zuul.d/layout.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 2d70e21..4e41684 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -13,6 +13,7 @@ tox_envlist: packaging - molecule-tox-py36-centos-8 - molecule-tox-py37-fedora-30 - - molecule-tox-devel-centos-8 + - molecule-tox-devel-centos-8: + voting: false gate: jobs: *defaults