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

Unified Diff: scripts/slave/recipes/ios/try.expected/parent.json

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: scripts/slave/recipes/ios/try.expected/parent.json
diff --git a/scripts/slave/recipes/ios/try.expected/parent.json b/scripts/slave/recipes/ios/try.expected/parent.json
index 41bc80beb39a09d5af5a224bf883677a575d259e..0d2fcfe6a0d5e226c063b747c9616a610d5cee96 100644
--- a/scripts/slave/recipes/ios/try.expected/parent.json
+++ b/scripts/slave/recipes/ios/try.expected/parent.json
@@ -61,7 +61,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/src/ios/build/bots/chromium.mac/ios.json",
+ "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
"/path/to/tmp/json"
],
"name": "read build config",
@@ -84,7 +84,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/src/ios/build/bots/chromium.mac/parent.json",
+ "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/parent.json",
"/path/to/tmp/json"
],
"name": "read parent build config (parent)",
« scripts/slave/recipes/ios/try.py ('K') | « scripts/slave/recipes/ios/try.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698