Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", 458 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@",
459 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\", @@@", 459 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\", @@@",
460 "@@@STEP_LOG_LINE@json.output@ \"affected_tests_run\"@@@", 460 "@@@STEP_LOG_LINE@json.output@ \"affected_tests_run\"@@@",
461 "@@@STEP_LOG_LINE@json.output@ ]@@@", 461 "@@@STEP_LOG_LINE@json.output@ ]@@@",
462 "@@@STEP_LOG_LINE@json.output@}@@@", 462 "@@@STEP_LOG_LINE@json.output@}@@@",
463 "@@@STEP_LOG_END@json.output@@@", 463 "@@@STEP_LOG_END@json.output@@@",
464 "@@@STEP_LOG_LINE@analyze_details@{@@@", 464 "@@@STEP_LOG_LINE@analyze_details@{@@@",
465 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 465 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
466 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 466 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
467 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@", 467 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@",
468 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@", 468 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\", @@@",
469 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
469 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 470 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
470 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 471 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
471 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@", 472 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@",
472 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@", 473 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@",
473 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 474 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
474 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", 475 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
475 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@", 476 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@",
476 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@", 477 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@",
477 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 478 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
478 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 479 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "ninja", 562 "ninja",
562 "--compiler", 563 "--compiler",
563 "goma", 564 "goma",
564 "--goma-jsonstatus", 565 "--goma-jsonstatus",
565 "/path/to/tmp/json", 566 "/path/to/tmp/json",
566 "--goma-dir", 567 "--goma-dir",
567 "[BUILD]\\goma", 568 "[BUILD]\\goma",
568 "--ninja-ensure-up-to-date", 569 "--ninja-ensure-up-to-date",
569 "--", 570 "--",
570 "affected_tests", 571 "affected_tests",
571 "affected_tests_run" 572 "affected_tests_run",
573 "crash_service"
572 ], 574 ],
573 "cwd": "[SLAVE_BUILD]", 575 "cwd": "[SLAVE_BUILD]",
574 "name": "test r1.compile", 576 "name": "test r1.compile",
575 "~followup_annotations": [ 577 "~followup_annotations": [
576 "@@@STEP_NEST_LEVEL@1@@@", 578 "@@@STEP_NEST_LEVEL@1@@@",
577 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 579 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
578 "@@@STEP_LOG_END@json.output (invalid)@@@" 580 "@@@STEP_LOG_END@json.output (invalid)@@@"
579 ] 581 ]
580 }, 582 },
581 { 583 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "@@@STEP_LOG_LINE@json.output@{@@@", 617 "@@@STEP_LOG_LINE@json.output@{@@@",
616 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\": \"[dummy hash for affe cted_tests]\"@@@", 618 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\": \"[dummy hash for affe cted_tests]\"@@@",
617 "@@@STEP_LOG_LINE@json.output@}@@@", 619 "@@@STEP_LOG_LINE@json.output@}@@@",
618 "@@@STEP_LOG_END@json.output@@@" 620 "@@@STEP_LOG_END@json.output@@@"
619 ] 621 ]
620 }, 622 },
621 { 623 {
622 "cmd": [ 624 "cmd": [
623 "python", 625 "python",
624 "-u", 626 "-u",
627 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
628 "--target",
629 "Release"
630 ],
631 "cwd": "[SLAVE_BUILD]",
632 "name": "test r1.start_crash_service",
633 "~followup_annotations": [
634 "@@@STEP_NEST_LEVEL@1@@@"
635 ]
636 },
637 {
638 "cmd": [
639 "python",
640 "-u",
625 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 641 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
626 "trigger", 642 "trigger",
627 "--swarming", 643 "--swarming",
628 "https://chromium-swarm.appspot.com", 644 "https://chromium-swarm.appspot.com",
629 "--isolate-server", 645 "--isolate-server",
630 "https://isolateserver.appspot.com", 646 "https://isolateserver.appspot.com",
631 "--priority", 647 "--priority",
632 "25", 648 "25",
633 "--shards", 649 "--shards",
634 "1", 650 "1",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 "@@@STEP_LOG_END@report@@@", 815 "@@@STEP_LOG_END@report@@@",
800 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 816 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
801 ] 817 ]
802 }, 818 },
803 { 819 {
804 "name": "$result", 820 "name": "$result",
805 "recipe_result": null, 821 "recipe_result": null,
806 "status_code": 0 822 "status_code": 0
807 } 823 }
808 ] 824 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698