@cryptotaxi247 / infra / commits / 71cca147

hopeful-rivest big-parallel jobs: 4 -> 3

The reason for this direction is that big builds like chromium still took 10+ hours, which is problematic - especially for huge amount of work thrown out whenever we restart things. At some points there also aren't 4 very huge builds in the queue anyway.

Vladimír Čunát committed Jul 3, 2026 at 13:21 UTC 71cca1479330dbac3c916bce6ae9559f2936c75f
1 file changed +3 -2
builders/instances/hopeful-rivest.nix
+3 -2
@@ -3,9 +3,10 @@
3 ../profiles/hetzner-rx170.nix
4 ];
5
6 + # 2/80 cores remain spare
7 nix.settings = {
7 - cores = 20;
8 - max-jobs = 4;
8 + cores = 26;
9 + max-jobs = 3;
10 };
11
12 services.hydra-queue-builder-dev.mandatoryFeatures = [ "big-parallel" ];