Commit 1ff3492
feat: set concurrency_limit on tektoncd/pipeline Repository CR
Set concurrency_limit: 2 on the tektoncd-pipeline PAC Repository to
prevent all release branches from building simultaneously. Without this,
the weekly patch-release cron triggers 7-8 concurrent multi-arch ko
builds that exhaust tekton-nodepool node memory, causing kubelet hangs
(see #3428).
With concurrency_limit: 2, PAC queues excess PipelineRuns and starts
them as running ones complete.
Related: #34281 parent 5cb430c commit 1ff3492
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments