schedulers.py: add a branch selector for self

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Antonin Godard 2025-12-23 15:42:21 +01:00 committed by Richard Purdie
parent 315e7c2300
commit e7d18939c7

View File

@ -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',