@cryptotaxi247 / infra-1 / commits / 6426eafa

builders: make big-parallel not mandatory on sleepy-brown

This is a test to see if we can keep it doing something and still get the big-parallel builds through.

Martin Weinelt committed Jun 29, 2026 at 21:31 UTC 6426eafa3f3ce9c224d5d62a4cbd6c2fe7ee1e80
1 file changed +1 -1
builders/instances/sleepy-brown.nix
+1 -1
@@ -8,7 +8,7 @@
8 max-jobs = 4;
9 };
10
11 - services.hydra-queue-builder-dev.mandatoryFeatures = [ "big-parallel" ];
11 + services.hydra-queue-builder-dev.supportedFeatures = [ "big-parallel" ];
12
13 networking = {
14 hostName = "sleepy-brown";