schedulers: Add warrior release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2019-04-02 15:57:21 +01:00
parent 5cdf5df8b1
commit 3af98984e4

View File

@ -115,7 +115,7 @@ def parent_scheduler(target):
name="branchselector",
default="master",
label="Release Shortcut Selector",
choices=["master", "master-next", "mut", "thud", "sumo", "rocko", "pyro", "morty"],
choices=["master", "master-next", "mut", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
selectors={
'master': {
'branch': 'master',
@ -157,6 +157,19 @@ def parent_scheduler(target):
'branch_meta-qt4': 'master',
'branch_oecore': 'master',
},
'warrior': {
'branch': 'warrior',
'branch_poky': 'warrior',
'branch_bitbake': '1.42',
'branch_eclipse-poky-neon': 'neon/warrior',
'branch_eclipse-poky-oxygen': 'oxygen/warrior',
'branch_meta-gplv2': 'warrior',
'branch_meta-intel': 'warrior',
'branch_meta-mingw': 'warrior',
'branch_meta-qt3': 'master',
'branch_meta-qt4': 'master',
'branch_oecore': 'warrior',
},
'thud': {
'branch': 'thud',
'branch_poky': 'thud',