update maxJobs for the builder

This commit is contained in:
iFargle 2023-10-11 08:19:48 +09:00
parent bb00453bd6
commit 10ea0cffcd

View file

@ -5,7 +5,7 @@
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
sshUser = "albert"; sshUser = "albert";
protocol = "ssh-ng"; protocol = "ssh-ng";
maxJobs = 8; maxJobs = 16;
speedFactor = 2; speedFactor = 2;
systems = [ "x86_64-linux" "aarch64-linux" ]; systems = [ "x86_64-linux" "aarch64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];