diff mbox series

[yocto-autobuilder2,2/2] schedulers: Add missing stable branches for non-core repos

Message ID 20260121163409.59824-2-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder2,1/2] schedulers: sort repo branches in maintained stable branches | expand

Commit Message

Yoann Congal Jan. 21, 2026, 4:34 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 schedulers.py | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Martin Jansa Jan. 21, 2026, 5:16 p.m. UTC | #1
On Wed, Jan 21, 2026 at 5:34 PM Yoann Congal via
lists.yoctoproject.org <yoann.congal=smile.fr@lists.yoctoproject.org>
wrote:
>
> From: Yoann Congal <yoann.congal@smile.fr>
>
> Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
> ---
>  schedulers.py | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/schedulers.py b/schedulers.py
> index 0018fcb..036d66c 100644
> --- a/schedulers.py
> +++ b/schedulers.py
> @@ -75,7 +75,10 @@ branchdefaults = {
>          'branch': 'whinlatter',
>          'branch_bitbake': '2.16',
>          'branch_meta-arm': 'whinlatter',
> +        'branch_meta-aws': 'whinlatter',
> +        'branch_meta-clang': 'whinlatter',

I think there is no whinlatter branch in meta-clang.
Yoann Congal Jan. 21, 2026, 5:43 p.m. UTC | #2
Le mer. 21 janv. 2026 à 18:16, Martin Jansa <martin.jansa@gmail.com> a
écrit :

> On Wed, Jan 21, 2026 at 5:34 PM Yoann Congal via
> lists.yoctoproject.org <yoann.congal=smile.fr@lists.yoctoproject.org>
> wrote:
> >
> > From: Yoann Congal <yoann.congal@smile.fr>
> >
> > Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
> > ---
> >  schedulers.py | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/schedulers.py b/schedulers.py
> > index 0018fcb..036d66c 100644
> > --- a/schedulers.py
> > +++ b/schedulers.py
> > @@ -75,7 +75,10 @@ branchdefaults = {
> >          'branch': 'whinlatter',
> >          'branch_bitbake': '2.16',
> >          'branch_meta-arm': 'whinlatter',
> > +        'branch_meta-aws': 'whinlatter',
> > +        'branch_meta-clang': 'whinlatter',
>
> I think there is no whinlatter branch in meta-clang.
>
Right!

v2 incoming

Thanks Martin :)
diff mbox series

Patch

diff --git a/schedulers.py b/schedulers.py
index 0018fcb..036d66c 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -75,7 +75,10 @@  branchdefaults = {
         'branch': 'whinlatter',
         'branch_bitbake': '2.16',
         'branch_meta-arm': 'whinlatter',
+        'branch_meta-aws': 'whinlatter',
+        'branch_meta-clang': 'whinlatter',
         'branch_meta-gplv2': 'master',
+        'branch_meta-intel': 'whinlatter',
         'branch_meta-mingw': 'whinlatter',
         'branch_meta-openembedded': 'whinlatter',
         'branch_meta-virtualization': 'whinlatter',
@@ -134,6 +137,7 @@  branchdefaults = {
         'branch_meta-ti': 'scarthgap',
         'branch_meta-virtualization': 'scarthgap',
         'branch_meta-webosose': 'scarthgap-webos',
+        'branch_meta-yocto': 'scarthgap',
         'branch_oecore': 'scarthgap',
         'branch_poky': 'scarthgap',
     },
@@ -199,8 +203,10 @@  branchdefaults = {
         'branch_meta-ti': 'kirkstone',
         'branch_meta-virtualization': 'kirkstone',
         'branch_meta-webosose': 'kirkstone-webos',
+        'branch_meta-yocto': 'kirkstone',
         'branch_oecore': 'kirkstone',
         'branch_poky': 'kirkstone',
+        'branch_yocto-docs': 'kirkstone',
     },
     'honister': {
         'branch': 'honister',