| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 { | 258 { |
| 259 "cmd": [ | 259 "cmd": [ |
| 260 "python", | 260 "python", |
| 261 "-u", | 261 "-u", |
| 262 "import sys; sys.exit(0)" | 262 "import sys; sys.exit(0)" |
| 263 ], | 263 ], |
| 264 "name": "analyze", | 264 "name": "analyze", |
| 265 "~followup_annotations": [ | 265 "~followup_annotations": [ |
| 266 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 266 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 267 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 267 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 268 "@@@STEP_LOG_END@excluded_files@@@", | 268 "@@@STEP_LOG_END@excluded_files@@@" |
| 269 ] |
| 270 }, |
| 271 { |
| 272 "cmd": [ |
| 273 "python", |
| 274 "-u", |
| 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 276 "--show-path", |
| 277 "python", |
| 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", |
| 279 "--event-mon-run-type", |
| 280 "test", |
| 281 "--master-name", |
| 282 "tryserver.fake", |
| 283 "--builder-name", |
| 284 "ios-simulator", |
| 285 "--build-id", |
| 286 "0", |
| 287 "--analyze-input", |
| 288 "{\"additional_compile_targets\": [\"All\"], \"files\": [\"foo.cc\"], \"te
st_targets\": []}", |
| 289 "--analyze-output", |
| 290 "{\"status\": \"Analyze disabled: matched exclusion\"}" |
| 291 ], |
| 292 "name": "analyze report", |
| 293 "~followup_annotations": [ |
| 269 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 294 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 270 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 295 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 271 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", |
| 272 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 273 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 298 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 274 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", | 299 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", |
| 275 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 300 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 276 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 301 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 277 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", | 302 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", |
| 278 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 303 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 { | 486 { |
| 462 "cmd": [], | 487 "cmd": [], |
| 463 "name": "trigger" | 488 "name": "trigger" |
| 464 }, | 489 }, |
| 465 { | 490 { |
| 466 "name": "$result", | 491 "name": "$result", |
| 467 "recipe_result": null, | 492 "recipe_result": null, |
| 468 "status_code": 0 | 493 "status_code": 0 |
| 469 } | 494 } |
| 470 ] | 495 ] |
| OLD | NEW |