From 55d5e993ab67d9dbfa65db271f828c5e7faa8148 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 3 Oct 2018 03:13:28 +0200 Subject: tests/bfq: Don't test on bleeding edge kernel If someone is going to use our patch for the latest release canidate kernel and it doesn't work I'd say it's somewhat expected. Right now the test fails with the current 4.19-rc6 and I don't have time to investigate this. It might be the case that this also might be an upstream issue, but let's actually lazy evaluate this and re-check once 4.19 is released. Signed-off-by: aszlig --- tests/system/kernel/bfq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/system/kernel/bfq.nix b/tests/system/kernel/bfq.nix index 7b6314b1..8a76d2a0 100644 --- a/tests/system/kernel/bfq.nix +++ b/tests/system/kernel/bfq.nix @@ -2,8 +2,8 @@ name = "bfq-kernel"; machine = { pkgs, ... }: { + boot.kernelPackages = pkgs.linuxPackages_latest; vuizvui.system.kernel.bfq.enable = true; - vuizvui.system.kernel.useBleedingEdge = true; virtualisation.qemu.diskInterface = "scsi"; }; -- cgit 1.4.1