Skip to content

Commit

Permalink
ci: enable al2023
Browse files Browse the repository at this point in the history
Add AL2023 to the testing matrix. This doesn't mean it's officially
supported yet. Official support will be announced as part of a release.

Signed-off-by: Pablo Barbáchano <[email protected]>
  • Loading branch information
pb8o committed Jun 9, 2023
1 parent 1c0b992 commit c0b3420
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .buildkite/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"c7g.metal",
]

DEFAULT_PLATFORMS = [("al2", "linux_4.14"), ("al2", "linux_5.10")]
DEFAULT_PLATFORMS = [
("al2", "linux_4.14"),
("al2", "linux_5.10"),
("al2023", "linux_6.1"),
]


def field_fmt(field, args):
Expand Down

0 comments on commit c0b3420

Please sign in to comment.