From 51a7db6eb9340b59cafef38e45b425138aa22ff6 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 12 Feb 2014 13:32:05 -0800 Subject: [PATCH] Change gate queue to normal precedence With the active window in effect, it should be less likely to starve the check queue. Change-Id: I814c8e462e620929e0338a7ad26852eadaa89384 --- modules/openstack_project/files/zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 487f84d212..23792f256e 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -31,7 +31,7 @@ pipelines: description: Changes that have been approved by core developers are enqueued in order in this pipeline, and if they pass tests in Jenkins, will be merged. failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures manager: DependentPipelineManager - precedence: low + precedence: normal trigger: gerrit: - event: comment-added