| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 { | 280 { |
| 281 "cmd": [ | 281 "cmd": [ |
| 282 "python", | 282 "python", |
| 283 "-u", | 283 "-u", |
| 284 "import sys; sys.exit(0)" | 284 "import sys; sys.exit(0)" |
| 285 ], | 285 ], |
| 286 "name": "analyze", | 286 "name": "analyze", |
| 287 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 288 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 288 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 289 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 289 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 290 "@@@STEP_LOG_END@excluded_files@@@" | 290 "@@@STEP_LOG_END@excluded_files@@@", |
| 291 ] | |
| 292 }, | |
| 293 { | |
| 294 "cmd": [ | |
| 295 "python", | |
| 296 "-u", | |
| 297 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 298 "--show-path", | |
| 299 "python", | |
| 300 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 301 "--event-mon-run-type", | |
| 302 "test", | |
| 303 "--master-name", | |
| 304 "tryserver.fake", | |
| 305 "--builder-name", | |
| 306 "ios", | |
| 307 "--build-id", | |
| 308 "0", | |
| 309 "--analyze-input", | |
| 310 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\
"foo.cc\"], \"test_targets\": [\"fake tests\"]}", | |
| 311 "--analyze-output", | |
| 312 "{\"status\": \"Analyze disabled: matched exclusion\"}" | |
| 313 ], | |
| 314 "name": "analyze report", | |
| 315 "~followup_annotations": [ | |
| 316 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 291 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 317 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 318 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 319 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 320 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 295 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 321 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 322 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 297 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 323 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 298 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 324 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 299 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 325 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 300 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 "@@@STEP_LOG_END@json.output@@@", | 692 "@@@STEP_LOG_END@json.output@@@", |
| 718 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 693 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 719 ] | 694 ] |
| 720 }, | 695 }, |
| 721 { | 696 { |
| 722 "name": "$result", | 697 "name": "$result", |
| 723 "recipe_result": null, | 698 "recipe_result": null, |
| 724 "status_code": 0 | 699 "status_code": 0 |
| 725 } | 700 } |
| 726 ] | 701 ] |
| OLD | NEW |