about summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-02-12 16:20:00 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-02-12 16:20:00 +0100
commit1907ca8a2aaa51d3e6910bb086dd75efffa81a6b (patch)
tree0207a1421d6d1b27ca07ef38926268eec4ae8747 /nixos/release-combined.nix
parent3b17a2054b40d870a0b44ae4bf8d2272a2f48175 (diff)
Drop tests.installer.grub1 as release critical
This test sometimes fails with

  Kernel panic - not syncing: assertion "i && sym_get_cam_status(cp->cmd) == DID_SOFT_ERROR" failed: file "/tmp/nix-build-linux-3.14.32.drv-0/linux-3.14.32/drivers/scsi/sym53c8xx_2/sym_hipd.c", line 3399

after "sd 2:0:0:0: ABORT operation timed-out."

Since we don't care all that much about GRUB 1 anymore, don't make the
release depend on it.

http://hydra.nixos.org/build/19563197
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index f2f68a11a2882..2381132bb45e3 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -52,7 +52,6 @@ in rec {
         (all nixos.tests.firefox)
         (all nixos.tests.firewall)
         (all nixos.tests.gnome3)
-        (all nixos.tests.installer.grub1)
         (all nixos.tests.installer.lvm)
         (all nixos.tests.installer.separateBoot)
         (all nixos.tests.installer.simple)