| 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": [ |
| 338 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 363 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 339 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 364 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 340 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 365 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", |
| 341 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 366 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 342 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 367 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 343 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", | 368 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 344 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", | 369 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", |
| 345 "@@@STEP_LOG_LINE@analyze_details@ \"next_version_mini_installer\"@@@", | 370 "@@@STEP_LOG_LINE@analyze_details@ \"next_version_mini_installer\"@@@", |
| 346 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 371 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 347 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 372 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "step returned non-zero exit code: 1", | 516 "step returned non-zero exit code: 1", |
| 492 "@@@STEP_EXCEPTION@@@" | 517 "@@@STEP_EXCEPTION@@@" |
| 493 ] | 518 ] |
| 494 }, | 519 }, |
| 495 { | 520 { |
| 496 "name": "$result", | 521 "name": "$result", |
| 497 "recipe_result": null, | 522 "recipe_result": null, |
| 498 "status_code": 0 | 523 "status_code": 0 |
| 499 } | 524 } |
| 500 ] | 525 ] |
| OLD | NEW |