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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 ] | 276 ] |
277 }, | 277 }, |
278 { | 278 { |
279 "cmd": [ | 279 "cmd": [ |
280 "python", | 280 "python", |
281 "-u", | 281 "-u", |
282 "import sys; sys.exit(0)" | 282 "import sys; sys.exit(0)" |
283 ], | 283 ], |
284 "name": "analyze", | 284 "name": "analyze", |
285 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 286 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
286 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 287 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
287 "@@@STEP_LOG_END@excluded_files@@@", | 288 "@@@STEP_LOG_END@excluded_files@@@", |
288 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 289 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
289 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 290 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
290 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 291 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
291 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
293 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
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\": [@@
@", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 "import sys; sys.exit(0)" | 413 "import sys; sys.exit(0)" |
413 ], | 414 ], |
414 "name": "mark: before_tests" | 415 "name": "mark: before_tests" |
415 }, | 416 }, |
416 { | 417 { |
417 "name": "$result", | 418 "name": "$result", |
418 "recipe_result": null, | 419 "recipe_result": null, |
419 "status_code": 0 | 420 "status_code": 0 |
420 } | 421 } |
421 ] | 422 ] |
OLD | NEW |