| Message ID | 20260615-mathieu-agl-unagi-v1-1-5c2b5b28bd44@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder2] schedulers: Switch meta-agl to unagi branch for scarthgap | expand |
On Mon Jun 15, 2026 at 11:38 AM CEST, Mathieu Dubois-Briand via lists.yoctoproject.org wrote: > Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> > --- > schedulers.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/schedulers.py b/schedulers.py > index 0f41bd0c7ca6..e5f0684fcb34 100644 > --- a/schedulers.py > +++ b/schedulers.py > @@ -161,7 +161,7 @@ branchdefaults = { > 'scarthgap': { > 'branch': 'scarthgap', > 'branch_bitbake': '2.8', > - 'branch_meta-agl': 'master', > + 'branch_meta-agl': 'unagi', This looks correct but note that I don't test/use this anywhere on normal builds. > 'branch_meta-arm': 'scarthgap', > 'branch_meta-aws': 'scarthgap', > 'branch_meta-clang': 'scarthgap', > > --- > base-commit: 5a6ea7528b04dab22417da66bd9cde87fdd05121 > change-id: 20260615-mathieu-agl-unagi-101394aa4db2 > > Best regards,
On Mon, 2026-06-15 at 11:52 +0200, Yoann Congal via lists.yoctoproject.org wrote: > On Mon Jun 15, 2026 at 11:38 AM CEST, Mathieu Dubois-Briand via lists.yoctoproject.org wrote: > > Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> > > --- > > schedulers.py | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/schedulers.py b/schedulers.py > > index 0f41bd0c7ca6..e5f0684fcb34 100644 > > --- a/schedulers.py > > +++ b/schedulers.py > > @@ -161,7 +161,7 @@ branchdefaults = { > > 'scarthgap': { > > 'branch': 'scarthgap', > > 'branch_bitbake': '2.8', > > - 'branch_meta-agl': 'master', > > + 'branch_meta-agl': 'unagi', > > This looks correct but note that I don't test/use this anywhere on normal > builds. There are automatically scheduled jobs that do test yocto-check-layer with it on scarthgap though. Cheers, Richard
On Mon Jun 15, 2026 at 12:23 PM CEST, Richard Purdie via lists.yoctoproject.org wrote: > On Mon, 2026-06-15 at 11:52 +0200, Yoann Congal via lists.yoctoproject.org wrote: >> On Mon Jun 15, 2026 at 11:38 AM CEST, Mathieu Dubois-Briand via lists.yoctoproject.org wrote: >> > Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> >> > --- >> > schedulers.py | 2 +- >> > 1 file changed, 1 insertion(+), 1 deletion(-) >> > >> > diff --git a/schedulers.py b/schedulers.py >> > index 0f41bd0c7ca6..e5f0684fcb34 100644 >> > --- a/schedulers.py >> > +++ b/schedulers.py >> > @@ -161,7 +161,7 @@ branchdefaults = { >> > 'scarthgap': { >> > 'branch': 'scarthgap', >> > 'branch_bitbake': '2.8', >> > - 'branch_meta-agl': 'master', >> > + 'branch_meta-agl': 'unagi', >> >> This looks correct but note that I don't test/use this anywhere on normal >> builds. > > There are automatically scheduled jobs that do test yocto-check-layer > with it on scarthgap though. Oh right. Found it: https://autobuilder.yoctoproject.org/valkyrie/#/builders/85/builds/1217 Thanks! > > Cheers, > > Richard > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#4226): https://lists.yoctoproject.org/g/yocto-patches/message/4226 > Mute This Topic: https://lists.yoctoproject.org/mt/119812813/4316185 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13179410/4316185/929767106/xyzzy [yoann.congal@smile.fr] > -=-=-=-=-=-=-=-=-=-=-=-
diff --git a/schedulers.py b/schedulers.py index 0f41bd0c7ca6..e5f0684fcb34 100644 --- a/schedulers.py +++ b/schedulers.py @@ -161,7 +161,7 @@ branchdefaults = { 'scarthgap': { 'branch': 'scarthgap', 'branch_bitbake': '2.8', - 'branch_meta-agl': 'master', + 'branch_meta-agl': 'unagi', 'branch_meta-arm': 'scarthgap', 'branch_meta-aws': 'scarthgap', 'branch_meta-clang': 'scarthgap',
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> --- schedulers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 5a6ea7528b04dab22417da66bd9cde87fdd05121 change-id: 20260615-mathieu-agl-unagi-101394aa4db2 Best regards,