From c9eae6d8d85a953d954354cd67e331e9d8a8d332 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 17 Mar 2025 13:47:10 +0000 Subject: [PATCH] feat(ops/machines/build01): use large slots build01 can deal with llama. Change-Id: I9c01dabfb4dfff0061fd16ea37ef8dc0693ad453 --- ops/machines/build01/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ops/machines/build01/default.nix b/ops/machines/build01/default.nix index 3e2e5e4db..ae34dc755 100644 --- a/ops/machines/build01/default.nix +++ b/ops/machines/build01/default.nix @@ -28,6 +28,7 @@ in services.depot.buildkite = { enable = true; agentCount = 32; + largeSlots = 32; }; boot.loader.initScript.enable = true;