From 9400fb6f7cc67bf129eebaf25efe129ce5bf9bbd Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 15 Nov 2024 12:33:10 -0800 Subject: [PATCH] Make tempest plugin sanity job non voting Tempest plugin sanity job is failing with below error - https://zuul.opendev.org/t/openstack/build/2c2ed82bd12948b98d9ea7e2ebe625a8 from os_ken.tests.integrated.common import quagga ImportError: cannot import name 'quagga' from 'os_ken.tests.integrated.common' To unblock the Tempest gate, making it non voting until plugin is fixed. Change-Id: I2c0f3fa92b4a0ad98698b755b40614a85230756f --- zuul.d/project.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index a7641a6fec..240af5326f 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -43,7 +43,10 @@ irrelevant-files: *tempest-irrelevant-files - tempest-multinode-full-py3: irrelevant-files: *tempest-irrelevant-files + # TODO(gmann): make it non voting once failure is fixed in plugin + # https://zuul.opendev.org/t/openstack/build/2c2ed82bd12948b98d9ea7e2ebe625a8 - tempest-tox-plugin-sanity-check: + voting: false irrelevant-files: &tempest-irrelevant-files-2 - ^.*\.rst$ - ^doc/.*$