All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][wrynose] poky.conf: Add newly sanity tested distros
@ 2026-07-17 15:57 Trevor Woerner
  2026-07-17 16:19 ` Yoann Congal
  2026-07-20 13:40 ` [poky] " Bruce Ashfield
  0 siblings, 2 replies; 5+ messages in thread
From: Trevor Woerner @ 2026-07-17 15:57 UTC (permalink / raw)
  To: poky; +Cc: yoann.congal

Fedora 44 and Alma 10 workers were added to the autobuilder, and the
Alma 8 and 9 workers were updated. Add fedora-44, almalinux-8.10,
almalinux-9.8 and almalinux-10.2 to SANITY_TESTED_DISTROS.

AI-Generated: codex/claude-opus 4.8 (xhigh)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 meta-poky/conf/distro/poky.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 90f6e5f03ea7..8b2bc0fede45 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \
             ubuntu-26.04 \n \
             fedora-42 \n \
             fedora-43 \n \
+            fedora-44 \n \
             centos-9 \n \
             centos-10 \n \
             debian-11 \n \
@@ -48,6 +49,9 @@ SANITY_TESTED_DISTROS ?= " \
             opensuseleap-16.0 \n \
             almalinux-8.8 \n \
             almalinux-9.2 \n \
+            almalinux-8.10 \n \
+            almalinux-9.8 \n \
+            almalinux-10.2 \n \
             rocky-8 \n \
             rocky-9 \n \
             "
-- 
2.50.0.173.g8b6f19ccfc3a



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH][wrynose] poky.conf: Add newly sanity tested distros
  2026-07-17 15:57 [PATCH][wrynose] poky.conf: Add newly sanity tested distros Trevor Woerner
@ 2026-07-17 16:19 ` Yoann Congal
  2026-07-17 17:40   ` Yoann Congal
  2026-07-20 13:40 ` [poky] " Bruce Ashfield
  1 sibling, 1 reply; 5+ messages in thread
From: Yoann Congal @ 2026-07-17 16:19 UTC (permalink / raw)
  To: Trevor Woerner, poky

On Fri Jul 17, 2026 at 5:57 PM CEST, Trevor Woerner wrote:
> Fedora 44 and Alma 10 workers were added to the autobuilder, and the
> Alma 8 and 9 workers were updated. Add fedora-44, almalinux-8.10,
> almalinux-9.8 and almalinux-10.2 to SANITY_TESTED_DISTROS.

Hello,

Well, I was not aware that this kind of commit[0], had the side-effect
of changing the wrynose worker pool. My builds seem to have run on those
new workers a little but I don't know if that's enough to qualify as
sanity-tested.

If nobody minds, hold this while:
* I let my builds run on it more
* I run some manual testing on those workers

Thanks!

[0]: https://git.yoctoproject.org/yocto-autobuilder2/commit/?id=ed7548afe0c29f959ef9c2e685bce6d600367299

>
> AI-Generated: codex/claude-opus 4.8 (xhigh)
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  meta-poky/conf/distro/poky.conf | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
> index 90f6e5f03ea7..8b2bc0fede45 100644
> --- a/meta-poky/conf/distro/poky.conf
> +++ b/meta-poky/conf/distro/poky.conf
> @@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \
>              ubuntu-26.04 \n \
>              fedora-42 \n \
>              fedora-43 \n \
> +            fedora-44 \n \
>              centos-9 \n \
>              centos-10 \n \
>              debian-11 \n \
> @@ -48,6 +49,9 @@ SANITY_TESTED_DISTROS ?= " \
>              opensuseleap-16.0 \n \
>              almalinux-8.8 \n \
>              almalinux-9.2 \n \
> +            almalinux-8.10 \n \
> +            almalinux-9.8 \n \
> +            almalinux-10.2 \n \
>              rocky-8 \n \
>              rocky-9 \n \
>              "


-- 
Yoann Congal
Smile ECS



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH][wrynose] poky.conf: Add newly sanity tested distros
  2026-07-17 16:19 ` Yoann Congal
@ 2026-07-17 17:40   ` Yoann Congal
  0 siblings, 0 replies; 5+ messages in thread
From: Yoann Congal @ 2026-07-17 17:40 UTC (permalink / raw)
  To: Yoann Congal, Trevor Woerner, poky

On Fri Jul 17, 2026 at 6:19 PM CEST, Yoann Congal wrote:
> On Fri Jul 17, 2026 at 5:57 PM CEST, Trevor Woerner wrote:
>> Fedora 44 and Alma 10 workers were added to the autobuilder, and the
>> Alma 8 and 9 workers were updated. Add fedora-44, almalinux-8.10,
>> almalinux-9.8 and almalinux-10.2 to SANITY_TESTED_DISTROS.
>
> Hello,
>
> Well, I was not aware that this kind of commit[0], had the side-effect
> of changing the wrynose worker pool. My builds seem to have run on those
> new workers a little but I don't know if that's enough to qualify as
> sanity-tested.
>
> If nobody minds, hold this while:
> * I let my builds run on it more
> * I run some manual testing on those workers
>
> Thanks!

I've now sent [1] to limit workers to tested distros.

[1]: [yocto-autobuilder2][PATCH] config.py: add wrynose release to workers_prev_releases
     https://lists.yoctoproject.org/g/yocto-patches/message/4503

Regards,
>
> [0]: https://git.yoctoproject.org/yocto-autobuilder2/commit/?id=ed7548afe0c29f959ef9c2e685bce6d600367299
>
>>
>> AI-Generated: codex/claude-opus 4.8 (xhigh)
>> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
>> ---
>>  meta-poky/conf/distro/poky.conf | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
>> index 90f6e5f03ea7..8b2bc0fede45 100644
>> --- a/meta-poky/conf/distro/poky.conf
>> +++ b/meta-poky/conf/distro/poky.conf
>> @@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \
>>              ubuntu-26.04 \n \
>>              fedora-42 \n \
>>              fedora-43 \n \
>> +            fedora-44 \n \
>>              centos-9 \n \
>>              centos-10 \n \
>>              debian-11 \n \
>> @@ -48,6 +49,9 @@ SANITY_TESTED_DISTROS ?= " \
>>              opensuseleap-16.0 \n \
>>              almalinux-8.8 \n \
>>              almalinux-9.2 \n \
>> +            almalinux-8.10 \n \
>> +            almalinux-9.8 \n \
>> +            almalinux-10.2 \n \
>>              rocky-8 \n \
>>              rocky-9 \n \
>>              "


-- 
Yoann Congal
Smile ECS



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [poky] [PATCH][wrynose] poky.conf: Add newly sanity tested distros
  2026-07-17 15:57 [PATCH][wrynose] poky.conf: Add newly sanity tested distros Trevor Woerner
  2026-07-17 16:19 ` Yoann Congal
@ 2026-07-20 13:40 ` Bruce Ashfield
  2026-07-22 21:59   ` Trevor Woerner
  1 sibling, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2026-07-20 13:40 UTC (permalink / raw)
  To: twoerner; +Cc: poky, yoann.congal

On Fri, Jul 17, 2026 at 11:57 AM Trevor Woerner via
lists.yoctoproject.org <twoerner=gmail.com@lists.yoctoproject.org>
wrote:
>
> Fedora 44 and Alma 10 workers were added to the autobuilder, and the
> Alma 8 and 9 workers were updated. Add fedora-44, almalinux-8.10,
> almalinux-9.8 and almalinux-10.2 to SANITY_TESTED_DISTROS.
>
> AI-Generated: codex/claude-opus 4.8 (xhigh)

I couldn't resist commenting.

You really used claude to add 4 strings to a conf file ?

Bruce

> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  meta-poky/conf/distro/poky.conf | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
> index 90f6e5f03ea7..8b2bc0fede45 100644
> --- a/meta-poky/conf/distro/poky.conf
> +++ b/meta-poky/conf/distro/poky.conf
> @@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \
>              ubuntu-26.04 \n \
>              fedora-42 \n \
>              fedora-43 \n \
> +            fedora-44 \n \
>              centos-9 \n \
>              centos-10 \n \
>              debian-11 \n \
> @@ -48,6 +49,9 @@ SANITY_TESTED_DISTROS ?= " \
>              opensuseleap-16.0 \n \
>              almalinux-8.8 \n \
>              almalinux-9.2 \n \
> +            almalinux-8.10 \n \
> +            almalinux-9.8 \n \
> +            almalinux-10.2 \n \
>              rocky-8 \n \
>              rocky-9 \n \
>              "
> --
> 2.50.0.173.g8b6f19ccfc3a
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#13942): https://lists.yoctoproject.org/g/poky/message/13942
> Mute This Topic: https://lists.yoctoproject.org/mt/120317716/1050810
> Group Owner: poky+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [poky] [PATCH][wrynose] poky.conf: Add newly sanity tested distros
  2026-07-20 13:40 ` [poky] " Bruce Ashfield
@ 2026-07-22 21:59   ` Trevor Woerner
  0 siblings, 0 replies; 5+ messages in thread
From: Trevor Woerner @ 2026-07-22 21:59 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky, yoann.congal

On Mon 2026-07-20 @ 09:40:11 AM, Bruce Ashfield wrote:
> On Fri, Jul 17, 2026 at 11:57 AM Trevor Woerner via
> lists.yoctoproject.org <twoerner=gmail.com@lists.yoctoproject.org>
> wrote:
> >
> > Fedora 44 and Alma 10 workers were added to the autobuilder, and the
> > Alma 8 and 9 workers were updated. Add fedora-44, almalinux-8.10,
> > almalinux-9.8 and almalinux-10.2 to SANITY_TESTED_DISTROS.
> >
> > AI-Generated: codex/claude-opus 4.8 (xhigh)
> 
> I couldn't resist commenting.
> 
> You really used claude to add 4 strings to a conf file ?

many bothans[1] died to bring us this information

> Bruce
> 
> > Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> > ---
> >  meta-poky/conf/distro/poky.conf | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
> > index 90f6e5f03ea7..8b2bc0fede45 100644
> > --- a/meta-poky/conf/distro/poky.conf
> > +++ b/meta-poky/conf/distro/poky.conf
> > @@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \
> >              ubuntu-26.04 \n \
> >              fedora-42 \n \
> >              fedora-43 \n \
> > +            fedora-44 \n \
> >              centos-9 \n \
> >              centos-10 \n \
> >              debian-11 \n \
> > @@ -48,6 +49,9 @@ SANITY_TESTED_DISTROS ?= " \
> >              opensuseleap-16.0 \n \
> >              almalinux-8.8 \n \
> >              almalinux-9.2 \n \
> > +            almalinux-8.10 \n \
> > +            almalinux-9.8 \n \
> > +            almalinux-10.2 \n \
> >              rocky-8 \n \
> >              rocky-9 \n \
> >              "
> > --
> > 2.50.0.173.g8b6f19ccfc3a
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#13942): https://lists.yoctoproject.org/g/poky/message/13942
> > Mute This Topic: https://lists.yoctoproject.org/mt/120317716/1050810
> > Group Owner: poky+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [bruce.ashfield@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
> 
> 
> -- 
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II

[1] rhymes with "tokens"


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-22 21:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 15:57 [PATCH][wrynose] poky.conf: Add newly sanity tested distros Trevor Woerner
2026-07-17 16:19 ` Yoann Congal
2026-07-17 17:40   ` Yoann Congal
2026-07-20 13:40 ` [poky] " Bruce Ashfield
2026-07-22 21:59   ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.