[yocto-autobuilder2][PATCH] schedulers.py: build docs for hardknott/1.50 as well


Anuj Mittal
 

Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
schedulers.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/schedulers.py b/schedulers.py
index 920daab..9d81806 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -364,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"]))
@@ -376,7 +376,7 @@ def isbitbakeDocFile(change):
return True
return False
schedulers.append(sched.AnyBranchScheduler(name="bitbake-docs-changed",
- change_filter=util.ChangeFilter(project=["bitbake"], branch=["master", "1.48", "1.46"]),
+ change_filter=util.ChangeFilter(project=["bitbake"], branch=["master", "1.50", "1.48", "1.46"]),
codebases = ['', 'yocto-docs', 'bitbake'],
fileIsImportant=isbitbakeDocFile,
onlyImportant=True,
--
2.30.2

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.