poky.conf: Update SANITY_TESTED_DISTROS to match autobuilder

The autobuilder workers change over time, update the sanity testing list
to match the current autobuilder workers OS list.

(From meta-yocto rev: d169215c41642de15b10875110d3895106f40520)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman 2023-02-21 11:39:32 -10:00 committed by Richard Purdie
parent 3a60944caf
commit 920a16b1f2

View File

@ -41,10 +41,13 @@ SANITY_TESTED_DISTROS ?= " \
ubuntu-22.04 \n \
fedora-34 \n \
fedora-35 \n \
fedora-36 \n \
debian-10 \n \
debian-11 \n \
opensuseleap-15.3 \n \
opensuseleap-15.4 \n \
almalinux-8.5 \n \
almalinux-8.7 \n \
"
# add poky sanity bbclass
INHERIT += "poky-sanity"