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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 ] | 262 ] |
263 }, | 263 }, |
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_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 273 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
273 "@@@STEP_LOG_END@excluded_files@@@", | 274 "@@@STEP_LOG_END@excluded_files@@@", |
274 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 275 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
275 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
276 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 277 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
277 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 278 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
278 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 279 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
279 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 280 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
280 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 281 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
281 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 282 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 "import sys; sys.exit(0)" | 371 "import sys; sys.exit(0)" |
371 ], | 372 ], |
372 "name": "mark: before_tests" | 373 "name": "mark: before_tests" |
373 }, | 374 }, |
374 { | 375 { |
375 "name": "$result", | 376 "name": "$result", |
376 "recipe_result": null, | 377 "recipe_result": null, |
377 "status_code": 0 | 378 "status_code": 0 |
378 } | 379 } |
379 ] | 380 ] |
OLD | NEW |