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

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

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/mac", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 }, 803 },
804 "name": "test r1.gl_tests (r1) on Mac-10.9", 804 "name": "test r1.gl_tests (r1) on Mac-10.9",
805 "~followup_annotations": [ 805 "~followup_annotations": [
806 "@@@STEP_NEST_LEVEL@1@@@" 806 "@@@STEP_NEST_LEVEL@1@@@"
807 ] 807 ]
808 }, 808 },
809 { 809 {
810 "cmd": [ 810 "cmd": [
811 "python", 811 "python",
812 "-u", 812 "-u",
813 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 813 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
814 "--input-gtest-json", 814 "--input-json",
815 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", 815 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
816 "--master-name", 816 "--master-name",
817 "tryserver.chromium.mac", 817 "tryserver.chromium.mac",
818 "--builder-name", 818 "--builder-name",
819 "mac_chromium_variable", 819 "mac_chromium_variable",
820 "--build-number", 820 "--build-number",
821 "1", 821 "1",
822 "--test-type", 822 "--test-type",
823 "test r1.gl_tests (r1) on Mac-10.9", 823 "test r1.gl_tests (r1) on Mac-10.9",
824 "--test-results-server", 824 "--test-results-server",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 "@@@STEP_LOG_END@report@@@", 860 "@@@STEP_LOG_END@report@@@",
861 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 861 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
862 ] 862 ]
863 }, 863 },
864 { 864 {
865 "name": "$result", 865 "name": "$result",
866 "recipe_result": null, 866 "recipe_result": null,
867 "status_code": 0 867 "status_code": 0
868 } 868 }
869 ] 869 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698