Skip to content

Commit

Permalink
chore(buildkite): use correct kernel version for m6i/6.1
Browse files Browse the repository at this point in the history
We use `linux_6.1-pinned` instead of `linux_6.1+pinned`
in our infra.

Signed-off-by: Nikita Kalyazin <[email protected]>
  • Loading branch information
kalyazin authored and pb8o committed Feb 19, 2024
1 parent 028f993 commit c403628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def build_group(test):


pins = {
"linux_6.1+pinned": {"instance": "m6i.metal", "kv": "linux_6.1"},
"linux_6.1-pinned": {"instance": "m6i.metal", "kv": "linux_6.1"},
}


Expand Down

0 comments on commit c403628

Please sign in to comment.