From a97a8ee605877b4ddfc39bd25478ef88c90bf2b1 Mon Sep 17 00:00:00 2001 From: Nate Johnston Date: Tue, 23 Apr 2019 14:56:15 -0400 Subject: [PATCH] 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 --- .zuul.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d495e1b2aab..f335ad6cb2b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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