From affcf9228745cbcb2a0a521e120273f1cb209a3d Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Fri, 18 Aug 2017 15:14:18 +0300 Subject: [PATCH] nixos/tests: Make the UEFI boot test release-critical Seems to be working fine, based on the history: https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.installer.simpleUefiGummiboot.i686-linux/all https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.installer.simpleUefiGummiboot.x86_64-linux/all --- nixos/release-combined.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 26e689a7c92..54fd4a15ffc 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -70,6 +70,7 @@ in rec { (all nixos.tests.installer.simple) (all nixos.tests.installer.simpleLabels) (all nixos.tests.installer.simpleProvided) + (all nixos.tests.installer.simpleUefiSystemdBoot) (all nixos.tests.installer.swraid) (all nixos.tests.installer.btrfsSimple) (all nixos.tests.installer.btrfsSubvols)