mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
schedulers: Add gatesgarth build mapping
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9b210a7a2c
commit
be1ea85969
|
@ -142,7 +142,7 @@ def parent_scheduler(target):
|
|||
name="branchselector",
|
||||
default="master",
|
||||
label="Release Shortcut Selector",
|
||||
choices=["master", "master-next", "mut", "dunfell", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
|
||||
choices=["master", "master-next", "mut", "gatesgarth", "dunfell", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
|
||||
selectors={
|
||||
'master': {
|
||||
'branch': 'master',
|
||||
|
@ -172,6 +172,15 @@ def parent_scheduler(target):
|
|||
'branch_meta-mingw': 'master',
|
||||
'branch_oecore': 'master',
|
||||
},
|
||||
'gatesgarth': {
|
||||
'branch': 'gatesgarth',
|
||||
'branch_poky': 'gatesgarth',
|
||||
'branch_bitbake': '1.48',
|
||||
'branch_meta-gplv2': 'gatesgarth',
|
||||
'branch_meta-intel': 'gatesgarth',
|
||||
'branch_meta-mingw': 'gatesgarth',
|
||||
'branch_oecore': 'gatesgarth',
|
||||
},
|
||||
'dunfell': {
|
||||
'branch': 'dunfell',
|
||||
'branch_poky': 'dunfell',
|
||||
|
|
Loading…
Reference in New Issue
Block a user