make check queue high priority
we've currently starved check to the point where it's been > 15hrs since any check entering change has gotten a devstack node. This starvation has blocked a lot of developers from making progress, and is causing people to jump the check queue entirely. It is also preventing any feedback on changes we need to debug the gate failures. Put check back on par with gate for now to start making forward progress. Change-Id: I593a6735284712c578b4193eeda9bf224a336799
This commit is contained in:
parent
1be295e9e3
commit
b4cf38f3d7
@ -6,7 +6,7 @@ pipelines:
|
||||
description: Newly uploaded patchsets enter this pipeline to receive an initial +/-1 Verified vote from Jenkins.
|
||||
failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures
|
||||
manager: IndependentPipelineManager
|
||||
precedence: low
|
||||
precedence: high
|
||||
trigger:
|
||||
gerrit:
|
||||
- event: patchset-created
|
||||
|
Loading…
x
Reference in New Issue
Block a user