diff --git a/nixos/tests/scx/default.nix b/nixos/tests/scx/default.nix index d765159604fb..41c7b84c90b7 100644 --- a/nixos/tests/scx/default.nix +++ b/nixos/tests/scx/default.nix @@ -13,13 +13,19 @@ specialisation = { beerland.configuration.services.scx.scheduler = "scx_beerland"; bpfland.configuration.services.scx.scheduler = "scx_bpfland"; + cake.configuration.services.scx.scheduler = "scx_cake"; + chaos.configuration.services.scx.scheduler = "scx_chaos"; cosmos.configuration.services.scx.scheduler = "scx_cosmos"; flash.configuration.services.scx.scheduler = "scx_flash"; + flow.configuration.services.scx.scheduler = "scx_flow"; + forge.configuration.services.scx.scheduler = "scx_forge"; lavd.configuration.services.scx.scheduler = "scx_lavd"; p2dq.configuration.services.scx.scheduler = "scx_p2dq"; + pandemonium.configuration.services.scx.scheduler = "scx_pandemonium"; rlfifo.configuration.services.scx.scheduler = "scx_rlfifo"; rustland.configuration.services.scx.scheduler = "scx_rustland"; rusty.configuration.services.scx.scheduler = "scx_rusty"; + tickless.configuration.services.scx.scheduler = "scx_tickless"; }; }; @@ -27,13 +33,19 @@ specialisation = [ "beerland", "bpfland", + "cake", + "chaos", "cosmos", "flash", + "flow", + "forge", "lavd", "p2dq", + "pandemonium", "rlfifo", "rustland", "rusty", + "tickless", ] def activate_specialisation(name: str):