From: Alexandre Belloni <alexandre.bell...@bootlin.com>

Signed-off-by: Alexandre Belloni <alexandre.bell...@bootlin.com>
---
 schedulers.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/schedulers.py b/schedulers.py
index 9ffa88f5f384..5ddcc7a68ce9 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -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"]
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62302): https://lists.yoctoproject.org/g/yocto/message/62302
Mute This Topic: https://lists.yoctoproject.org/mt/103978367/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to