Reduce maxJobs on integra

This commit is contained in:
emily 2024-08-01 15:33:55 +02:00
parent abc2784495
commit 2fb286355a
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -12,8 +12,8 @@
{
hostName = "integra.kyouma.net";
sshUser = "build";
maxJobs = 4;
speedFactor = 8;
maxJobs = 2;
speedFactor = 4;
systems = [ "aarch64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;