Promote -uwsgi jobs to be gating
Uwsgi based jobs (functional, fullstack and tempest) are voting since some time and are as stable as "non-uwsgi" onces. Recently on the CI meeting we decided to move "non-uwsgi" functional and fullstack jobs to be run only in periodic queue and promote "uwsgi" jobs to be gating also. Change-Id: Id24316f04e1ff619c8ce2fe475f873961cbb92e4
This commit is contained in:
@@ -75,8 +75,8 @@ Below is a summary of those jobs.
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|tempest-slow-py3 |tempest slow tests | 3.6 | 2 | openvswitch | openvswitch | legacy | False | False | True | Yes |
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|neutron-tempest-with-uwsgi |tempest.api (without slow tests) | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | No |
|
||||
|(non-voting) |tempest.scenario | | | | | | | | | |
|
||||
|neutron-tempest-with-uwsgi |tempest.api (without slow tests) | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes |
|
||||
| |tempest.scenario | | | | | | | | | |
|
||||
| |(only tests related to | | | | | | | | | |
|
||||
| |Neutron and Nova) | | | | | | | | | |
|
||||
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+
|
||||
|
@@ -14,9 +14,7 @@
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
jobs:
|
||||
- neutron-functional
|
||||
- neutron-functional-with-uwsgi
|
||||
- neutron-fullstack
|
||||
- neutron-fullstack-with-uwsgi
|
||||
- neutron-rally-task
|
||||
- neutron-grenade-multinode
|
||||
@@ -85,8 +83,9 @@
|
||||
timeout: 4800
|
||||
gate:
|
||||
jobs:
|
||||
- neutron-functional
|
||||
- neutron-fullstack
|
||||
- neutron-functional-with-uwsgi
|
||||
- neutron-fullstack-with-uwsgi
|
||||
- neutron-tempest-with-uwsgi
|
||||
- neutron-tempest-linuxbridge
|
||||
- neutron-tempest-iptables_hybrid
|
||||
- neutron-tempest-multinode-full-py3
|
||||
@@ -112,6 +111,7 @@
|
||||
periodic:
|
||||
jobs:
|
||||
- neutron-functional
|
||||
- neutron-fullstack
|
||||
- neutron-tempest-postgres-full
|
||||
- neutron-tempest-mariadb-full
|
||||
- neutron-tempest-with-os-ken-master
|
||||
|
Reference in New Issue
Block a user