about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-11-08 20:35:03 +0100
committerEelco Dolstra <edolstra@gmail.com>2016-11-08 20:35:03 +0100
commit0ba3d429a758cec15545fc11c9d3fd1424c5c5f8 (patch)
tree0ff90aaf007802a70d82837fb55e57bb7cd30ca2 /nixos
parent4d0bba19f4e1037bcfefa9e5f0b39da00f73281e (diff)
cjdns: Disable tests
Since 8180922d236c53b5e09cfe1b63f6c12977bb2803, the cjdns module
imports from a derivation, which is very bad. It causes all of stdenv
to be built at evaluation time. Since we have a hard 3600 second limit
on Hydra evaluations, this was causing NixOS jobsets to time out.

@joachifm
Diffstat (limited to 'nixos')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 639ee45b38d63..5687d5b0e6e67 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -221,7 +221,7 @@ in rec {
   tests.boot-stage1 = callTest tests/boot-stage1.nix {};
   tests.cadvisor = hydraJob (import tests/cadvisor.nix { system = "x86_64-linux"; });
   tests.chromium = (callSubTests tests/chromium.nix { system = "x86_64-linux"; }).stable;
-  tests.cjdns = callTest tests/cjdns.nix {};
+  #tests.cjdns = callTest tests/cjdns.nix {};
   tests.containers-ipv4 = callTest tests/containers-ipv4.nix {};
   tests.containers-ipv6 = callTest tests/containers-ipv6.nix {};
   tests.containers-bridge = callTest tests/containers-bridge.nix {};