From 99ef330cc68058dfe3164bad4b58b5b07db96f42 Mon Sep 17 00:00:00 2001 From: 0xa Date: Sun, 12 Jun 2022 00:16:00 +0200 Subject: [PATCH] hydra: remove dacbert from remote builders --- hosts/hydra/hydra.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index 689aa2a9..f3584c79 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -24,14 +24,7 @@ in { ]; supportedFeatures = [ "big-parallel" ]; maxJobs = 4; - } { - hostName = "client@dacbert.hq.c3d2.de"; - system = lib.concatStringsSep "," [ - "aarch64-linux" - ]; - supportedFeatures = [ "benchmark" "kvm" "nixos-test" ]; - maxJobs = 1; - } ]; + }]; daemonCPUSchedPolicy = "idle"; daemonIOSchedClass = "idle";