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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/basic.json

Issue 1410743010: Rework iOS recipes to use latest MB approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ cleanup Created 5 years, 1 month 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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "@@@STEP_LOG_LINE@json.output@ ], @@@", 144 "@@@STEP_LOG_LINE@json.output@ ], @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
146 "@@@STEP_LOG_LINE@json.output@}@@@", 146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@" 147 "@@@STEP_LOG_END@json.output@@@"
148 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "echo", 152 "echo",
153 "-e", 153 "-e",
154 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \" app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_mb\": false, \n \"x code version\": \"fake xcode version\"\n}" 154 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"test s\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake de vice\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"x code version\": \"fake xcode version\"\n}"
155 ], 155 ],
156 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
157 "name": "finalize build config" 157 "name": "finalize build config"
158 }, 158 },
159 { 159 {
160 "cmd": [ 160 "cmd": [
161 "[BUILD]/scripts/slave/ios/find_xcode.py", 161 "[BUILD]/scripts/slave/ios/find_xcode.py",
162 "--json-file", 162 "--json-file",
163 "/path/to/tmp/json", 163 "/path/to/tmp/json",
164 "--version", 164 "--version",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "~followup_annotations": [ 276 "~followup_annotations": [
277 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 277 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
278 ] 278 ]
279 }, 279 },
280 { 280 {
281 "name": "$result", 281 "name": "$result",
282 "recipe_result": null, 282 "recipe_result": null,
283 "status_code": 0 283 "status_code": 0
284 } 284 }
285 ] 285 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698