| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 { | 327 { |
| 328 "cmd": [ | 328 "cmd": [ |
| 329 "python", | 329 "python", |
| 330 "-u", | 330 "-u", |
| 331 "import sys; sys.exit(0)" | 331 "import sys; sys.exit(0)" |
| 332 ], | 332 ], |
| 333 "name": "analyze", | 333 "name": "analyze", |
| 334 "~followup_annotations": [ | 334 "~followup_annotations": [ |
| 335 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 335 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 336 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 336 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 337 "@@@STEP_LOG_END@excluded_files@@@" | 337 "@@@STEP_LOG_END@excluded_files@@@", |
| 338 ] | |
| 339 }, | |
| 340 { | |
| 341 "cmd": [ | |
| 342 "python", | |
| 343 "-u", | |
| 344 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | |
| 345 "--show-path", | |
| 346 "python", | |
| 347 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py", | |
| 348 "--event-mon-run-type", | |
| 349 "test", | |
| 350 "--master-name", | |
| 351 "tryserver.chromium.win", | |
| 352 "--builder-name", | |
| 353 "win_chromium_rel_ng", | |
| 354 "--build-id", | |
| 355 "571", | |
| 356 "--analyze-input", | |
| 357 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"foo.cc\"], \"test_targets\": [\"mini_installer\", \"next_version_mini_instal
ler\"]}", | |
| 358 "--analyze-output", | |
| 359 "{\"status\": \"Analyze disabled: matched exclusion\"}" | |
| 360 ], | |
| 361 "name": "analyze report", | |
| 362 "~followup_annotations": [ | |
| 363 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 338 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 364 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 339 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 365 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 340 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", |
| 366 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 341 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 367 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 342 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 368 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", | 343 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 369 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", | 344 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", |
| 370 "@@@STEP_LOG_LINE@analyze_details@ \"next_version_mini_installer\"@@@", | 345 "@@@STEP_LOG_LINE@analyze_details@ \"next_version_mini_installer\"@@@", |
| 371 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 346 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 372 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 347 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 "step returned non-zero exit code: 1", | 491 "step returned non-zero exit code: 1", |
| 517 "@@@STEP_EXCEPTION@@@" | 492 "@@@STEP_EXCEPTION@@@" |
| 518 ] | 493 ] |
| 519 }, | 494 }, |
| 520 { | 495 { |
| 521 "name": "$result", | 496 "name": "$result", |
| 522 "recipe_result": null, | 497 "recipe_result": null, |
| 523 "status_code": 0 | 498 "status_code": 0 |
| 524 } | 499 } |
| 525 ] | 500 ] |
| OLD | NEW |