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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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 "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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 }, 803 },
804 "name": "test r1.gl_tests (r1) on Windows-7-SP1", 804 "name": "test r1.gl_tests (r1) on Windows-7-SP1",
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\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", 815 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
816 "--master-name", 816 "--master-name",
817 "tryserver.chromium.win", 817 "tryserver.chromium.win",
818 "--builder-name", 818 "--builder-name",
819 "win_chromium_variable", 819 "win_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 Windows-7-SP1", 823 "test r1.gl_tests (r1) on Windows-7-SP1",
824 "--test-results-server", 824 "--test-results-server",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "@@@STEP_LOG_END@report@@@", 876 "@@@STEP_LOG_END@report@@@",
877 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 877 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
878 ] 878 ]
879 }, 879 },
880 { 880 {
881 "name": "$result", 881 "name": "$result",
882 "recipe_result": null, 882 "recipe_result": null,
883 "status_code": 0 883 "status_code": 0
884 } 884 }
885 ] 885 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698