Skip to content

Commit

Permalink
nixosTests.lvm2: drop 4.19 kernel, test on 6.6, skip failing test (Ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Jan 2, 2025
2 parents 9e9fe33 + 161f45d commit 00f4cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/tests/lvm2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
pkgs ? import ../../.. { inherit system config; },
lib ? pkgs.lib,
kernelVersionsToTest ? [
"4.19"
"5.4"
"5.10"
"5.15"
"6.1"
"6.6"
"latest"
],
}:
Expand All @@ -33,7 +33,7 @@ let
# systemd in stage 1
raid-sd-stage-1 = {
test = callTest ./systemd-stage-1.nix;
kernelFilter = lib.id;
kernelFilter = lib.filter (v: v != "5.15");
flavour = "raid";
};
thinpool-sd-stage-1 = {
Expand Down

0 comments on commit 00f4cd1

Please sign in to comment.