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:
Slawek Kaplonski
2020-08-12 12:17:39 +02:00
parent b425ca45dd
commit 3000f3c541
2 changed files with 6 additions and 6 deletions

View File

@@ -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) | | | | | | | | | |
+----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+

View File

@@ -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