mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
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:
parent
cbaa040e25
commit
84fa26a0aa
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user