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
This commit is contained in:
parent
c3b99a64fc
commit
02c0b47d22
@ -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 | | | | | | | | | |
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user