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: I815609d6f3d63b58e800159fdb5621b8876d54b4
This commit is contained in:
parent
c2d575428f
commit
ce85f2d381
@ -22,7 +22,6 @@
|
||||
- openstack-ansible-functional-opensuse-423-nv
|
||||
- openstack-ansible-functional-ubuntu-xenial
|
||||
gate:
|
||||
queue: openstack-ansible
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-ubuntu-xenial
|
||||
|
Loading…
Reference in New Issue
Block a user