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

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

Issue 1096683002: WebRTC: Move iOS Simulator bots to client.webrtc + add trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 5 years, 8 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.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.fyi/master_mac_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_mac_cfg.py b/masters/master.client.webrtc.fyi/master_mac_cfg.py
index f0036d96fcc6aa58e9e8265a61164c92c27b111f..33204b26b18e78b64b2a5af456d92d5b9e7d05f3 100644
--- a/masters/master.client.webrtc.fyi/master_mac_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_mac_cfg.py
@@ -17,8 +17,6 @@ def Update(c):
'Mac64 Debug (parallel)',
'Mac64 Release (parallel)',
'Mac Asan (parallel)',
- 'iOS32 Simulator Debug',
- 'iOS64 Simulator Debug',
]),
])
@@ -35,14 +33,6 @@ def Update(c):
'name': 'Mac Asan (parallel)',
'slavebuilddir': 'mac_asan',
},
- {
- 'name': 'iOS32 Simulator Debug',
- 'slavebuilddir': 'mac64',
- },
- {
- 'name': 'iOS64 Simulator Debug',
- 'slavebuilddir': 'mac64',
- },
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698