mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Add thud release
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
394e6929d8
commit
7075f031ba
|
@ -55,9 +55,6 @@ trigger_builders_wait = [
|
|||
triggered_builders = trigger_builders_wait
|
||||
builders = ["nightly"] + triggered_builders
|
||||
|
||||
# Supported Yocto Project releases, by name
|
||||
releases = ["", "sumo", "rocko", "pyro", "morty"]
|
||||
|
||||
# ## Cluster configuration
|
||||
# Publishing settings
|
||||
sharedrepodir = "/srv/www/vhosts/repos.yoctoproject.org"
|
||||
|
|
|
@ -100,7 +100,7 @@ schedulers.append(sched.ForceScheduler(
|
|||
name="branchselector",
|
||||
default="master",
|
||||
label="Release Shortcut Selector",
|
||||
choices=["master", "master-next", "mut", "rocko", "sumo", "pyro", "morty"],
|
||||
choices=["master", "master-next", "mut", "thud", "sumo", "rocko", "pyro", "morty"],
|
||||
selectors={
|
||||
'master': {
|
||||
'branch': 'master',
|
||||
|
@ -142,6 +142,19 @@ schedulers.append(sched.ForceScheduler(
|
|||
'branch_meta-qt4': 'master',
|
||||
'branch_oecore': 'master',
|
||||
},
|
||||
'sumo': {
|
||||
'branch': 'thud',
|
||||
'branch_poky': 'thud',
|
||||
'branch_bitbake': '1.40',
|
||||
'branch_eclipse-poky-neon': 'neon/thud',
|
||||
'branch_eclipse-poky-oxygen': 'oxygen/thud',
|
||||
'branch_meta-gplv2': 'thud',
|
||||
'branch_meta-intel': 'thud',
|
||||
'branch_meta-mingw': 'thud',
|
||||
'branch_meta-qt3': 'thud',
|
||||
'branch_meta-qt4': 'thud',
|
||||
'branch_oecore': 'thud',
|
||||
},
|
||||
'sumo': {
|
||||
'branch': 'sumo',
|
||||
'branch_poky': 'sumo',
|
||||
|
|
Loading…
Reference in New Issue
Block a user