poky.conf: update SANITY_TESTED_DISTROS to match autobuilder

From the intersection of the list of allowed workers
on https://git.yoctoproject.org/yocto-autobuilder2/tree/config.py
and the active workers on
https://autobuilder.yoctoproject.org/typhoon/#/workers

(From meta-yocto rev: e1590665ab1a4fa4ffb2321a4a63e038c153e5d8)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Michael Opdenacker
2023-08-08 21:51:35 +02:00
committed by Steve Sakoman
parent 870d88bff4
commit 48ba18aa2d

View File

@@ -38,13 +38,16 @@ SANITY_TESTED_DISTROS ?= " \
ubuntu-18.04 \n \
ubuntu-20.04 \n \
ubuntu-22.04 \n \
fedora-36 \n \
ubuntu-22.10 \n \
fedora-37 \n \
fedora-38 \n \
centosstream-8 \n \
debian-11 \n \
debian-12 \n \
opensuseleap-15.3 \n \
opensuseleap-15.4 \n \
almalinux-8.7 \n \
almalinux-9.1 \n \
almalinux-8.8 \n \
almalinux-9.2 \n \
"
# add poky sanity bbclass
INHERIT += "poky-sanity"