From 561cba9003e1a48b3a4d1c7ff85b3ab2e85924d1 Mon Sep 17 00:00:00 2001 From: Yumeng Bao Date: Thu, 16 Apr 2020 06:31:15 -0700 Subject: [PATCH] Change bandit job from non-voting to voting Bandit check is a very important tool to check code security. Before this patch, we put it as a non-voting job to temporarily ignore existed bandit failures. After fixed all the existed bandit failures, we should change this test job from non-voting to voting to make the bandit job actually work, that is to let zuul do the bandit check for all patches and give them zuul -1 once the new changes fail to pass bandit the check. Depends-On: https://review.opendev.org/#/c/720475 Depends-On: https://review.opendev.org/#/c/720456 Depends-On: https://review.opendev.org/#/c/720149 Depends-On: https://review.opendev.org/#/c/720143 Change-Id: I8480243382f66779a12b1e433b69d9be512e843e --- .zuul.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ea632164..c8f9d70b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,8 +9,7 @@ jobs: - cyborg-tempest - cyborg-tempest-ipv6-only - - cyborg-tox-bandit: - voting: false + - cyborg-tox-bandit gate: jobs: - cyborg-tempest