Skip to content

Commit eca1459

Browse files
committed
rescale: remove x86_64-linux core-tech bk queue agents
1 parent 27bb0dc commit eca1459

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

nix/metal/bitteProfile/default.nix

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -668,18 +668,18 @@ in {
668668
extra
669669
];
670670
in {
671-
equinix-1 =
672-
mkEquinixBuildkite "equinix-1" "1" "10.12.10.1" {
673-
system = "x86_64-linux";
674-
queue = ["core-tech"];
675-
} ["Billing:team-core"]
676-
5 {};
677-
equinix-2 =
678-
mkEquinixBuildkite "equinix-2" "2" "10.12.10.3" {
679-
system = "x86_64-linux";
680-
queue = ["core-tech"];
681-
} ["Billing:team-core"]
682-
5 {};
671+
# equinix-1 =
672+
# mkEquinixBuildkite "equinix-1" "1" "10.12.10.1" {
673+
# system = "x86_64-linux";
674+
# queue = ["core-tech"];
675+
# } ["Billing:team-core"]
676+
# 5 {};
677+
# equinix-2 =
678+
# mkEquinixBuildkite "equinix-2" "2" "10.12.10.3" {
679+
# system = "x86_64-linux";
680+
# queue = ["core-tech"];
681+
# } ["Billing:team-core"]
682+
# 5 {};
683683
equinix-3 =
684684
mkEquinixBuildkite "equinix-3" "3" "10.12.10.5" {
685685
system = "x86_64-linux";

0 commit comments

Comments
 (0)