hydra: remove dacbert from remote builders

This commit is contained in:
oxapentane - 2022-06-12 00:16:00 +02:00
parent dbfcf49add
commit 99ef330cc6
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -24,14 +24,7 @@ in {
]; ];
supportedFeatures = [ "big-parallel" ]; supportedFeatures = [ "big-parallel" ];
maxJobs = 4; maxJobs = 4;
} { }];
hostName = "client@dacbert.hq.c3d2.de";
system = lib.concatStringsSep "," [
"aarch64-linux"
];
supportedFeatures = [ "benchmark" "kvm" "nixos-test" ];
maxJobs = 1;
} ];
daemonCPUSchedPolicy = "idle"; daemonCPUSchedPolicy = "idle";
daemonIOSchedClass = "idle"; daemonIOSchedClass = "idle";