diff mbox series

[nanbield,v2] poky.conf: update SANITY_TESTED_DISTROS to match autobuilder

Message ID 20231221110833.749559-1-michael.opdenacker@bootlin.com (mailing list archive)
State New
Headers show
Series [nanbield,v2] poky.conf: update SANITY_TESTED_DISTROS to match autobuilder | expand

Commit Message

Michael Opdenacker Dec. 21, 2023, 11:08 a.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Adding new active workers on
https://autobuilder.yoctoproject.org/typhoon/#/workers

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---

Changes in V2:
- Add "rocky-9", forgotten in V1
- Keep the originally tested distros when the release was first published.
---
 meta-poky/conf/distro/poky.conf | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index a111df8..e306d39 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -39,6 +39,7 @@  SANITY_TESTED_DISTROS ?= " \
             ubuntu-20.04 \n \
             ubuntu-22.04 \n \
             ubuntu-22.10 \n \
+            ubuntu-23.04 \n \
             fedora-37 \n \
             fedora-38 \n \
             centosstream-8 \n \
@@ -48,6 +49,7 @@  SANITY_TESTED_DISTROS ?= " \
             opensuseleap-15.4 \n \
             almalinux-8.8 \n \
             almalinux-9.2 \n \
+            rocky-9 \n \
             "
 # add poky sanity bbclass
 INHERIT += "poky-sanity"