Make centos8 stream job non voting for bug#1957941

Two test_network_basic_ops tests are failing consistently in
centos-8-stream jobs (nova side tempest-integrated-compute-centos-8-stream
and tempest tempest-full-py3-centos-8-stream jobs).

1. tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic
2. tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops

Failure: https://zuul.opendev.org/t/openstack/build/e0db6a9a7ba04e66b0781ba7d259357d/logs

This is blocking nova and tempest gateso making the centos8 stream job
non voting until bug is fixed.

Related-Bug#1957941

Change-Id: Ia8c575b1accf4fa2a25b903bf9bf5a614752e344
This commit is contained in:
Ghanshyam Mann 2022-01-14 11:08:05 -06:00
parent fe0ac89a5a
commit 0de0ebf098
2 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,8 @@
- job:
name: tempest-integrated-compute-centos-8-stream
parent: tempest-integrated-compute
# TODO(gmann): Make this job non voting until bug#1957941 if fixed.
voting: false
nodeset: devstack-single-node-centos-8-stream
branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria)).*$
description: |

View File

@ -80,6 +80,8 @@
- job:
name: tempest-full-py3-centos-8-stream
parent: tempest-full-py3
# TODO(gmann): Make this job non voting until bug#1957941 if fixed.
voting: false
nodeset: devstack-single-node-centos-8-stream
description: |
Base integration test with Neutron networking and py36 running