forked from emily/nixfiles
Change build worker speedFactor
This commit is contained in:
parent
9163da98ee
commit
d76655faa9
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
|||
{
|
||||
hostName = "localhost";
|
||||
sshUser = "hydra-queue-runner";
|
||||
maxJobs = 40;
|
||||
speedFactor = 30;
|
||||
maxJobs = 20;
|
||||
speedFactor = 17;
|
||||
systems = [ "x86_64-linux" ];
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||
|
@ -22,7 +22,7 @@
|
|||
hostName = "build-worker-03.nyantec.com";
|
||||
sshUser = "nix-ssh";
|
||||
maxJobs = 8;
|
||||
speedFactor = 16;
|
||||
speedFactor = 18;
|
||||
systems = [ "x86_64-linux" ];
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
||||
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||
|
@ -31,7 +31,7 @@
|
|||
hostName = "build-worker-04.nyantec.com";
|
||||
sshUser = "nix-ssh";
|
||||
maxJobs = 8;
|
||||
speedFactor = 16;
|
||||
speedFactor = 18;
|
||||
systems = [ "x86_64-linux" ];
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
||||
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||
|
|
Loading…
Reference in a new issue