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: I746a234df1b35be92bfb220165cfbb5464bb5411
This commit is contained in:
parent
11362dd405
commit
4b8a78647c
@ -27,7 +27,6 @@
|
||||
- openstack-ansible-dragonflow-ubuntu-xenial-nv
|
||||
- openstack-ansible-opendaylight-ubuntu-xenial-nv
|
||||
gate:
|
||||
queue: openstack-ansible
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-centos-7
|
||||
|
Loading…
x
Reference in New Issue
Block a user