@@ -47,6 +47,16 @@ branchdefaults = {
'branch_bitbake': 'mathieu/master-next',
'branch_meta-yocto': 'contrib/mathieu/master-next',
},
+ 'antonin-next': {
+ 'reason': 'test agodard/master-next',
+ 'repo_poky': 'ssh://git@push.yoctoproject.org/poky-contrib',
+ 'branch_poky': 'agodard/master-next',
+ 'repo_oecore': 'ssh://git@push.openembedded.org/openembedded-core-contrib',
+ 'branch_oecore': 'agodard/master-next',
+ 'repo_bitbake': 'ssh://git@push.openembedded.org/bitbake-contrib',
+ 'branch_bitbake': 'agodard/master-next',
+ 'branch_meta-yocto': 'contrib/agodard/master-next',
+ },
'mut': {
'branch': 'master',
'branch_poky': 'ross/mut',
In preparation of the SWAT work I'll be doing in January 2026, add a branch selector for myself as I'll be running builds frequently. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- schedulers.py | 10 ++++++++++ 1 file changed, 10 insertions(+) --- base-commit: 315e7c2300adc03a3519f355c641404fad4f11c0 change-id: 20251223-release-selector-63b05c31fa94