Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: masters/master.client.webrtc.fyi/master_linux_cfg.py

Issue 573693002: WebRTC: Remove Valgrind based FYI bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.client.webrtc.fyi/master.cfg ('k') | masters/master.client.webrtc.fyi/master_mac_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.fyi/master_linux_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_linux_cfg.py b/masters/master.client.webrtc.fyi/master_linux_cfg.py
index 624777e09801cec591a3f9416495f3a711185724..7d7b373aa394f76f632248304ca6c5d598ddf4d9 100644
--- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
@@ -13,14 +13,10 @@ def Update(c):
SingleBranchScheduler(name='webrtc_linux_scheduler',
branch='trunk',
treeStableTimer=0,
- builderNames=[
- 'Linux TsanRV',
- 'Linux LSan (and ASan)',
- ]),
+ builderNames=['Linux LSan (and ASan)']),
])
specs = [
- {'name': 'Linux TsanRV', 'slavebuilddir': 'linux_tsanrv'},
{'name': 'Linux LSan (and ASan)', 'slavebuilddir': 'linux_lsan_asan'},
]
« no previous file with comments | « masters/master.client.webrtc.fyi/master.cfg ('k') | masters/master.client.webrtc.fyi/master_mac_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698