Skip to content

Commit 4969e47

Browse files
committed
test: unpin m6i/5.10 AMI for perf tests
With C-states renabled by f610cae ("fix: stop messing with C-states in performance tests"), the m6i volatility will be gone. Signed-off-by: Patrick Roy <[email protected]>
1 parent 7e1f3d8 commit 4969e47

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.buildkite/pipeline_perf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@
121121
# }
122122
# will pin steps running on instances "m6i.metal" with kernel version tagged "linux_6.1"
123123
# to a new kernel version tagged "linux_6.1-pinned"
124-
pins = {
125-
# TODO: Unpin when performance instability on m6i/5.10 has gone.
126-
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
127-
}
124+
pins = {}
128125

129126

130127
def apply_pins(steps):

0 commit comments

Comments
 (0)