schedulers: Add thud release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-11-01 15:55:55 +00:00
parent 394e6929d8
commit 7075f031ba
2 changed files with 14 additions and 4 deletions

View File

@ -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"

View File

@ -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',