[PATCH yocto-autobuilder2] schedulers: add missing wrynose branch selectors
Mathieu Dubois-Briand <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Mathieu Dubois-Briand <[email protected]> --- 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', --- base-commit: a999d97e0aab0059ee6dd25432740660511e6db2 change-id: 20260605-mathieu-wrynose-branches-358054f6f3d0 Best regards, -- Mathieu Dubois-Briand <[email protected]>