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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 }, 909 },
910 "name": "test r1.affected_tests (r1) on Windows-7-SP1", 910 "name": "test r1.affected_tests (r1) on Windows-7-SP1",
911 "~followup_annotations": [ 911 "~followup_annotations": [
912 "@@@STEP_NEST_LEVEL@1@@@" 912 "@@@STEP_NEST_LEVEL@1@@@"
913 ] 913 ]
914 }, 914 },
915 { 915 {
916 "cmd": [ 916 "cmd": [
917 "python", 917 "python",
918 "-u", 918 "-u",
919 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results. py", 919 "RECIPE_MODULE[build::test_results]\\resources\\upload_test_results.py",
920 "--input-gtest-json", 920 "--input-json",
921 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", 921 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
922 "--master-name", 922 "--master-name",
923 "tryserver.chromium.win", 923 "tryserver.chromium.win",
924 "--builder-name", 924 "--builder-name",
925 "win_chromium_variable", 925 "win_chromium_variable",
926 "--build-number", 926 "--build-number",
927 "1", 927 "1",
928 "--test-type", 928 "--test-type",
929 "test r1.affected_tests (r1) on Windows-7-SP1", 929 "test r1.affected_tests (r1) on Windows-7-SP1",
930 "--test-results-server", 930 "--test-results-server",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 "@@@STEP_LOG_END@report@@@", 986 "@@@STEP_LOG_END@report@@@",
987 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 987 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
988 ] 988 ]
989 }, 989 },
990 { 990 {
991 "name": "$result", 991 "name": "$result",
992 "recipe_result": null, 992 "recipe_result": null,
993 "status_code": 0 993 "status_code": 0
994 } 994 }
995 ] 995 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698