Skip to content

Commit 800ec4c

Browse files
committed
chore: unpin 5.10/m6i ami
Performance is stable now on 5.10/m6i instances. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent c97418a commit 800ec4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.buildkite/pipeline_perf.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@
119119
# }
120120
# will pin steps running on instances "m6i.metal" with kernel version tagged "linux_6.1"
121121
# to a new kernel version tagged "linux_6.1-pinned"
122-
pins = {
123-
# TODO: Unpin when performance instability on m6i/5.10 has gone.
124-
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
125-
}
122+
pins = {}
126123

127124

128125
def apply_pins(steps):

0 commit comments

Comments
 (0)