From bba65dcb51cbcb1f866f7ad14c36caca5c15479c Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Mon, 18 Nov 2024 15:27:46 +0100 Subject: [PATCH] hydra: Remove Cloud-V RISC-V build worker --- config/services/hydra/nix-config.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/services/hydra/nix-config.nix b/config/services/hydra/nix-config.nix index c836a27..e3372b2 100644 --- a/config/services/hydra/nix-config.nix +++ b/config/services/hydra/nix-config.nix @@ -28,15 +28,6 @@ supportedFeatures = base ++ [ "gccarch-rv64imac" "gccarch-rv64imacfd" ]; sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path; } - { - hostName = "machine-0008.cloud-v.co"; - sshUser = "root"; - maxJobs = 2; - speedFactor = 4; - systems = [ "riscv64-linux" ]; - supportedFeatures = base ++ [ "gccarch-rv64imac" "gccarch-rv64imacfd" ]; - sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path; - } ] ++ lib.forEach (lib.genList (i: i + 1) 8) (num: { hostName = "build-worker-0${toString num}"; sshUser = "root";