Reduce maxJobs on build-worker-{03,04}

This commit is contained in:
emily 2024-08-07 11:17:45 +02:00
parent d2ea963076
commit 38f9b8299e
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -21,7 +21,7 @@
{
hostName = "build-worker-03.nyantec.com";
sshUser = "nix-ssh";
maxJobs = 8;
maxJobs = 4;
speedFactor = 18;
systems = [ "x86_64-linux" "riscv64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64" "gccarch-x86-64-v2" "gccarch-x86-64-v3" ];
@ -30,7 +30,7 @@
{
hostName = "build-worker-04.nyantec.com";
sshUser = "nix-ssh";
maxJobs = 8;
maxJobs = 4;
speedFactor = 18;
systems = [ "x86_64-linux" "riscv64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64" "gccarch-x86-64-v2" "gccarch-x86-64-v3" ];