nixos/scx: add scx_beerland; nixosTests.scx: add scx_beerland (#461999)
This commit is contained in:
@@ -38,6 +38,7 @@ in
|
|||||||
|
|
||||||
scheduler = lib.mkOption {
|
scheduler = lib.mkOption {
|
||||||
type = lib.types.enum [
|
type = lib.types.enum [
|
||||||
|
"scx_beerland"
|
||||||
"scx_bpfland"
|
"scx_bpfland"
|
||||||
"scx_chaos"
|
"scx_chaos"
|
||||||
"scx_cosmos"
|
"scx_cosmos"
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
services.scx.enable = true;
|
services.scx.enable = true;
|
||||||
|
|
||||||
specialisation = {
|
specialisation = {
|
||||||
|
beerland.configuration.services.scx.scheduler = "scx_beerland";
|
||||||
bpfland.configuration.services.scx.scheduler = "scx_bpfland";
|
bpfland.configuration.services.scx.scheduler = "scx_bpfland";
|
||||||
cosmos.configuration.services.scx.scheduler = "scx_cosmos";
|
cosmos.configuration.services.scx.scheduler = "scx_cosmos";
|
||||||
flash.configuration.services.scx.scheduler = "scx_flash";
|
flash.configuration.services.scx.scheduler = "scx_flash";
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
specialisation = [
|
specialisation = [
|
||||||
|
"beerland",
|
||||||
"bpfland",
|
"bpfland",
|
||||||
"cosmos",
|
"cosmos",
|
||||||
"flash",
|
"flash",
|
||||||
|
|||||||
Reference in New Issue
Block a user