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: I62152f7407a4f6737a8bdba0f1af557f8302746c
This commit is contained in:
Jesse Pretorius
2017年10月23日 11:17:20 +01:00
parent 78ead35d0f
commit 004db0f140

View File

@@ -20,7 +20,6 @@
- openstack-ansible-linters
- openstack-ansible-functional-ubuntu-xenial
gate:
queue:openstack-ansible
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-ubuntu-xenial
Reference in New Issue
openstack/openstack-ansible-os_cloudkitty
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.