Added buildMachines requirements

This commit is contained in:
Serĉanto de Scio 2019-10-27 05:57:43 +10:00
parent d4f241614f
commit aeee05b9c3
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -35,7 +35,6 @@
useSubstitutes = true; useSubstitutes = true;
hydraURL = "https://hydra.mcwhirter.io"; hydraURL = "https://hydra.mcwhirter.io";
notificationSender = "hydra.mcwhirter.io"; notificationSender = "hydra.mcwhirter.io";
buildMachinesFiles = [];
extraConfig = '' extraConfig = ''
store_uri = file:///var/lib/hydra/cache?secret-key=/etc/nix/hydra.mcwhirter.io/secret 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 binary_cache_secret_key_file = /etc/nix/hydra.mcwhirter.io/secret
@ -86,10 +85,10 @@
{ {
hostName = "localhost"; hostName = "localhost";
systems = [ "x86_64-linux" "i686-linux" ]; systems = [ "x86_64-linux" "i686-linux" ];
maxJobs = 6; maxJobs = 4;
# for building VirtualBox VMs as build artifacts, you might need other # for building VirtualBox VMs as build artifacts, you might need other
# features depending on what you are doing # features depending on what you are doing
supportedFeatures = [ ]; supportedFeatures = [ "big-parallel" "kvm" "nixos-test" ];
} }
]; ];
} }