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

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

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.mac", 8 "tryserver.chromium.mac",
9 "--builder", 9 "--builder",
10 "mac_chromium_variable", 10 "mac_chromium_variable",
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "--tag", 696 "--tag",
697 "slavename:build1-a1", 697 "slavename:build1-a1",
698 "--tag", 698 "--tag",
699 "stepname:gl_tests (r1) on Mac-10.9", 699 "stepname:gl_tests (r1) on Mac-10.9",
700 "--idempotent", 700 "--idempotent",
701 "[dummy hash for gl_tests]", 701 "[dummy hash for gl_tests]",
702 "--", 702 "--",
703 "--gtest_filter=Test.One", 703 "--gtest_filter=Test.One",
704 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 704 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
705 ], 705 ],
706 "env": {
707 "FORCE_MAC_TOOLCHAIN": "1",
708 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
709 },
706 "name": "test r1.[trigger] gl_tests (r1) on Mac-10.9", 710 "name": "test r1.[trigger] gl_tests (r1) on Mac-10.9",
707 "~followup_annotations": [ 711 "~followup_annotations": [
708 "@@@STEP_NEST_LEVEL@1@@@", 712 "@@@STEP_NEST_LEVEL@1@@@",
709 "@@@STEP_LOG_LINE@json.output@{@@@", 713 "@@@STEP_LOG_LINE@json.output@{@@@",
710 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (r1)/Mac-10 .9/[dummy has/mac_chromium_variable/1\", @@@", 714 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (r1)/Mac-10 .9/[dummy has/mac_chromium_variable/1\", @@@",
711 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 715 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
712 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (r1)/Mac-10.9/[dummy has/mac_ chromium_variable/1\": {@@@", 716 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (r1)/Mac-10.9/[dummy has/mac_ chromium_variable/1\": {@@@",
713 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 717 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
714 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 718 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
715 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 719 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
(...skipping 21 matching lines...) Expand all
737 "--", 741 "--",
738 "collect", 742 "collect",
739 "--swarming", 743 "--swarming",
740 "https://chromium-swarm.appspot.com", 744 "https://chromium-swarm.appspot.com",
741 "--decorate", 745 "--decorate",
742 "--print-status-updates", 746 "--print-status-updates",
743 "--shards", 747 "--shards",
744 "1", 748 "1",
745 "gl_tests (r1)/Mac-10.9/[dummy has/mac_chromium_variable/1" 749 "gl_tests (r1)/Mac-10.9/[dummy has/mac_chromium_variable/1"
746 ], 750 ],
751 "env": {
752 "FORCE_MAC_TOOLCHAIN": "1",
753 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
754 },
747 "name": "test r1.gl_tests (r1) on Mac-10.9", 755 "name": "test r1.gl_tests (r1) on Mac-10.9",
748 "~followup_annotations": [ 756 "~followup_annotations": [
749 "@@@STEP_NEST_LEVEL@1@@@" 757 "@@@STEP_NEST_LEVEL@1@@@"
750 ] 758 ]
751 }, 759 },
752 { 760 {
753 "cmd": [ 761 "cmd": [
754 "python", 762 "python",
755 "-u", 763 "-u",
756 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 764 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
757 "--input-gtest-json", 765 "--input-gtest-json",
758 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", 766 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
759 "--master-name", 767 "--master-name",
760 "tryserver.chromium.mac", 768 "tryserver.chromium.mac",
761 "--builder-name", 769 "--builder-name",
762 "mac_chromium_variable", 770 "mac_chromium_variable",
763 "--build-number", 771 "--build-number",
764 "1", 772 "1",
765 "--test-type", 773 "--test-type",
766 "test r1.gl_tests (r1) on Mac-10.9", 774 "test r1.gl_tests (r1) on Mac-10.9",
767 "--test-results-server", 775 "--test-results-server",
768 "test-results.appspot.com", 776 "test-results.appspot.com",
769 "--chrome-revision", 777 "--chrome-revision",
770 "170242" 778 "170242"
771 ], 779 ],
780 "env": {
781 "FORCE_MAC_TOOLCHAIN": "1",
782 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
783 },
772 "name": "test r1.Upload to test-results [test r1.gl_tests (r1) on Mac-10.9]" , 784 "name": "test r1.Upload to test-results [test r1.gl_tests (r1) on Mac-10.9]" ,
773 "~followup_annotations": [ 785 "~followup_annotations": [
774 "@@@STEP_NEST_LEVEL@1@@@" 786 "@@@STEP_NEST_LEVEL@1@@@"
775 ] 787 ]
776 }, 788 },
777 { 789 {
778 "cmd": [ 790 "cmd": [
779 "python", 791 "python",
780 "-u", 792 "-u",
781 "import sys; sys.exit(0)" 793 "import sys; sys.exit(0)"
(...skipping 16 matching lines...) Expand all
798 "@@@STEP_LOG_END@report@@@", 810 "@@@STEP_LOG_END@report@@@",
799 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 811 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
800 ] 812 ]
801 }, 813 },
802 { 814 {
803 "name": "$result", 815 "name": "$result",
804 "recipe_result": null, 816 "recipe_result": null,
805 "status_code": 0 817 "status_code": 0
806 } 818 }
807 ] 819 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698