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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/basic.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "[BUILD]/scripts/slave/ios/host_info.py", 4 "[BUILD]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
55 "@@@STEP_LOG_LINE@json.output@}@@@", 55 "@@@STEP_LOG_LINE@json.output@}@@@",
56 "@@@STEP_LOG_END@json.output@@@" 56 "@@@STEP_LOG_END@json.output@@@"
57 ] 57 ]
58 }, 58 },
59 { 59 {
60 "cmd": [ 60 "cmd": [
61 "python", 61 "python",
62 "-u", 62 "-u",
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
64 "[SLAVE_BUILD]/src/ios/build/bots/chromium.mac/ios.json", 64 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
65 "/path/to/tmp/json" 65 "/path/to/tmp/json"
66 ], 66 ],
67 "name": "read build config", 67 "name": "read build config",
68 "~followup_annotations": [ 68 "~followup_annotations": [
69 "@@@STEP_LOG_LINE@json.output@{@@@", 69 "@@@STEP_LOG_LINE@json.output@{@@@",
70 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 71 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 72 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
73 "@@@STEP_LOG_LINE@json.output@ }, @@@", 73 "@@@STEP_LOG_LINE@json.output@ }, @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", 74 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "@@@STEP_LOG_LINE@json.output@ }@@@", 159 "@@@STEP_LOG_LINE@json.output@ }@@@",
160 "@@@STEP_LOG_LINE@json.output@}@@@", 160 "@@@STEP_LOG_LINE@json.output@}@@@",
161 "@@@STEP_LOG_END@json.output@@@", 161 "@@@STEP_LOG_END@json.output@@@",
162 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 162 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
163 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 163 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
164 "@@@STEP_LOG_END@fake log@@@", 164 "@@@STEP_LOG_END@fake log@@@",
165 "@@@STEP_LINK@fake URL text@fake URL@@@" 165 "@@@STEP_LINK@fake URL text@fake URL@@@"
166 ] 166 ]
167 } 167 }
168 ] 168 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698