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

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

Issue 2152103002: Add ios-simulator-cronet to tryserver.chromium.mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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.tryserver.chromium.mac/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 96bd0aa165772a469706147f4845979390e7e10a..3fe784507a8dbd9d71bf292459256708c41c8bea 100644
--- a/masters/master.tryserver.chromium.mac/slaves.cfg
+++ b/masters/master.tryserver.chromium.mac/slaves.cfg
@@ -217,10 +217,17 @@ def ios():
'pool': 'ios_cq_rel',
} for slave in cq_slaves_rel]
- # TODO(lliabraa): Add test_slaves once we're actually running iOS tests on
- # the bots.
+ extra_builders = [
+ {
+ 'master': 'TryServerChromiumMac',
+ 'builder': 'ios-simulator-cronet',
+ 'hostname': 'vm667-m4',
+ 'os': 'mac',
+ 'version': '10.10',
+ },
+ ]
- return compile_slaves_dbg + compile_slaves_rel
+ return compile_slaves_dbg + compile_slaves_rel + extra_builders
slaves = mac() + ios()
« no previous file with comments | « masters/master.tryserver.chromium.mac/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698