summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-29 13:12:18 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-29 13:14:30 +0100
commit976355f63d41d252153f96f5d229feff7fd98a9b (patch)
tree35c44e10b12bf02bd0ed1c225aac1121e6c80d8e /nixos/release-combined.nix
parentadc1b38b85857630be32452a2cfd26f39946d497 (diff)
downloadnixlib-976355f63d41d252153f96f5d229feff7fd98a9b.tar
nixlib-976355f63d41d252153f96f5d229feff7fd98a9b.tar.gz
nixlib-976355f63d41d252153f96f5d229feff7fd98a9b.tar.bz2
nixlib-976355f63d41d252153f96f5d229feff7fd98a9b.tar.lz
nixlib-976355f63d41d252153f96f5d229feff7fd98a9b.tar.xz
nixlib-976355f63d41d252153f96f5d229feff7fd98a9b.tar.zst
nixlib-976355f63d41d252153f96f5d229feff7fd98a9b.zip
Drop the EFI installer tests from the release-critical builds for now
They fail randomly due to a hard-coded 30-second timeout in udev
waiting for /dev/sda1 to appear:

  systemd-udevd[1151]: worker [1168] /devices/pci0000:00/0000:00:04.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 timeout; kill it
  systemd-udevd[1151]: seq 1059 '/devices/pci0000:00/0000:00:04.0/host2/target2:0:0/2:0:0:0/block/sda/sda1' killed

Hopefully we can use virtio in the future for the EFI tests.

http://hydra.nixos.org/build/6695897
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 6866c709dd4c..e7b31383bd57 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -43,7 +43,7 @@ in rec {
         (all nixos.iso_graphical)
         (all nixos.ova)
 
-        (all nixos.tests.efi-installer.simple)
+        #(all nixos.tests.efi-installer.simple)
         (all nixos.tests.firefox)
         (all nixos.tests.firewall)
         (all nixos.tests.installer.grub1)