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

Unified Diff: masters/master.client.webrtc/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 | « masters/master.client.webrtc.fyi/slaves.cfg ('k') | 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_mac_cfg.py
diff --git a/masters/master.client.webrtc/master_mac_cfg.py b/masters/master.client.webrtc/master_mac_cfg.py
index 55ef3339364f6be7c753cae1d35e40afe2bde565..1e42b4459edac1895051886d4a03dcf40938bde8 100644
--- a/masters/master.client.webrtc/master_mac_cfg.py
+++ b/masters/master.client.webrtc/master_mac_cfg.py
@@ -26,6 +26,8 @@ def Update(c):
'iOS32 Release',
'iOS64 Debug',
'iOS64 Release',
+ 'iOS32 Simulator Debug',
+ 'iOS64 Simulator Debug',
]),
])
@@ -48,6 +50,8 @@ def Update(c):
{'name': 'iOS32 Release', 'slavebuilddir': 'mac32'},
{'name': 'iOS64 Debug', 'slavebuilddir': 'mac64'},
{'name': 'iOS64 Release', 'slavebuilddir': 'mac64'},
+ {'name': 'iOS32 Simulator Debug','slavebuilddir': 'mac64'},
+ {'name': 'iOS64 Simulator Debug', 'slavebuilddir': 'mac64'},
]
c['builders'].extend([
« no previous file with comments | « masters/master.client.webrtc.fyi/slaves.cfg ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698