Signed-off-by: Anuj Mittal <[email protected]>
---
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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#53211): https://lists.yoctoproject.org/g/yocto/message/53211
Mute This Topic: https://lists.yoctoproject.org/mt/82280184/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-