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

Unified Diff: masters/master.client.webrtc.fyi/slaves.cfg

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_mac_cfg.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.fyi/slaves.cfg
diff --git a/masters/master.client.webrtc.fyi/slaves.cfg b/masters/master.client.webrtc.fyi/slaves.cfg
index 0dd1eb9110e0abfb5dc6eef2348027a6003c7a7d..e381668b3ef98970cc603449b66a72573c7eae77 100644
--- a/masters/master.client.webrtc.fyi/slaves.cfg
+++ b/masters/master.client.webrtc.fyi/slaves.cfg
@@ -11,24 +11,9 @@ slaves = [
'bits': '64',
'builder': [
'Linux LSan (and ASan)',
- 'Linux TsanRV',
],
- 'hostname': 'vm%d-m3' % i,
- } for i in [4, 31]
-] + [
- # Mac
- {
- 'master': 'WebRTCFYI',
- 'os': 'mac',
- 'version': '10.6', # Notice 10.6 due to lack of Valgrind support on newer.
- 'bits': '64',
- 'builder': [
- 'Mac 10.6 Memcheck',
- 'Mac 10.6 TSan',
- ],
- 'hostname': 'vm%d-m3' % i,
- } for i in [653, 665]
-] + [
+ 'hostname': 'vm31-m3',
+ },
# Windows
{
'master': 'WebRTCFYI',
@@ -38,6 +23,6 @@ slaves = [
'builder': [
'Win Tsan',
],
- 'hostname': 'vm%d-m3' % i,
- } for i in [193]
+ 'hostname': 'vm193-m3',
+ }
]
« no previous file with comments | « masters/master.client.webrtc.fyi/master_mac_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698