Skip to content

Commit

Permalink
rescale: remove x86_64-linux core-tech bk queue agents
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Oct 4, 2023
1 parent 27bb0dc commit eca1459
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions nix/metal/bitteProfile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit eca1459

Please sign in to comment.