Move wsgi jobs from experimental to check queue

Since WSGI is more important, we should be collecting data on
compatibility more consistently.  So we shall move the WSGI jobs from
the experimental queue to the check queue, while maintaining their
nonvoting status.

Change-Id: I24aa7a0c2245973327e4d74039f96a7efb2a8988
This commit is contained in:
Nate Johnston 2019-04-23 14:56:15 -04:00 committed by Andreas Jaeger
parent 5d607a13ba
commit a97a8ee605
1 changed files with 6 additions and 6 deletions

View File

@ -60,6 +60,12 @@
irrelevant-files: *tempest-irrelevant-files
- openstacksdk-functional-devstack-networking:
voting: false
- neutron-functional-with-uwsgi:
voting: false
- neutron-fullstack-with-uwsgi:
voting: false
- neutron-tempest-with-uwsgi:
voting: false
gate:
jobs:
- neutron-functional
@ -86,9 +92,6 @@
- neutron-tempest-with-os-ken-master
experimental:
jobs:
- neutron-functional-with-uwsgi
- neutron-fullstack-with-uwsgi
- neutron-tempest-with-uwsgi
# TODO(slaweq): we should consider to convert this job to "non-legacy"
# one and move it to check queue, at least as non-voting
@ -413,7 +416,6 @@
vars:
devstack_localrc:
NEUTRON_DEPLOY_MOD_WSGI: true
voting: false
- job:
name: neutron-functional-with-uwsgi
@ -421,7 +423,6 @@
vars:
devstack_localrc:
NEUTRON_DEPLOY_MOD_WSGI: true
voting: false
- job:
name: neutron-tempest-with-uwsgi
@ -436,4 +437,3 @@
devstack_localrc:
NEUTRON_DEPLOY_MOD_WSGI: true
irrelevant-files: *tempest-irrelevant-files
voting: false