@cryptotaxi247 / infra-1 / commits / 2e167d33

builders: rebalance big-parallel slots

We are driving hopeful-rivest (Q80-30) a bit too hard with 200 jobs and sleepy-brown (94545P) a bit too soft with 96 jobs. Make sure we overcommit both of them only slightly.

Martin Weinelt committed Jun 20, 2026 at 12:06 UTC 2e167d330d4ef95b978e57e61373a2a65ef88824
2 files changed +2 -2
builders/instances/hopeful-rivest.nix
+1 -1
@@ -5,7 +5,7 @@
5
6 nix.settings = {
7 cores = 20;
8 - max-jobs = 10;
8 + max-jobs = 6;
9 };
10
11 services.hydra-queue-builder-dev.mandatoryFeatures = [ "big-parallel" ];
builders/instances/sleepy-brown.nix
+1 -1
@@ -5,7 +5,7 @@
5
6 nix.settings = {
7 cores = 24;
8 - max-jobs = 4;
8 + max-jobs = 6;
9 };
10
11 services.hydra-queue-builder-dev.mandatoryFeatures = [ "big-parallel" ];