[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
This commit is contained in:
Slawek Kaplonski 2020-07-07 09:22:16 +02:00
parent 57f527a748
commit 1e2640fbb9
1 changed files with 7 additions and 7 deletions

View File

@ -15,14 +15,8 @@
- neutron-rally-task - neutron-rally-task
- neutron-tempest-dvr - neutron-tempest-dvr
- neutron-tempest-linuxbridge - 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 # We don't run the job on things like neutron docs-only changes
- ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa: - neutron-tempest-iptables_hybrid:
voting: false
irrelevant-files: irrelevant-files:
- ^(test-|)requirements.txt$ - ^(test-|)requirements.txt$
- ^.*\.rst$ - ^.*\.rst$
@ -33,6 +27,7 @@
- ^setup.cfg$ - ^setup.cfg$
- ^tools/.*$ - ^tools/.*$
- ^tox.ini$ - ^tox.ini$
- openstack-tox-lower-constraints
- openstack-tox-cover - openstack-tox-cover
- tempest-full: - tempest-full:
irrelevant-files: irrelevant-files:
@ -64,10 +59,15 @@
- neutron-functional-with-uwsgi - neutron-functional-with-uwsgi
- neutron-fullstack - neutron-fullstack
- neutron-fullstack-with-uwsgi - neutron-fullstack-with-uwsgi
- neutron-fullstack-python35
- neutron-tempest-with-uwsgi - neutron-tempest-with-uwsgi
- neutron-tempest-multinode-full
- neutron-tempest-dvr-ha-multinode-full
- neutron-grenade - neutron-grenade
- neutron-grenade-multinode - neutron-grenade-multinode
- neutron-grenade-dvr-multinode - neutron-grenade-dvr-multinode
- ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa:
voting: false
- legacy-grenade-dsvm-neutron-linuxbridge-multinode: - legacy-grenade-dsvm-neutron-linuxbridge-multinode:
irrelevant-files: irrelevant-files:
- ^(test-|)requirements.txt$ - ^(test-|)requirements.txt$