use new __hydraRetry to disable HITL unittest retries

stm32-no-overlay
Sebastien Bourdeauducq 2019-03-14 17:51:04 +08:00
parent 1650d1f16f
commit 11f054c94b
1 changed files with 3 additions and 0 deletions

View File

@ -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