| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 ] | 278 ] |
| 279 }, | 279 }, |
| 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_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 289 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 289 "@@@STEP_LOG_END@excluded_files@@@", | 290 "@@@STEP_LOG_END@excluded_files@@@", |
| 290 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 291 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 291 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 292 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
| 292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 293 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
| 294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 295 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 296 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 297 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
| 297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 298 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 "Debug" | 458 "Debug" |
| 458 ], | 459 ], |
| 459 "name": "process_dumps" | 460 "name": "process_dumps" |
| 460 }, | 461 }, |
| 461 { | 462 { |
| 462 "name": "$result", | 463 "name": "$result", |
| 463 "recipe_result": null, | 464 "recipe_result": null, |
| 464 "status_code": 0 | 465 "status_code": 0 |
| 465 } | 466 } |
| 466 ] | 467 ] |
| OLD | NEW |