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

Unified Diff: masters/master.tryserver.chromium.mac/slaves.cfg

Issue 942953002: Add iOS try bots using the new iOS try bot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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
Index: masters/master.tryserver.chromium.mac/slaves.cfg
diff --git a/masters/master.tryserver.chromium.mac/slaves.cfg b/masters/master.tryserver.chromium.mac/slaves.cfg
index 8206374d95ca90961d1f7b1b0bca7b04c4452992..653ecb3c8e167002c4c87b77bd9355a458bfa765 100644
--- a/masters/master.tryserver.chromium.mac/slaves.cfg
+++ b/masters/master.tryserver.chromium.mac/slaves.cfg
@@ -59,7 +59,12 @@ def ios():
'master': 'TryServerChromiumMac',
'builder': [
'ios_dbg_simulator',
- 'ios_rel_device_ng', 'ios_dbg_simulator_ng', 'ios_rel_device_ninja_ng'
+ 'ios_dbg_simulator_ninja',
+ 'ios_rel_device',
+ 'ios_rel_device_ninja',
+ 'ios_rel_device_ng',
+ 'ios_dbg_simulator_ng',
+ 'ios_rel_device_ninja_ng'
],
'hostname': 'build%d-a4' % i,
'os': 'mac',

Powered by Google App Engine
This is Rietveld 408576698