forked from emily/nixfiles
Reduce maxJobs on integra
This commit is contained in:
parent
abc2784495
commit
2fb286355a
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
{
|
{
|
||||||
hostName = "integra.kyouma.net";
|
hostName = "integra.kyouma.net";
|
||||||
sshUser = "build";
|
sshUser = "build";
|
||||||
maxJobs = 4;
|
maxJobs = 2;
|
||||||
speedFactor = 8;
|
speedFactor = 4;
|
||||||
systems = [ "aarch64-linux" ];
|
systems = [ "aarch64-linux" ];
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||||
|
|
Loading…
Reference in a new issue