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

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

Issue 1946463003: [Findit] Change test.py recipe to speed up test try jobs(Recipe side change). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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
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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 }, 790 },
791 { 791 {
792 "cmd": [ 792 "cmd": [
793 "python", 793 "python",
794 "-u", 794 "-u",
795 "import sys; sys.exit(0)" 795 "import sys; sys.exit(0)"
796 ], 796 ],
797 "name": "report", 797 "name": "report",
798 "~followup_annotations": [ 798 "~followup_annotations": [
799 "@@@STEP_LOG_LINE@report@{@@@", 799 "@@@STEP_LOG_LINE@report@{@@@",
800 "@@@STEP_LOG_LINE@report@ \"culprits\": {@@@",
801 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@",
802 "@@@STEP_LOG_LINE@report@ \"Test.Three\": \"r1\", @@@",
803 "@@@STEP_LOG_LINE@report@ \"Test.One\": \"r1\", @@@",
804 "@@@STEP_LOG_LINE@report@ \"Test.Two\": \"r1\"@@@",
805 "@@@STEP_LOG_LINE@report@ }@@@",
806 "@@@STEP_LOG_LINE@report@ }, @@@",
800 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", 807 "@@@STEP_LOG_LINE@report@ \"result\": {@@@",
801 "@@@STEP_LOG_LINE@report@ \"r1\": {@@@", 808 "@@@STEP_LOG_LINE@report@ \"r1\": {@@@",
802 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@", 809 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@",
803 "@@@STEP_LOG_LINE@report@ \"status\": \"failed\", @@@", 810 "@@@STEP_LOG_LINE@report@ \"status\": \"failed\", @@@",
804 "@@@STEP_LOG_LINE@report@ \"failures\": [@@@", 811 "@@@STEP_LOG_LINE@report@ \"failures\": [@@@",
805 "@@@STEP_LOG_LINE@report@ \"Test.Three\", @@@", 812 "@@@STEP_LOG_LINE@report@ \"Test.Three\", @@@",
806 "@@@STEP_LOG_LINE@report@ \"Test.One\", @@@", 813 "@@@STEP_LOG_LINE@report@ \"Test.One\", @@@",
807 "@@@STEP_LOG_LINE@report@ \"Test.Two\"@@@", 814 "@@@STEP_LOG_LINE@report@ \"Test.Two\"@@@",
808 "@@@STEP_LOG_LINE@report@ ], @@@", 815 "@@@STEP_LOG_LINE@report@ ], @@@",
809 "@@@STEP_LOG_LINE@report@ \"valid\": true@@@", 816 "@@@STEP_LOG_LINE@report@ \"valid\": true@@@",
810 "@@@STEP_LOG_LINE@report@ }@@@", 817 "@@@STEP_LOG_LINE@report@ }@@@",
811 "@@@STEP_LOG_LINE@report@ }@@@", 818 "@@@STEP_LOG_LINE@report@ }@@@",
812 "@@@STEP_LOG_LINE@report@ }, @@@", 819 "@@@STEP_LOG_LINE@report@ }, @@@",
813 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", 820 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@",
814 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", 821 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@",
815 "@@@STEP_LOG_LINE@report@ }@@@", 822 "@@@STEP_LOG_LINE@report@ }@@@",
816 "@@@STEP_LOG_LINE@report@}@@@", 823 "@@@STEP_LOG_LINE@report@}@@@",
817 "@@@STEP_LOG_END@report@@@", 824 "@@@STEP_LOG_END@report@@@",
818 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 825 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true} }}}@@@"
819 ] 826 ]
820 }, 827 },
821 { 828 {
822 "name": "$result", 829 "name": "$result",
823 "recipe_result": null, 830 "recipe_result": null,
824 "status_code": 0 831 "status_code": 0
825 } 832 }
826 ] 833 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698