Skip to content

Commit

Permalink
chore: Pin 5.10 kernel AMIs
Browse files Browse the repository at this point in the history
We are running into io_uring test failures after 5.10 kernel update on
2024-04-19. The issue is under investigation, but it prevents us from
merging PRs and it makes multiple pipelines fail. Until solving the
issue, pin 5.10 kernel AMIs to older ones and set them default.

Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
  • Loading branch information
zulinx86 committed Apr 22, 2024
1 parent 36a8d56 commit 238f55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

DEFAULT_PLATFORMS = [
("al2", "linux_4.14"),
("al2", "linux_5.10"),
# TODO: Unpin 5.10 kernel AMI once io_uring issues is solved.
("al2", "linux_5.10-pinned"),
("al2023", "linux_6.1"),
]

Expand Down

0 comments on commit 238f55c

Please sign in to comment.