about summary refs log tree commit diff
path: root/ops/pipelines/static-pipeline.yaml (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-03 r/5380 fix(ops/pipelines): limit concurrency of :llama:Vincent Ambo1-0/+2
When pushing a large chain of CLs, builds can fail with OOM issues as many Nix evaluations of the depot are happening simultaneously. To work around this, we limit the concurrency of simultaneous Nix evaluations (i.e. the `:llama` step). This can slow down the start