Skip to content

Commit

Permalink
Revert "chore: unpin 5.10/m6i ami"
Browse files Browse the repository at this point in the history
This reverts commit 800ec4c.
The instability is still there.

Signed-off-by: Egor Lazarchuk <[email protected]>
  • Loading branch information
ShadowCurse committed Oct 24, 2024
1 parent cf89a8a commit f7aaa67
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 = {
# TODO: Unpin when performance instability on m6i/5.10 has gone.
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
}


def apply_pins(steps):
Expand Down

0 comments on commit f7aaa67

Please sign in to comment.