remove RunCommand hydra hack

pull/16/head
Sebastien Bourdeauducq 2019-03-14 17:54:04 +08:00
parent 8dd3e94015
commit 82a2d06496
1 changed files with 0 additions and 4 deletions

View File

@ -136,10 +136,6 @@ ACTION=="add", SUBSYSTEM=="tty", \
''
binary_cache_secret_key_file = /etc/nixos/secret/nixbld.m-labs.hk-1
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"
</runcommand>
'';
};
users.users.hydra-queue-runner.extraGroups = [ "plugdev" "dialout" ];