Skip to content

Commit 579ff75

Browse files
committed
Revert "chore: unpin 5.10/m6i ami"
This reverts commit 800ec4c. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent cf89a8a commit 579ff75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/pipeline_perf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@
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 = {}
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+
}
123126

124127

125128
def apply_pins(steps):

0 commit comments

Comments
 (0)