| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 { | 264 { |
| 265 "cmd": [ | 265 "cmd": [ |
| 266 "python", | 266 "python", |
| 267 "-u", | 267 "-u", |
| 268 "import sys; sys.exit(0)" | 268 "import sys; sys.exit(0)" |
| 269 ], | 269 ], |
| 270 "name": "analyze", | 270 "name": "analyze", |
| 271 "~followup_annotations": [ | 271 "~followup_annotations": [ |
| 272 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 272 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 273 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 273 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 274 "@@@STEP_LOG_END@excluded_files@@@" | 274 "@@@STEP_LOG_END@excluded_files@@@", |
| 275 ] | |
| 276 }, | |
| 277 { | |
| 278 "cmd": [ | |
| 279 "python", | |
| 280 "-u", | |
| 281 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 282 "--show-path", | |
| 283 "python", | |
| 284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 285 "--event-mon-run-type", | |
| 286 "test", | |
| 287 "--master-name", | |
| 288 "tryserver.fake", | |
| 289 "--builder-name", | |
| 290 "ios", | |
| 291 "--build-id", | |
| 292 "0", | |
| 293 "--analyze-input", | |
| 294 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\
"foo.cc\"], \"test_targets\": [\"fake tests\"]}", | |
| 295 "--analyze-output", | |
| 296 "{\"status\": \"Analyze disabled: matched exclusion\"}" | |
| 297 ], | |
| 298 "name": "analyze report", | |
| 299 "~followup_annotations": [ | |
| 300 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 275 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 301 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 302 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 277 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 303 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 278 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 304 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 305 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 280 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 306 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 281 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 307 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 282 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 308 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 283 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 309 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 284 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 467 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 493 ] | 468 ] |
| 494 }, | 469 }, |
| 495 { | 470 { |
| 496 "name": "$result", | 471 "name": "$result", |
| 497 "reason": "Step('compile (without patch)') failed with return_code 1", | 472 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 498 "recipe_result": null, | 473 "recipe_result": null, |
| 499 "status_code": 1 | 474 "status_code": 1 |
| 500 } | 475 } |
| 501 ] | 476 ] |
| OLD | NEW |