Skip to content

Commit

Permalink
chore: Pin m6i/5.10 and m6i/6.1 AMIs
Browse files Browse the repository at this point in the history
We are seeing performance volatility on newest AMIs.

Signed-off-by: Nikita Kalyazin <[email protected]>
  • Loading branch information
kalyazin committed Jul 9, 2024
1 parent 3f969b3 commit 91f68d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/pipeline_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@
# }
# will pin steps running on instances "m6i.metal" with kernel version tagged "linux_6.1"
# to a new kernel version tagged "linux_6.1-pinned"
pins = {}
pins = {
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
"linux_6.1-pinned": {"instance": "m6i.metal", "kv": "linux_6.1"},
}


def apply_pins(steps):
Expand Down

0 comments on commit 91f68d4

Please sign in to comment.