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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: rebase 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 "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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "--show-path", 660 "--show-path",
661 "python", 661 "python",
662 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 662 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
663 ], 663 ],
664 "name": "cleanup_temp" 664 "name": "cleanup_temp"
665 }, 665 },
666 { 666 {
667 "cmd": [ 667 "cmd": [
668 "python", 668 "python",
669 "-u", 669 "-u",
670 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
671 "--build-dir",
672 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\out\\Release_x64",
673 "--clean-isolated-files"
674 ],
675 "name": "clean isolated files"
676 },
677 {
678 "cmd": [
679 "python",
680 "-u",
670 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\tools\\mb\\mb.py", 681 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\tools\\mb\\mb.py",
671 "gen", 682 "gen",
672 "-m", 683 "-m",
673 "chromium.perf", 684 "chromium.perf",
674 "-b", 685 "-b",
675 "Win x64 Builder", 686 "Win x64 Builder",
676 "--config-file", 687 "--config-file",
677 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\tools\\mb\\mb_config.pyl", 688 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\tools\\mb\\mb_config.pyl",
678 "--goma-dir", 689 "--goma-dir",
679 "[CACHE]\\cipd\\goma", 690 "[CACHE]\\cipd\\goma",
691 "--swarming-targets-file",
692 "browser_tests\n",
680 "//out/Release_x64" 693 "//out/Release_x64"
681 ], 694 ],
682 "cwd": "[BUILDER_CACHE]\\Win_x64_Builder\\src", 695 "cwd": "[BUILDER_CACHE]\\Win_x64_Builder\\src",
683 "env": { 696 "env": {
684 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 697 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
685 }, 698 },
686 "name": "generate_build_files" 699 "name": "generate_build_files",
700 "~followup_annotations": [
701 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
702 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
703 ]
687 }, 704 },
688 { 705 {
689 "cmd": [ 706 "cmd": [
690 "python", 707 "python",
691 "-u", 708 "-u",
692 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 709 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
693 "--show-path", 710 "--show-path",
694 "python", 711 "python",
695 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 712 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
696 "--gsutil-py-path", 713 "--gsutil-py-path",
(...skipping 20 matching lines...) Expand all
717 "goma", 734 "goma",
718 "--goma-jsonstatus", 735 "--goma-jsonstatus",
719 "/path/to/tmp/json", 736 "/path/to/tmp/json",
720 "--goma-service-account-json-file", 737 "--goma-service-account-json-file",
721 "C:\\creds\\service_accounts\\service-account-goma-client.json", 738 "C:\\creds\\service_accounts\\service-account-goma-client.json",
722 "--mode", 739 "--mode",
723 "official", 740 "official",
724 "--goma-dir", 741 "--goma-dir",
725 "[CACHE]\\cipd\\goma", 742 "[CACHE]\\cipd\\goma",
726 "--", 743 "--",
744 "browser_tests",
745 "browser_tests_run",
727 "chrome", 746 "chrome",
728 "chromium_builder_perf" 747 "chromium_builder_perf"
729 ], 748 ],
730 "env": { 749 "env": {
731 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 750 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
732 }, 751 },
733 "name": "compile", 752 "name": "compile",
734 "~followup_annotations": [ 753 "~followup_annotations": [
735 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 754 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
736 "@@@STEP_LOG_END@json.output (invalid)@@@" 755 "@@@STEP_LOG_END@json.output (invalid)@@@"
737 ] 756 ]
738 }, 757 },
739 { 758 {
759 "cmd": [
760 "python",
761 "-u",
762 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\tools\\determinism\\remove_build_m etadata.py",
763 "--build-dir",
764 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\out\\Release_x64"
765 ],
766 "cwd": "[SLAVE_BUILD]",
767 "name": "remove_build_metadata"
768 },
769 {
770 "cmd": [
771 "python",
772 "-u",
773 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
774 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\tools\\swarming_client",
775 "batcharchive",
776 "--dump-json",
777 "/path/to/tmp/json",
778 "--isolate-server",
779 "https://isolateserver.appspot.com",
780 "--verbose",
781 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\out\\Release_x64\\browser_tests.is olated.gen.json"
782 ],
783 "name": "isolate tests",
784 "~followup_annotations": [
785 "@@@STEP_LOG_LINE@json.output@{@@@",
786 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
787 "@@@STEP_LOG_LINE@json.output@}@@@",
788 "@@@STEP_LOG_END@json.output@@@"
789 ]
790 },
791 {
740 "allow_subannotations": true, 792 "allow_subannotations": true,
741 "cmd": [ 793 "cmd": [
742 "python", 794 "python",
743 "-u", 795 "-u",
744 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 796 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
745 "--show-path", 797 "--show-path",
746 "python", 798 "python",
747 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 799 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
748 "--target", 800 "--target",
749 "Release_x64", 801 "Release_x64",
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 1707 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1656 }, 1708 },
1657 "name": "process_dumps" 1709 "name": "process_dumps"
1658 }, 1710 },
1659 { 1711 {
1660 "name": "$result", 1712 "name": "$result",
1661 "recipe_result": null, 1713 "recipe_result": null,
1662 "status_code": 0 1714 "status_code": 0
1663 } 1715 }
1664 ] 1716 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698