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