From 0de0ebf0987c2cd92a3a880de822f3616480d2d5 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 14 Jan 2022 11:08:05 -0600 Subject: [PATCH] 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 --- zuul.d/integrated-gate.yaml | 2 ++ zuul.d/tempest-specific.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml index b86268a638..98cff6e7cc 100644 --- a/zuul.d/integrated-gate.yaml +++ b/zuul.d/integrated-gate.yaml @@ -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: | diff --git a/zuul.d/tempest-specific.yaml b/zuul.d/tempest-specific.yaml index 051d8b0580..a24c73d211 100644 --- a/zuul.d/tempest-specific.yaml +++ b/zuul.d/tempest-specific.yaml @@ -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