From 840ac7379c7c1eadd37e043b82cbe28a1fb78c5f Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 23 Oct 2017 11:23:05 +0100 Subject: [PATCH] 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: I67c708e03138165dd26bf6290302613997b2fd5e --- zuul.d/project.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 549df51..4d6d370 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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