mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Add warrior release
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5cdf5df8b1
commit
3af98984e4
|
@ -115,7 +115,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", "thud", "sumo", "rocko", "pyro", "morty"],
|
choices=["master", "master-next", "mut", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
|
||||||
selectors={
|
selectors={
|
||||||
'master': {
|
'master': {
|
||||||
'branch': 'master',
|
'branch': 'master',
|
||||||
|
@ -157,6 +157,19 @@ def parent_scheduler(target):
|
||||||
'branch_meta-qt4': 'master',
|
'branch_meta-qt4': 'master',
|
||||||
'branch_oecore': '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': {
|
'thud': {
|
||||||
'branch': 'thud',
|
'branch': 'thud',
|
||||||
'branch_poky': 'thud',
|
'branch_poky': 'thud',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user