From 5d235ff283be66bfa3c92b5c587a98072f967c18 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 18 Oct 2024 15:07:13 +0200 Subject: fix(ops/pipelines): limit depot-nix-eval to concurrency of 3 It seems we need more memory these days, and llama frequently ran OOM. Decrease the number of concurrent evaluations. Change-Id: I2648ebdedf09b80c9a231c4614004f953a646bc0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12662 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: edef --- ops/pipelines/static-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops') diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index a7eea2eb97d8..090518423eb3 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -50,7 +50,7 @@ steps: - label: ":llama:" key: "pipeline-gen" concurrency_group: 'depot-nix-eval' - concurrency: 5 # much more than this and whitby will OOM + concurrency: 3 # much more than this and whitby will OOM command: | set -ue -- cgit 1.4.1