Merge "Use high precedence when manually submitting jobs"
This commit is contained in:
commit
81ceb59ade
@ -68,7 +68,7 @@ def main():
|
||||
job = gear.Job("build:%s" % args.job,
|
||||
json.dumps(data),
|
||||
unique=data['ZUUL_UUID'])
|
||||
c.submitJob(job)
|
||||
c.submitJob(job, precedence=gear.PRECEDENCE_HIGH)
|
||||
|
||||
while not job.complete:
|
||||
time.sleep(1)
|
||||
|
Loading…
Reference in New Issue
Block a user