mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Add zeus branch/release
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
52bbef9f6c
commit
8eba9650b1
|
@ -121,7 +121,7 @@ def parent_scheduler(target):
|
|||
name="branchselector",
|
||||
default="master",
|
||||
label="Release Shortcut Selector",
|
||||
choices=["master", "master-next", "mut", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
|
||||
choices=["master", "master-next", "mut", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
|
||||
selectors={
|
||||
'master': {
|
||||
'branch': 'master',
|
||||
|
@ -151,6 +151,15 @@ def parent_scheduler(target):
|
|||
'branch_meta-mingw': 'master',
|
||||
'branch_oecore': 'master',
|
||||
},
|
||||
'zeus': {
|
||||
'branch': 'zeus',
|
||||
'branch_poky': 'zeus',
|
||||
'branch_bitbake': '1.44',
|
||||
'branch_meta-gplv2': 'zeus',
|
||||
'branch_meta-intel': 'zeus',
|
||||
'branch_meta-mingw': 'zeus',
|
||||
'branch_oecore': 'zeus',
|
||||
},
|
||||
'warrior': {
|
||||
'branch': 'warrior',
|
||||
'branch_poky': 'warrior',
|
||||
|
|
Loading…
Reference in New Issue
Block a user