summaryrefslogtreecommitdiff
path: root/hosts/p-body
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 05:24:42 -0400
committerseth <[email protected]>2023-05-24 05:24:42 -0400
commit7be1973f71ba26c667ebd09b9d007815bb2fd1f3 (patch)
tree4982b92bd5132e269738eddefff469c3033649a8 /hosts/p-body
parenta10a4db764f8d77087d9194dc61e9a93d23bf039 (diff)
atlas/p-body: give build priority to p-body
Diffstat (limited to 'hosts/p-body')
-rw-r--r--hosts/p-body/buildMachines.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix
index e09601c..0c7d6b0 100644
--- a/hosts/p-body/buildMachines.nix
+++ b/hosts/p-body/buildMachines.nix
@@ -18,18 +18,19 @@ in {
buildMachines = [
{
hostName = "localhost";
- speedFactor = 75;
+ maxJobs = 2;
+ speedFactor = 100;
supportedFeatures = ["big-parallel" "benchmark" "kvm" "nixos-test"];
systems = ["x86_64-linux" "i686-linux"];
}
{
hostName = "atlas";
maxJobs = 4;
- speedFactor = 100;
+ speedFactor = 75;
sshUser = "bob";
sshKey = config.age.secrets."${hostName}2atlas".path;
supportedFeatures = ["benchmark" "big-parallel" "gccarch-armv8-a" "kvm" "nixos-test"];
- systems = ["aarch64-linux" "x86_64-linux"];
+ systems = ["aarch64-linux" "x86_64-linux" "i686-linux"];
}
];