remote: speed factor

This commit is contained in:
Sridhar Ratnakumar 2024-11-19 10:09:08 -05:00
parent c5dec72a20
commit 786ed1592a
No known key found for this signature in database

View file

@ -19,11 +19,11 @@ in
hostName = buildHost;
system = "x86_64-linux";
protocol = "ssh-ng";
# if the builder supports building for multiple architectures,
# if the builder supports building for multiple architectures,
# replace the previous line by, e.g.,
# systems = ["x86_64-linux" "aarch64-linux"];
maxJobs = 16;
speedFactor = 1;
speedFactor = 2;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}