From eca14590d9790ee0af7aa62af3bbfc91d2b90b27 Mon Sep 17 00:00:00 2001 From: John Lotoski Date: Wed, 4 Oct 2023 08:52:57 -0500 Subject: [PATCH] rescale: remove x86_64-linux core-tech bk queue agents --- nix/metal/bitteProfile/default.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/nix/metal/bitteProfile/default.nix b/nix/metal/bitteProfile/default.nix index 2e02ecd..218f8e2 100644 --- a/nix/metal/bitteProfile/default.nix +++ b/nix/metal/bitteProfile/default.nix @@ -668,18 +668,18 @@ in { extra ]; in { - equinix-1 = - mkEquinixBuildkite "equinix-1" "1" "10.12.10.1" { - system = "x86_64-linux"; - queue = ["core-tech"]; - } ["Billing:team-core"] - 5 {}; - equinix-2 = - mkEquinixBuildkite "equinix-2" "2" "10.12.10.3" { - system = "x86_64-linux"; - queue = ["core-tech"]; - } ["Billing:team-core"] - 5 {}; + # equinix-1 = + # mkEquinixBuildkite "equinix-1" "1" "10.12.10.1" { + # system = "x86_64-linux"; + # queue = ["core-tech"]; + # } ["Billing:team-core"] + # 5 {}; + # equinix-2 = + # mkEquinixBuildkite "equinix-2" "2" "10.12.10.3" { + # system = "x86_64-linux"; + # queue = ["core-tech"]; + # } ["Billing:team-core"] + # 5 {}; equinix-3 = mkEquinixBuildkite "equinix-3" "3" "10.12.10.5" { system = "x86_64-linux";