mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +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",
|
name="branchselector",
|
||||||
default="master",
|
default="master",
|
||||||
label="Release Shortcut Selector",
|
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={
|
selectors={
|
||||||
'master': {
|
'master': {
|
||||||
'branch': 'master',
|
'branch': 'master',
|
||||||
|
@ -172,6 +172,15 @@ def parent_scheduler(target):
|
||||||
'branch_meta-mingw': 'master',
|
'branch_meta-mingw': 'master',
|
||||||
'branch_oecore': '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': {
|
'dunfell': {
|
||||||
'branch': 'dunfell',
|
'branch': 'dunfell',
|
||||||
'branch_poky': 'dunfell',
|
'branch_poky': 'dunfell',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user