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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/only_one_test_passed.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
« no previous file with comments | « scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.One\": \"r1\", @@@",
803 "@@@STEP_LOG_LINE@report@ \"Test.Two\": \"r1\"@@@",
804 "@@@STEP_LOG_LINE@report@ }@@@",
805 "@@@STEP_LOG_LINE@report@ }, @@@",
800 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", 806 "@@@STEP_LOG_LINE@report@ \"result\": {@@@",
801 "@@@STEP_LOG_LINE@report@ \"r1\": {@@@", 807 "@@@STEP_LOG_LINE@report@ \"r1\": {@@@",
802 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@", 808 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@",
803 "@@@STEP_LOG_LINE@report@ \"status\": \"failed\", @@@", 809 "@@@STEP_LOG_LINE@report@ \"status\": \"failed\", @@@",
804 "@@@STEP_LOG_LINE@report@ \"failures\": [@@@", 810 "@@@STEP_LOG_LINE@report@ \"failures\": [@@@",
805 "@@@STEP_LOG_LINE@report@ \"Test.One\", @@@", 811 "@@@STEP_LOG_LINE@report@ \"Test.One\", @@@",
806 "@@@STEP_LOG_LINE@report@ \"Test.Two\"@@@", 812 "@@@STEP_LOG_LINE@report@ \"Test.Two\"@@@",
807 "@@@STEP_LOG_LINE@report@ ], @@@", 813 "@@@STEP_LOG_LINE@report@ ], @@@",
808 "@@@STEP_LOG_LINE@report@ \"valid\": true@@@", 814 "@@@STEP_LOG_LINE@report@ \"valid\": true@@@",
809 "@@@STEP_LOG_LINE@report@ }@@@", 815 "@@@STEP_LOG_LINE@report@ }@@@",
810 "@@@STEP_LOG_LINE@report@ }@@@", 816 "@@@STEP_LOG_LINE@report@ }@@@",
811 "@@@STEP_LOG_LINE@report@ }, @@@", 817 "@@@STEP_LOG_LINE@report@ }, @@@",
812 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", 818 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@",
813 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", 819 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@",
814 "@@@STEP_LOG_LINE@report@ }@@@", 820 "@@@STEP_LOG_LINE@report@ }@@@",
815 "@@@STEP_LOG_LINE@report@}@@@", 821 "@@@STEP_LOG_LINE@report@}@@@",
816 "@@@STEP_LOG_END@report@@@", 822 "@@@STEP_LOG_END@report@@@",
817 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\ "], \"status\": \"failed\", \"valid\": true}}}}@@@" 823 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \ "result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
818 ] 824 ]
819 }, 825 },
820 { 826 {
821 "name": "$result", 827 "name": "$result",
822 "recipe_result": null, 828 "recipe_result": null,
823 "status_code": 0 829 "status_code": 0
824 } 830 }
825 ] 831 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698