From 82a2d064966bc98c194694922a4010a90f7662b9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Mar 2019 17:54:04 +0800 Subject: [PATCH] remove RunCommand hydra hack --- nixbld-etc-nixos/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 70be825..2a3dcf8 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -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 - - job = artiq:main:extended-tests - command = nix-shell `jq -r .drvPath $HYDRA_JSON` --run "python `jq -r .outputs[0].path $HYDRA_JSON` $HYDRA_JSON" - ''; }; users.users.hydra-queue-runner.extraGroups = [ "plugdev" "dialout" ];