From 545b198954960e260f37210dc4717fca3549616d Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 7 Feb 2024 19:55:15 +0530 Subject: [PATCH] Make horizon-tox-bandit-baseline job non-voting This patch makes "horizon-tox-bandit-baseline" job non-voting becuase due to some changes in latest version of bandit it starts failing. This issue is already fixed in horizon master barnch and backported till stable/2023.1 branch but if we apply the same fix in stable/zed branch then package dependency issue happens. So it's better to make this job non-voting. Change-Id: I3edfd885ff582791a7bba6cd03d301852fac8a17 --- .zuul.d/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 40642b8976..963b8b52bd 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -14,7 +14,8 @@ - horizon-selenium-headless - horizon-integration-tests - horizon-dsvm-tempest-plugin - - horizon-tox-bandit-baseline + - horizon-tox-bandit-baseline: + voting: false - horizon-tempest-plugin-ipv6 gate: jobs: