From eb6e366446ea00d92e2a39d2700dc4faa0a6bdf0 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 6 May 2016 16:56:54 +0200 Subject: [PATCH] nixos/release-combined: Add boot-stage1 test We don't want to push out a channel update whenever this test fails, because that might have unexpected and confused side effects and it *really* means that stage 1 of our boot up is broken. Signed-off-by: aszlig --- nixos/release-combined.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index acf9ab143dab..c8c4df5c9138 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -67,6 +67,7 @@ in rec { (all nixos.tests.boot.biosUsb) (all nixos.tests.boot.uefiCdrom) (all nixos.tests.boot.uefiUsb) + (all nixos.tests.boot-stage1) (all nixos.tests.ipv6) (all nixos.tests.kde4) #(all nixos.tests.lightdm)