From 611bfce7b6fe7851cad6887afbc31ed685fbfc33 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 5 Mar 2025 12:19:23 -0800 Subject: [PATCH] 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 --- zuul.d/infra-prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/infra-prod.yaml b/zuul.d/infra-prod.yaml index 16c027a1ed..4d79cb2c38 100644 --- a/zuul.d/infra-prod.yaml +++ b/zuul.d/infra-prod.yaml @@ -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