Skip to content

Commit

Permalink
chore: unpin 5.10/m6i ami
Browse files Browse the repository at this point in the history
Performance is stable now on 5.10/m6i instances.

Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
  • Loading branch information
ShadowCurse committed Oct 22, 2024
1 parent c97418a commit 800ec4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .buildkite/pipeline_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@
# }
# 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 = {
# TODO: Unpin when performance instability on m6i/5.10 has gone.
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
}
pins = {}


def apply_pins(steps):
Expand Down

0 comments on commit 800ec4c

Please sign in to comment.