From 7be1973f71ba26c667ebd09b9d007815bb2fd1f3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 05:24:42 -0400 Subject: atlas/p-body: give build priority to p-body --- hosts/p-body/buildMachines.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hosts/p-body') 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"]; } ]; -- cgit v1.2.3