schedulers: Add gatesgarth build mapping

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2020-10-27 16:00:36 +00:00
parent 9b210a7a2c
commit be1ea85969

View File

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