Remove unified queue from gate pipeline

Initially the intent for adding this was to better test
any patches for roles together before they merge, but it
has had the unintended side-effect of causing patches to
take much longer to merge (because they all get lined up
in a single queue, rather than independent queues) and
a lot more infra resources are used (because a patch
that fails at the top of the queue will result in all
subsequent patches restarting all their tests).

As discussed in the channel, we'd prefer to revert back
to the previous independent queue method of testing. It
has served us well.

Change-Id: Ieb11ab9d45cdc03b13996bad9eea74f2b869e5e4
This commit is contained in:
Jesse Pretorius 2017-10-23 11:10:44 +01:00
parent 99ef88d641
commit bc21a02e18
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
- openstack-ansible-upgrade-ubuntu-xenial
- openstack-ansible-ssl-ubuntu-xenial-nv
gate:
queue: openstack-ansible
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7