Merge pull request #263159 from ElvishJerricco/release-combined-re-add-zfs

nixos/release-combined: re-add ZFS to release-combined
This commit is contained in:
Will Fancher 2023-10-26 14:18:14 -04:00 committed by GitHub
commit 594642a32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,7 @@ in rec {
(onSystems ["x86_64-linux"] "nixos.tests.installer.simpleUefiSystemdBoot") (onSystems ["x86_64-linux"] "nixos.tests.installer.simpleUefiSystemdBoot")
(onSystems ["x86_64-linux"] "nixos.tests.installer.simple") (onSystems ["x86_64-linux"] "nixos.tests.installer.simple")
(onSystems ["x86_64-linux"] "nixos.tests.installer.swraid") (onSystems ["x86_64-linux"] "nixos.tests.installer.swraid")
(onSystems ["x86_64-linux"] "nixos.tests.installer.zfsroot")
(onSystems ["x86_64-linux"] "nixos.tests.nixos-rebuild-specialisations") (onSystems ["x86_64-linux"] "nixos.tests.nixos-rebuild-specialisations")
(onFullSupported "nixos.tests.ipv6") (onFullSupported "nixos.tests.ipv6")
(onFullSupported "nixos.tests.keymap.azerty") (onFullSupported "nixos.tests.keymap.azerty")