| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 "-sdk", | 252 "-sdk", |
| 253 "iphonesimulator8.0" | 253 "iphonesimulator8.0" |
| 254 ], | 254 ], |
| 255 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild", | 255 "cwd": "[BUILDER_CACHE]/ios/src/xcodebuild", |
| 256 "name": "compile (with patch)" | 256 "name": "compile (with patch)" |
| 257 }, | 257 }, |
| 258 { | 258 { |
| 259 "cmd": [ | 259 "cmd": [ |
| 260 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 260 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
| 261 "--app", | 261 "--app", |
| 262 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests.app", | 262 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests.app", |
| 263 "--json_file", | 263 "--json_file", |
| 264 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
| 265 "--iossim", | 265 "--iossim", |
| 266 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim", | 266 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 267 "--platform", | 267 "--platform", |
| 268 "fake device", | 268 "fake device", |
| 269 "--version", | 269 "--version", |
| 270 "8.1" | 270 "8.1" |
| 271 ], | 271 ], |
| 272 "name": "fake tests (fake device iOS 8.1)", | 272 "name": "fake tests (fake device iOS 8.1)", |
| 273 "~followup_annotations": [ | 273 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output@{@@@", | 274 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 288 "@@@STEP_LOG_END@fake log@@@", | 288 "@@@STEP_LOG_END@fake log@@@", |
| 289 "@@@STEP_LINK@fake URL text@fake URL@@@" | 289 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 290 ] | 290 ] |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 "name": "$result", | 293 "name": "$result", |
| 294 "recipe_result": null, | 294 "recipe_result": null, |
| 295 "status_code": 0 | 295 "status_code": 0 |
| 296 } | 296 } |
| 297 ] | 297 ] |
| OLD | NEW |