fix hydra limits

pull/16/head
Sebastien Bourdeauducq 2019-02-23 00:30:08 +08:00
parent de466e67cf
commit 9fe1745a7c
1 changed files with 2 additions and 2 deletions

View File

@ -129,13 +129,13 @@ ACTION=="add", SUBSYSTEM=="tty", \
useSubstitutes = true;
hydraURL = "https://nixbld.m-labs.hk";
notificationSender = "hydra@m-labs.hk";
minimumDiskFree = 2; # in GB
minimumDiskFree = 10; # in GB
minimumDiskFreeEvaluator = 1;
buildMachinesFiles = [];
extraConfig =
''
binary_cache_secret_key_file = /etc/nixos/secret/nixbld.m-labs.hk-1
max_output_size = 4294967296
max_output_size = 5500000000
<runcommand>
job = artiq:main:extended-tests
command = nix-shell `jq -r .drvPath $HYDRA_JSON` --run "python `jq -r .outputs[0].path $HYDRA_JSON` $HYDRA_JSON"