summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-01 08:42:00 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-01 08:50:38 +0200
commit1567f56a5a832fd5608101afa397f93e2e64535b (patch)
tree4d20cc71dfc80d9568ee4fd45fca20358cfbdaa0 /nixos/release-combined.nix
parent56c0edca86bba44257313484a7b2d1e841abdb21 (diff)
downloadnixpkgs-1567f56a5a832fd5608101afa397f93e2e64535b.tar
nixpkgs-1567f56a5a832fd5608101afa397f93e2e64535b.tar.gz
nixpkgs-1567f56a5a832fd5608101afa397f93e2e64535b.tar.bz2
nixpkgs-1567f56a5a832fd5608101afa397f93e2e64535b.tar.lz
nixpkgs-1567f56a5a832fd5608101afa397f93e2e64535b.tar.xz
nixpkgs-1567f56a5a832fd5608101afa397f93e2e64535b.tar.zst
nixpkgs-1567f56a5a832fd5608101afa397f93e2e64535b.zip
nixos: Re-add swraid installer tests to releases.
It has been removed by 71a197bc6e60c2c35687fc862cec9a0036a3877e.

I'm reintroducing the test mainly because it actually *is* useful,
because right now, machines with mdraid will not boot. In order to
prevent such things from happening in the future, we should *not* remove
this VM test again.

If it really goes back to failing randomly, we should really try to fix
it instead of removing it again.

Of course it fails right now because of the mdraid bump in 7719f7f.
Also, if you want to have additional info about the reasons, have a look
at the commit message of 666cf992f05d20c537da7f495afe3622023495d2.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 22d14aa57a0..cb1c200ab47 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -57,6 +57,7 @@ in rec {
         (all nixos.tests.installer.simple)
         (all nixos.tests.installer.simpleLabels)
         (all nixos.tests.installer.simpleProvided)
+        (all nixos.tests.installer.swraid)
         (all nixos.tests.installer.btrfsSimple)
         (all nixos.tests.installer.btrfsSubvols)
         (all nixos.tests.installer.btrfsSubvolDefault)