| 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-simulator-swarming", |
| 291 "--build-id", |
| 292 "0", |
| 293 "--analyze-input", |
| 294 "{\"additional_compile_targets\": [\"All\", \"fake test\"], \"files\": [\"
foo.cc\"], \"test_targets\": [\"fake test\"]}", |
| 295 "--analyze-output", |
| 296 "{\"status\": \"Analyze disabled: matched exclusion\"}" |
| 297 ], |
| 298 "name": "analyze report", |
| 299 "~followup_annotations": [ |
| 275 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 300 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 301 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 277 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 302 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 278 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@", | 303 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@", |
| 279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 304 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 280 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 305 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 281 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 306 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 282 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@", | 307 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@", |
| 283 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 308 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 284 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 309 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 "@@@STEP_LOG_END@json.output@@@", | 701 "@@@STEP_LOG_END@json.output@@@", |
| 677 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 702 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 678 ] | 703 ] |
| 679 }, | 704 }, |
| 680 { | 705 { |
| 681 "name": "$result", | 706 "name": "$result", |
| 682 "recipe_result": null, | 707 "recipe_result": null, |
| 683 "status_code": 0 | 708 "status_code": 0 |
| 684 } | 709 } |
| 685 ] | 710 ] |
| OLD | NEW |