nixos/release-small: also gate on simpleUefiSystemdBoot test on x86_64 (#340025)

This commit is contained in:
K900 2024-09-06 11:29:14 +03:00 committed by GitHub
commit 1318c66d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,6 @@ in rec {
"nixpkgs.tarball"
"nixpkgs.release-checks"
]
(onSystems [ "aarch64-linux" ] "nixos.tests.installer.simpleUefiSystemdBoot")
(map (onSystems [ "x86_64-linux" ]) [
"nixos.tests.installer.lvm"
"nixos.tests.installer.separateBoot"
@ -117,6 +116,7 @@ in rec {
"nixos.tests.containers-ip"
"nixos.tests.firewall"
"nixos.tests.ipv6"
"nixos.tests.installer.simpleUefiSystemdBoot"
"nixos.tests.login"
"nixos.tests.misc"
"nixos.tests.nat.firewall"