schedulers: drop meta-oe-mirror and reproducible-meta-oe from SWAT monitoring

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexandre Belloni 2024-01-26 16:39:52 +01:00 committed by Richard Purdie
parent cbaa040e25
commit 84fa26a0aa

View File

@ -283,6 +283,8 @@ def repos_for_builder(buildername):
def parent_default_props(buildername, branchname=None):
props = {}
props["swat_monitor"] = True
if buildername in ['reproducible-meta-oe', 'meta-oe-mirror']:
props["swat_monitor"] = False
repos = config.buildertorepos.get(buildername)
if not repos:
repos = config.buildertorepos["default"]