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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_skipped.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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 }, 589 },
590 "name": "test r1.analyze", 590 "name": "test r1.analyze",
591 "~followup_annotations": [ 591 "~followup_annotations": [
592 "@@@STEP_NEST_LEVEL@1@@@", 592 "@@@STEP_NEST_LEVEL@1@@@",
593 "@@@STEP_TEXT@No compile necessary@@@", 593 "@@@STEP_TEXT@No compile necessary@@@",
594 "@@@STEP_LOG_LINE@json.output@{@@@", 594 "@@@STEP_LOG_LINE@json.output@{@@@",
595 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 595 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
596 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", 596 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@",
597 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 597 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
598 "@@@STEP_LOG_LINE@json.output@}@@@", 598 "@@@STEP_LOG_LINE@json.output@}@@@",
599 "@@@STEP_LOG_END@json.output@@@" 599 "@@@STEP_LOG_END@json.output@@@",
600 ]
601 },
602 {
603 "cmd": [
604 "python",
605 "-u",
606 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
607 "--show-path",
608 "python",
609 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
610 "--event-mon-run-type",
611 "test",
612 "--master-name",
613 "tryserver.chromium.linux",
614 "--builder-name",
615 "linux_variable",
616 "--build-id",
617 "1",
618 "--analyze-input",
619 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
620 "--analyze-output",
621 "{\"compile_targets\": [], \"status\": \"No dependencies\", \"test_targets \": []}"
622 ],
623 "name": "test r1.analyze report",
624 "~followup_annotations": [
625 "@@@STEP_NEST_LEVEL@1@@@",
626 "@@@STEP_LOG_LINE@analyze_details@{@@@", 600 "@@@STEP_LOG_LINE@analyze_details@{@@@",
627 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 601 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
628 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 602 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
629 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 603 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
630 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 604 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
631 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 605 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
632 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 606 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
633 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 607 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
634 "@@@STEP_LOG_LINE@analyze_details@}@@@", 608 "@@@STEP_LOG_LINE@analyze_details@}@@@",
635 "@@@STEP_LOG_END@analyze_details@@@" 609 "@@@STEP_LOG_END@analyze_details@@@"
(...skipping 25 matching lines...) Expand all
661 "@@@STEP_LOG_END@report@@@", 635 "@@@STEP_LOG_END@report@@@",
662 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"skipped\"}}@@@" 636 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"skipped\"}}@@@"
663 ] 637 ]
664 }, 638 },
665 { 639 {
666 "name": "$result", 640 "name": "$result",
667 "recipe_result": null, 641 "recipe_result": null,
668 "status_code": 0 642 "status_code": 0
669 } 643 }
670 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698