| Message ID | 20260605-mathieu-wrynose-branches-v1-1-a18888aab77f@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder2] schedulers: add missing wrynose branch selectors | expand |
On Fri Jun 5, 2026 at 9:58 AM CEST, Mathieu Dubois-Briand via lists.yoctoproject.org wrote: > Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> > --- > schedulers.py | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/schedulers.py b/schedulers.py > index 67fdd39d8f88..78e057bc3365 100644 > --- a/schedulers.py > +++ b/schedulers.py > @@ -74,6 +74,14 @@ branchdefaults = { > 'wrynose': { > 'branch': 'wrynose', > 'branch_bitbake': '2.18', > + 'branch_meta-arm': 'wrynose', > + 'branch_meta-aws': 'wrynose', > + 'branch_meta-clang': 'wrynose', > + 'branch_meta-exein': 'wrynose', > + 'branch_meta-qcom': 'wrynose', > + 'branch_meta-risc': 'wrynose', > + 'branch_meta-ti': 'wrynose', > + 'branch_meta-virtualization': 'wrynose', > 'branch_meta-yocto': 'wrynose', > 'branch_oecore': 'wrynose', > 'branch_yocto-docs': 'wrynose', > > --- Thanks Mathieu, I've been meaning to do that but last time I've looked most repos did not had the wrynose branches. > base-commit: a999d97e0aab0059ee6dd25432740660511e6db2 > change-id: 20260605-mathieu-wrynose-branches-358054f6f3d0 > > Best regards,
diff --git a/schedulers.py b/schedulers.py index 67fdd39d8f88..78e057bc3365 100644 --- a/schedulers.py +++ b/schedulers.py @@ -74,6 +74,14 @@ branchdefaults = { 'wrynose': { 'branch': 'wrynose', 'branch_bitbake': '2.18', + 'branch_meta-arm': 'wrynose', + 'branch_meta-aws': 'wrynose', + 'branch_meta-clang': 'wrynose', + 'branch_meta-exein': 'wrynose', + 'branch_meta-qcom': 'wrynose', + 'branch_meta-risc': 'wrynose', + 'branch_meta-ti': 'wrynose', + 'branch_meta-virtualization': 'wrynose', 'branch_meta-yocto': 'wrynose', 'branch_oecore': 'wrynose', 'branch_yocto-docs': 'wrynose',
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> --- schedulers.py | 8 ++++++++ 1 file changed, 8 insertions(+) --- base-commit: a999d97e0aab0059ee6dd25432740660511e6db2 change-id: 20260605-mathieu-wrynose-branches-358054f6f3d0 Best regards,