mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Add Release selectors for master-next and mut
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b0dd51cc27
commit
bc28993199
|
@ -101,7 +101,7 @@ schedulers.append(sched.ForceScheduler(
|
||||||
name="branch",
|
name="branch",
|
||||||
defaut="master",
|
defaut="master",
|
||||||
label="Release Shortcut Selector",
|
label="Release Shortcut Selector",
|
||||||
choices=["master", "rocko", "sumo", "pyro", "morty"],
|
choices=["master", "master-next", "mut", "rocko", "sumo", "pyro", "morty"],
|
||||||
selectors={
|
selectors={
|
||||||
'master': {
|
'master': {
|
||||||
'branch_poky': 'master',
|
'branch_poky': 'master',
|
||||||
|
@ -115,6 +115,31 @@ schedulers.append(sched.ForceScheduler(
|
||||||
'branch_meta-qt4': 'master',
|
'branch_meta-qt4': 'master',
|
||||||
'branch_oecore': 'master',
|
'branch_oecore': 'master',
|
||||||
},
|
},
|
||||||
|
'master-next': {
|
||||||
|
'branch_poky': 'master-next',
|
||||||
|
'branch_bitbake': 'master-next',
|
||||||
|
'branch_eclipse-poky-neon': 'neon-master',
|
||||||
|
'branch_eclipse-poky-oxygen': 'oxygen-master',
|
||||||
|
'branch_meta-gplv2': 'master',
|
||||||
|
'branch_meta-intel': 'master',
|
||||||
|
'branch_meta-mingw': 'master',
|
||||||
|
'branch_meta-qt3': 'master',
|
||||||
|
'branch_meta-qt4': 'master',
|
||||||
|
'branch_oecore': 'master-next',
|
||||||
|
},
|
||||||
|
'mut': {
|
||||||
|
'branch_poky': 'ross/mut',
|
||||||
|
'repo_poky': 'git://git.yoctoproject.org/poky-contrib',
|
||||||
|
'branch_bitbake': 'master',
|
||||||
|
'branch_eclipse-poky-neon': 'neon-master',
|
||||||
|
'branch_eclipse-poky-oxygen': 'oxygen-master',
|
||||||
|
'branch_meta-gplv2': 'master',
|
||||||
|
'branch_meta-intel': 'master',
|
||||||
|
'branch_meta-mingw': 'master',
|
||||||
|
'branch_meta-qt3': 'master',
|
||||||
|
'branch_meta-qt4': 'master',
|
||||||
|
'branch_oecore': 'master',
|
||||||
|
},
|
||||||
'sumo': {
|
'sumo': {
|
||||||
'branch_poky': 'sumo',
|
'branch_poky': 'sumo',
|
||||||
'branch_bitbake': '1.38',
|
'branch_bitbake': '1.38',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user