From 11f054c94b448d2231d745685849d84f9ae230da Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Mar 2019 17:51:04 +0800 Subject: [PATCH] use new __hydraRetry to disable HITL unittest retries --- main.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.nix b/main.nix index bb77fef..4c28ff1 100644 --- a/main.nix +++ b/main.nix @@ -43,9 +43,12 @@ in # Impure derivations, when they land in Nix/Hydra, should improve the situation. kc705-tests = pkgs.stdenv.mkDerivation rec { name = "kc705-tests"; + outputHashAlgo = "sha256"; outputHashMode = "recursive"; outputHash = import generateTestOkHash; + __hydraRetry = false; + buildInputs = [ (pkgs.python3.withPackages(ps: [ ps.paramiko artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ])) artiqpkgs.binutils-or1k