Skip to content

Commit

Permalink
rescale: remove adrestia buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Sep 15, 2023
1 parent 76e52d5 commit 27bb0dc
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 @@ -692,18 +692,18 @@ in {
queue = ["core-tech-bench"];
} ["Billing:team-core"]
1 {};
equinix-5 =
mkEquinixBuildkite "equinix-5" "5" "10.12.10.9" {
system = "x86_64-linux";
queue = ["adrestia"];
} ["Billing:team-adrestia"]
5 {};
equinix-6 =
mkEquinixBuildkite "equinix-6" "6" "10.12.10.11" {
system = "x86_64-linux";
queue = ["adrestia-bench"];
} ["Billing:team-adrestia"]
1 {};
# equinix-5 =
# mkEquinixBuildkite "equinix-5" "5" "10.12.10.9" {
# system = "x86_64-linux";
# queue = ["adrestia"];
# } ["Billing:team-adrestia"]
# 5 {};
# equinix-6 =
# mkEquinixBuildkite "equinix-6" "6" "10.12.10.11" {
# system = "x86_64-linux";
# queue = ["adrestia-bench"];
# } ["Billing:team-adrestia"]
# 1 {};
equinix-7 =
mkEquinixBuildkite "equinix-7" "7" "10.12.10.13" {
system = "x86_64-linux";
Expand Down

0 comments on commit 27bb0dc

Please sign in to comment.