mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
config/schedulers: Add hardknott config for new release
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
faea0b86c8
commit
ce9597c7db
|
@ -142,6 +142,7 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm
|
|||
|
||||
# Worker filtering for older releases
|
||||
workers_prev_releases = {
|
||||
"hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", "fedora31", "fedora32", "fedora33", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
|
||||
"gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", "fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
|
||||
"dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", "fedora29", "fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
|
||||
"zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", "fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", "ubuntu1804", "ubuntu1904", "perf-"),
|
||||
|
|
|
@ -169,7 +169,7 @@ def parent_scheduler(target):
|
|||
name="branchselector",
|
||||
default="master",
|
||||
label="Release Shortcut Selector",
|
||||
choices=["master", "master-next", "mut", "gatesgarth", "dunfell", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
|
||||
choices=["master", "master-next", "mut", "hardknott", "gatesgarth", "dunfell", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
|
||||
selectors={
|
||||
'master': {
|
||||
'branch': 'master',
|
||||
|
@ -202,6 +202,16 @@ def parent_scheduler(target):
|
|||
'branch_meta-mingw': 'master',
|
||||
'branch_oecore': 'master',
|
||||
},
|
||||
'hardknott': {
|
||||
'branch': 'hardknott',
|
||||
'branch_poky': 'hardknott',
|
||||
'branch_bitbake': '1.50',
|
||||
'branch_meta-arm': 'hardknott',
|
||||
'branch_meta-gplv2': 'hardknott',
|
||||
'branch_meta-intel': 'hardknott',
|
||||
'branch_meta-mingw': 'hardknott',
|
||||
'branch_oecore': 'hardknott',
|
||||
},
|
||||
'gatesgarth': {
|
||||
'branch': 'gatesgarth',
|
||||
'branch_poky': 'gatesgarth',
|
||||
|
@ -354,7 +364,7 @@ schedulers.append(sched.Nightly(name='nightly-auh', branch='master', properties=
|
|||
|
||||
# If any of our sphinx docs branches change, trigger a build
|
||||
schedulers.append(sched.AnyBranchScheduler(name="yocto-docs-changed",
|
||||
change_filter=util.ChangeFilter(project=["yocto-docs"], branch=["master", "master-next", "gatesgarth", "dunfell", "transition"]),
|
||||
change_filter=util.ChangeFilter(project=["yocto-docs"], branch=["master", "master-next", "hardknott", "gatesgarth", "dunfell", "transition"]),
|
||||
codebases = ['', 'yocto-docs', 'bitbake'],
|
||||
treeStableTimer=60,
|
||||
builderNames=["docs"]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user