| 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 "name": "compile" | 252 "name": "compile" |
| 253 }, | 253 }, |
| 254 { | 254 { |
| 255 "cmd": [ | 255 "cmd": [ |
| 256 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 256 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
| 257 "--app", | 257 "--app", |
| 258 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app
", | 258 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app
", |
| 259 "--json_file", | 259 "--json_file", |
| 260 "/path/to/tmp/json", | 260 "/path/to/tmp/json", |
| 261 "--iossim", | 261 "--iossim", |
| 262 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 262 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 263 "--platform", | 263 "--platform", |
| 264 "fake device", | 264 "fake device", |
| 265 "--version", | 265 "--version", |
| 266 "8.0" | 266 "8.0" |
| 267 ], | 267 ], |
| 268 "name": "fake tests 1 (fake device iOS 8.0)", | 268 "name": "fake tests 1 (fake device iOS 8.0)", |
| 269 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 270 "@@@STEP_LOG_LINE@json.output@{@@@", | 270 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 286 ] | 286 ] |
| 287 }, | 287 }, |
| 288 { | 288 { |
| 289 "cmd": [ | 289 "cmd": [ |
| 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
| 291 "--app", | 291 "--app", |
| 292 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app
", | 292 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app
", |
| 293 "--json_file", | 293 "--json_file", |
| 294 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
| 295 "--iossim", | 295 "--iossim", |
| 296 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 296 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 297 "--platform", | 297 "--platform", |
| 298 "fake device", | 298 "fake device", |
| 299 "--version", | 299 "--version", |
| 300 "7.1" | 300 "7.1" |
| 301 ], | 301 ], |
| 302 "name": "fake tests 2 (fake device iOS 7.1)", | 302 "name": "fake tests 2 (fake device iOS 7.1)", |
| 303 "~followup_annotations": [ | 303 "~followup_annotations": [ |
| 304 "@@@STEP_LOG_LINE@json.output@{@@@", | 304 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 324 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 324 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
| 325 "--app", | 325 "--app", |
| 326 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake_eg_test_hos
t.app", | 326 "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake_eg_test_hos
t.app", |
| 327 "--json_file", | 327 "--json_file", |
| 328 "/path/to/tmp/json", | 328 "/path/to/tmp/json", |
| 329 "--test-host", | 329 "--test-host", |
| 330 "fake_eg_test_host", | 330 "fake_eg_test_host", |
| 331 "--dummyproj", | 331 "--dummyproj", |
| 332 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/TestProject/TestProject.xcod
eproj", | 332 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/TestProject/TestProject.xcod
eproj", |
| 333 "--iossim", | 333 "--iossim", |
| 334 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 334 "[BUILDER_CACHE]/ios/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 335 "--platform", | 335 "--platform", |
| 336 "fake device 3", | 336 "fake device 3", |
| 337 "--version", | 337 "--version", |
| 338 "9.3" | 338 "9.3" |
| 339 ], | 339 ], |
| 340 "name": "fake_eg_test_host (fake device 3 iOS 9.3)", | 340 "name": "fake_eg_test_host (fake device 3 iOS 9.3)", |
| 341 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| 342 "@@@STEP_LOG_LINE@json.output@{@@@", | 342 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 343 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 343 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 344 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 356 "@@@STEP_LOG_END@fake log@@@", | 356 "@@@STEP_LOG_END@fake log@@@", |
| 357 "@@@STEP_LINK@fake URL text@fake URL@@@" | 357 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 358 ] | 358 ] |
| 359 }, | 359 }, |
| 360 { | 360 { |
| 361 "name": "$result", | 361 "name": "$result", |
| 362 "recipe_result": null, | 362 "recipe_result": null, |
| 363 "status_code": 0 | 363 "status_code": 0 |
| 364 } | 364 } |
| 365 ] | 365 ] |
| OLD | NEW |