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

Unified Diff: scripts/slave/recipes/ios/try.py

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
« no previous file with comments | « masters/master.tryserver.chromium.mac/slaves.cfg ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/ios/try.py
diff --git a/scripts/slave/recipes/ios/try.py b/scripts/slave/recipes/ios/try.py
index 73c44e48b556e6eedb3f7705eba4482542c4a3c0..224ed390b68ba45b9df5eb09529f18c01787f877 100644
--- a/scripts/slave/recipes/ios/try.py
+++ b/scripts/slave/recipes/ios/try.py
@@ -11,11 +11,7 @@ DEPS = [
def GenSteps(api):
api.ios.host_info()
api.ios.checkout()
-
- # A try bot gets its config by reading a build config file as if it were
- # running on the main waterfall. This ensures try bots always match the
- # main waterfall config.
- api.ios.read_build_config(master_name='chromium.mac')
smut 2015/02/20 19:42:10 I had to take this forced main waterfall matching
lliabraa 2015/02/20 20:29:25 Acknowledged.
+ api.ios.read_build_config()
api.ios.build()
api.ios.test()
« no previous file with comments | « masters/master.tryserver.chromium.mac/slaves.cfg ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698