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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.json

Issue 2403473002: filter: temporarily disable analyze_report (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "/opt/infra-tools/buildbucket", 4 "/opt/infra-tools/buildbucket",
5 "get", 5 "get",
6 "--host", 6 "--host",
7 "cr-buildbucket.appspot.com", 7 "cr-buildbucket.appspot.com",
8 "id1" 8 "id1"
9 ], 9 ],
10 "name": "buildbucket.get", 10 "name": "buildbucket.get",
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", 603 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@",
604 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", 604 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@",
605 "@@@STEP_LOG_LINE@json.output@ \"a_run\"@@@", 605 "@@@STEP_LOG_LINE@json.output@ \"a_run\"@@@",
606 "@@@STEP_LOG_LINE@json.output@ ], @@@", 606 "@@@STEP_LOG_LINE@json.output@ ], @@@",
607 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 607 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
608 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", 608 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@",
609 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", 609 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@",
610 "@@@STEP_LOG_LINE@json.output@ \"a_run\"@@@", 610 "@@@STEP_LOG_LINE@json.output@ \"a_run\"@@@",
611 "@@@STEP_LOG_LINE@json.output@ ]@@@", 611 "@@@STEP_LOG_LINE@json.output@ ]@@@",
612 "@@@STEP_LOG_LINE@json.output@}@@@", 612 "@@@STEP_LOG_LINE@json.output@}@@@",
613 "@@@STEP_LOG_END@json.output@@@" 613 "@@@STEP_LOG_END@json.output@@@",
614 ]
615 },
616 {
617 "cmd": [
618 "python",
619 "-u",
620 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
621 "--show-path",
622 "python",
623 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
624 "--event-mon-run-type",
625 "test",
626 "--master-name",
627 "tryserver.chromium.linux",
628 "--builder-name",
629 "linux_variable",
630 "--build-id",
631 "1",
632 "--analyze-input",
633 "{\"additional_compile_targets\": [\"a\", \"a_run\", \"b\", \"b_run\", \"c hromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": []}",
634 "--analyze-output",
635 "{\"compile_targets\": [\"a\", \"a_run\"], \"status\": \"Found dependency\ ", \"test_targets\": [\"a\", \"a_run\"]}"
636 ],
637 "name": "test r1.analyze report",
638 "~followup_annotations": [
639 "@@@STEP_NEST_LEVEL@1@@@",
640 "@@@STEP_LOG_LINE@analyze_details@{@@@", 614 "@@@STEP_LOG_LINE@analyze_details@{@@@",
641 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 615 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
642 "@@@STEP_LOG_LINE@analyze_details@ \"a\", @@@", 616 "@@@STEP_LOG_LINE@analyze_details@ \"a\", @@@",
643 "@@@STEP_LOG_LINE@analyze_details@ \"a_run\", @@@", 617 "@@@STEP_LOG_LINE@analyze_details@ \"a_run\", @@@",
644 "@@@STEP_LOG_LINE@analyze_details@ \"b\", @@@", 618 "@@@STEP_LOG_LINE@analyze_details@ \"b\", @@@",
645 "@@@STEP_LOG_LINE@analyze_details@ \"b_run\", @@@", 619 "@@@STEP_LOG_LINE@analyze_details@ \"b_run\", @@@",
646 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 620 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
647 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 621 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
648 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 622 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
649 "@@@STEP_LOG_LINE@analyze_details@ \"a\", @@@", 623 "@@@STEP_LOG_LINE@analyze_details@ \"a\", @@@",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 "@@@STEP_LOG_END@report@@@", 750 "@@@STEP_LOG_END@report@@@",
777 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 751 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
778 ] 752 ]
779 }, 753 },
780 { 754 {
781 "name": "$result", 755 "name": "$result",
782 "recipe_result": null, 756 "recipe_result": null,
783 "status_code": 0 757 "status_code": 0
784 } 758 }
785 ] 759 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698