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

Unified Diff: masters/master.client.webrtc/master_win_cfg.py

Issue 2430193003: WebRTC: Remove Dr Memory bots. (Closed)
Patch Set: Addressed comments. Created 4 years, 2 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 | « no previous file | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_win_cfg.py
diff --git a/masters/master.client.webrtc/master_win_cfg.py b/masters/master.client.webrtc/master_win_cfg.py
index af64687a3d3b5f3a737f1ba2f5a8c251569623b3..7ed5c35fbfb1abac05bd89e0cfcf6c68ab6fe4cd 100644
--- a/masters/master.client.webrtc/master_win_cfg.py
+++ b/masters/master.client.webrtc/master_win_cfg.py
@@ -36,8 +36,6 @@ def Update(c):
'Win32 Release (Clang)',
'Win64 Debug (Clang)',
'Win64 Release (Clang)',
- 'Win DrMemory Light',
- 'Win DrMemory Full',
'Win SyzyASan',
]),
])
@@ -60,16 +58,6 @@ def Update(c):
{'name': 'Win32 Release (Clang)', 'slavebuilddir': 'win_clang'},
{'name': 'Win64 Debug (Clang)', 'slavebuilddir': 'win_clang'},
{'name': 'Win64 Release (Clang)', 'slavebuilddir': 'win_clang'},
- {
- 'name': 'Win DrMemory Light',
- 'category': 'compile',
- 'slavebuilddir': 'win-drmem',
- },
- {
- 'name': 'Win DrMemory Full',
- 'category': 'compile',
- 'slavebuilddir': 'win-drmem',
- },
{'name': 'Win SyzyASan', 'slavebuilddir': 'win-syzyasan'},
]
« no previous file with comments | « no previous file | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698