| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 1040 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
| 1042 "recipe_result": null, | 1041 "recipe_result": null, |
| 1043 "status_code": 1 | 1042 "status_code": 1 |
| 1044 } | 1043 } |
| 1045 ] | 1044 ] |
| OLD | NEW |