From 02c0b47d2267ee3c48d9991e5da7fd53dcf56556 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 21 Jul 2021 08:50:12 +0200 Subject: [PATCH] Promote neutron-ovn-tempest-slow job to be voting and gating This jobs is almost the same as tempest-slow-py3 since we switched OVN to be default backend in Neutron. And that tempest-slow-py3 job is used by many projects. So to avoid potential breaks of the gate for other projects (like we did recently, see related bug for details) let's make this job voting and gating. As it is really used in many different projects as voting and gating job already I don't think there is any issue with doing the same in the Neutron gate. Related-bug: #1936983 Related-bug: #1930402 Change-Id: I85d3830e9cc65162db846e4858871e1db547a04b --- doc/source/contributor/testing/ci_scenario_jobs.rst | 4 ++-- zuul.d/project.yaml | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/source/contributor/testing/ci_scenario_jobs.rst b/doc/source/contributor/testing/ci_scenario_jobs.rst index eb1721f0b6d..642306b5958 100644 --- a/doc/source/contributor/testing/ci_scenario_jobs.rst +++ b/doc/source/contributor/testing/ci_scenario_jobs.rst @@ -79,6 +79,8 @@ Below is a summary of those jobs. +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ |neutron-tempest-slow-py3 |tempest slow tests | 3.6 | 2 | openvswitch | openvswitch | legacy | False | False | True | Yes | +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ + |neutron-ovn-tempest-slow |tempest slow tests | 3.6 | 2 | ovn | ovn | --- | False | False | True | Yes | + +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ |neutron-tempest-ipv6-only |tempest smoke + IPv6 tests | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes | | |(only tests related to | | | | | | | | | | | |Neutron and Nova) | | | | | | | | | | @@ -129,8 +131,6 @@ Currently we have in that queue jobs like listed below. | |(only tests related to | | | | | | | | | | | |Neutron and Nova) | | | | | | | | | | +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ - |neutron-ovn-tempest-slow |tempest slow tests | 3.6 | 2 | ovn | ovn | --- | False | False | True | No | - +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ |neutron-ovn-tempest-multinode-ovs-master |Various tempest api, scenario | 3.6 | 2 | ovn | ovn | --- | False | False | True | No | | |and neutron_tempest_plugi tests | | | | | | | | | | +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index eb76d86c8e9..584e264831e 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -51,10 +51,7 @@ timeout: 3600 - openstack-tox-cover: # from openstack-cover-jobs template timeout: 4800 - # TODO(ralonsoh): this job has been set to non-voting until LP#1930402 - # is fixed. - - neutron-ovn-tempest-slow: - voting: false + - neutron-ovn-tempest-slow gate: jobs: - neutron-functional-with-uwsgi @@ -73,8 +70,7 @@ timeout: 3600 - openstack-tox-lower-constraints: # from openstack-tox-lower-constraints template timeout: 3600 - # TODO(ralonsoh): this job has been disabled until LP#1930402 is fixed. - #- neutron-ovn-tempest-slow: + - neutron-ovn-tempest-slow #- neutron-ovn-rally-task #- neutron-ovn-tripleo-ci-centos-8-containers-multinode