From 1e2640fbb93c1b0afff7d5c079137e4e47587f5d Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 7 Jul 2020 09:22:16 +0200 Subject: [PATCH] [EM releases] Move non-voting jobs to the experimental queue During the CI meeting we agreed that non-voting jobs in the branches which are in Extened Maintenance (EM) phase should be moved to from the check to the experimental queue. This patch is doing exactly that. Change-Id: Ie8a63eacf479ac6871af448a1741598584de8de8 --- .zuul.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2a362adea11..bb22e2b0a33 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,14 +15,8 @@ - neutron-rally-task - neutron-tempest-dvr - neutron-tempest-linuxbridge - - neutron-tempest-multinode-full - - neutron-tempest-dvr-ha-multinode-full - - neutron-tempest-iptables_hybrid - - openstack-tox-lower-constraints - - neutron-fullstack-python35 # We don't run the job on things like neutron docs-only changes - - ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa: - voting: false + - neutron-tempest-iptables_hybrid: irrelevant-files: - ^(test-|)requirements.txt$ - ^.*\.rst$ @@ -33,6 +27,7 @@ - ^setup.cfg$ - ^tools/.*$ - ^tox.ini$ + - openstack-tox-lower-constraints - openstack-tox-cover - tempest-full: irrelevant-files: @@ -64,10 +59,15 @@ - neutron-functional-with-uwsgi - neutron-fullstack - neutron-fullstack-with-uwsgi + - neutron-fullstack-python35 - neutron-tempest-with-uwsgi + - neutron-tempest-multinode-full + - neutron-tempest-dvr-ha-multinode-full - neutron-grenade - neutron-grenade-multinode - neutron-grenade-dvr-multinode + - ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa: + voting: false - legacy-grenade-dsvm-neutron-linuxbridge-multinode: irrelevant-files: - ^(test-|)requirements.txt$