about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-10-18T13·07+0200
committerclbot <clbot@tvl.fyi>2024-10-19T10·51+0000
commit5d235ff283be66bfa3c92b5c587a98072f967c18 (patch)
tree454686eeba1a65f407fe5d1bc61d3a1c7c7a01ca
parent059261484220602668b9d1ff482c44477b61a2a7 (diff)
fix(ops/pipelines): limit depot-nix-eval to concurrency of 3 r/8840
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 <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
-rw-r--r--ops/pipelines/static-pipeline.yaml2
1 files changed, 1 insertions, 1 deletions
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