forked from emily/nixfiles
Reduce maxJobs on build-worker-{03,04}
This commit is contained in:
parent
d2ea963076
commit
38f9b8299e
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue