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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json

Issue 2246443002: Do not assume that perf tests always have end_time (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 "~followup_annotations": [ 796 "~followup_annotations": [
797 "@@@STEP_LOG_LINE@json.output@[@@@", 797 "@@@STEP_LOG_LINE@json.output@[@@@",
798 "@@@STEP_LOG_LINE@json.output@ {@@@", 798 "@@@STEP_LOG_LINE@json.output@ {@@@",
799 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", 799 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@",
800 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", 800 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@",
801 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", 801 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@",
802 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", 802 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@",
803 "@@@STEP_LOG_LINE@json.output@ }, @@@", 803 "@@@STEP_LOG_LINE@json.output@ }, @@@",
804 "@@@STEP_LOG_LINE@json.output@ {@@@", 804 "@@@STEP_LOG_LINE@json.output@ {@@@",
805 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", 805 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@",
806 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1470050195.193213, @@@",
807 "@@@STEP_LOG_LINE@json.output@ \"test\": \"page_cycler.foo\"@@@", 806 "@@@STEP_LOG_LINE@json.output@ \"test\": \"page_cycler.foo\"@@@",
808 "@@@STEP_LOG_LINE@json.output@ }@@@", 807 "@@@STEP_LOG_LINE@json.output@ }@@@",
809 "@@@STEP_LOG_LINE@json.output@]@@@", 808 "@@@STEP_LOG_LINE@json.output@]@@@",
810 "@@@STEP_LOG_END@json.output@@@" 809 "@@@STEP_LOG_END@json.output@@@"
811 ] 810 ]
812 }, 811 },
813 { 812 {
814 "allow_subannotations": true, 813 "allow_subannotations": true,
815 "cmd": [ 814 "cmd": [
816 "python", 815 "python",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 }, 1035 },
1037 "name": "stack_tool_for_asan" 1036 "name": "stack_tool_for_asan"
1038 }, 1037 },
1039 { 1038 {
1040 "name": "$result", 1039 "name": "$result",
1041 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]", 1040 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]",
1042 "recipe_result": null, 1041 "recipe_result": null,
1043 "status_code": 1 1042 "status_code": 1
1044 } 1043 }
1045 ] 1044 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698