| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 ] | 236 ] |
| 237 }, | 237 }, |
| 238 { | 238 { |
| 239 "cmd": [ | 239 "cmd": [ |
| 240 "python", | 240 "python", |
| 241 "-u", | 241 "-u", |
| 242 "import sys; sys.exit(0)" | 242 "import sys; sys.exit(0)" |
| 243 ], | 243 ], |
| 244 "name": "analyze", | 244 "name": "analyze", |
| 245 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 246 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 246 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 247 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 247 "@@@STEP_LOG_END@excluded_files@@@", | 248 "@@@STEP_LOG_END@excluded_files@@@", |
| 248 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 249 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 249 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 250 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 250 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 251 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 251 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 252 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 252 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 253 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 253 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 254 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 254 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 255 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 255 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 256 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 "@@@STEP_FAILURE@@@", | 403 "@@@STEP_FAILURE@@@", |
| 403 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 404 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 404 ] | 405 ] |
| 405 }, | 406 }, |
| 406 { | 407 { |
| 407 "name": "$result", | 408 "name": "$result", |
| 408 "reason": "Step('compile (without patch)') failed with return_code 1", | 409 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 409 "status_code": 1 | 410 "status_code": 1 |
| 410 } | 411 } |
| 411 ] | 412 ] |
| OLD | NEW |