Merge "Update infra-prod limit semaphore to a max of 4"

This commit is contained in:
Zuul 2025-03-12 17:02:31 +00:00 committed by Gerrit Code Review
commit 4c53bd8837

View File

@ -12,15 +12,11 @@
# This semaphore limits the total number of production playbook # This semaphore limits the total number of production playbook
# jobs that can run on bridge at one time. We want things to run in # jobs that can run on bridge at one time. We want things to run in
# parallel but we have a lot of jobs (particularly in the periodic # parallel but we have a lot of jobs (particularly in the periodic
# pipeline) that we don't want to run all at once. # pipeline) that we don't want to run all at once to avoid overwhelming
# the bastion host.
- semaphore: - semaphore:
name: infra-prod-playbook-limit name: infra-prod-playbook-limit
# TODO(clarkb) this semaphore allows us to stage the rollout of max: 4
# parallel infra-prod job exceution in two steps. First we reorganize
# 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: 2
- job: - job:
name: infra-prod-bootstrap-bridge name: infra-prod-bootstrap-bridge