From c0b342031b05f99b79b058cc92238ed723194001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Barb=C3=A1chano?= Date: Thu, 30 Mar 2023 19:08:14 +0200 Subject: [PATCH] ci: enable al2023 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .buildkite/common.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.buildkite/common.py b/.buildkite/common.py index 43341bde250..0efaf2e8bb5 100644 --- a/.buildkite/common.py +++ b/.buildkite/common.py @@ -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):