Run infra-prod jobs in parallel
Bump the semaphore for infra-prod jobs to max: 2 so that up to two infra prod jobs can run in parallale on bridge at the same time. Note we should land this after we are happy with the new setup's locking and pausing. Change-Id: Icce98bb495d5edd9256f8e1d65d88b2f9d879132
This commit is contained in:
parent
684e7b70f5
commit
611bfce7b6
@ -20,7 +20,7 @@
|
||||
# everything but roughly keep the same behaviors as before (max: 1).
|
||||
# When we are happy with that we can bump this to 2 or higher and see
|
||||
# things run in parallel.
|
||||
max: 1
|
||||
max: 2
|
||||
|
||||
- job:
|
||||
name: infra-prod-bootstrap-bridge
|
||||
|
Loading…
x
Reference in New Issue
Block a user