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
This commit is contained in:
Ghanshyam Mann 2024-11-15 12:33:10 -08:00
parent 22022ccc58
commit 9400fb6f7c

View File

@ -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/.*$