Re: [poky] [kirkstone][PATCH] poky.conf: update SANITY_TESTED_DISTROS to match autobuilder
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <51481139d73c82715cfe808d20f9fec0073dba40.camel@linuxfoundation.org> |
On Wed, 2023-12-20 at 16:26 +0100, Michael Opdenacker via lists.yoctoproject.org wrote: > From: Michael Opdenacker <[email protected]> > > 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 > > Signed-off-by: Michael Opdenacker <[email protected]> > --- > meta-poky/conf/distro/poky.conf | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf > index c179cbf..f5aff32 100644 > --- a/meta-poky/conf/distro/poky.conf > +++ b/meta-poky/conf/distro/poky.conf > @@ -37,9 +37,8 @@ SANITY_TESTED_DISTROS ?= " \ > ubuntu-18.04 \n \ > ubuntu-20.04 \n \ > ubuntu-22.04 \n \ > - fedora-37 \n \ > + fedora-38 \n \ > debian-11 \n \ > - opensuseleap-15.3 \n \ > almalinux-8.8 \n \ > " > # add poky sanity bbclass I believe the convention for older releases should be to leave releases we tested upon at the time of the original release but add new ones we've started testing. It is unlikely Fedora 37 would stop working with the LTS even if we no longer test there. Cheers, Richard