forked from M-Labs/nix-scripts
run extended-tests in hydra
This commit is contained in:
parent
cbb0a29bc4
commit
611da9a051
|
@ -132,9 +132,14 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
||||||
minimumDiskFree = 2; # in GB
|
minimumDiskFree = 2; # in GB
|
||||||
minimumDiskFreeEvaluator = 1;
|
minimumDiskFreeEvaluator = 1;
|
||||||
buildMachinesFiles = [];
|
buildMachinesFiles = [];
|
||||||
extraConfig = ''
|
extraConfig =
|
||||||
|
''
|
||||||
binary_cache_secret_key_file = /etc/nixos/secret/nixbld.m-labs.hk-1
|
binary_cache_secret_key_file = /etc/nixos/secret/nixbld.m-labs.hk-1
|
||||||
max_output_size = 4294967296
|
max_output_size = 4294967296
|
||||||
|
<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"
|
||||||
|
</runcommand>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue