mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2026-01-27 11:01:23 +01:00
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:
parent
315e7c2300
commit
e7d18939c7
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user