From aeee05b9c3891ae720f380e87c38a8b3b4a50f3e Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 27 Oct 2019 05:57:43 +1000 Subject: [PATCH] Added buildMachines requirements --- Deployments/hydra.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Deployments/hydra.nix b/Deployments/hydra.nix index 5e2fe73..9d0cced 100644 --- a/Deployments/hydra.nix +++ b/Deployments/hydra.nix @@ -35,7 +35,6 @@ useSubstitutes = true; hydraURL = "https://hydra.mcwhirter.io"; notificationSender = "hydra.mcwhirter.io"; - buildMachinesFiles = []; extraConfig = '' store_uri = file:///var/lib/hydra/cache?secret-key=/etc/nix/hydra.mcwhirter.io/secret binary_cache_secret_key_file = /etc/nix/hydra.mcwhirter.io/secret @@ -86,10 +85,10 @@ { hostName = "localhost"; systems = [ "x86_64-linux" "i686-linux" ]; - maxJobs = 6; + maxJobs = 4; # for building VirtualBox VMs as build artifacts, you might need other # features depending on what you are doing - supportedFeatures = [ ]; + supportedFeatures = [ "big-parallel" "kvm" "nixos-test" ]; } ]; }