Skip to content

Commit

Permalink
chore: Unpin 6.1 kernel
Browse files Browse the repository at this point in the history
Now the latest AL2023 kernel is 6.1.109-118.189.amzn2023 and the
issue #4795 has gone.

Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
  • Loading branch information
zulinx86 committed Sep 23, 2024
1 parent 7dfca57 commit 4bbbec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

DEFAULT_PLATFORMS = [
("al2", "linux_5.10"),
# TODO: unpin 6.1 AMI once the bug is fixed
("al2023", "linux_6.1-pinned"),
("al2023", "linux_6.1"),
]


Expand Down

0 comments on commit 4bbbec0

Please sign in to comment.