| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1052 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1054 }, | 1053 }, |
| 1055 "name": "stack_tool_for_asan" | 1054 "name": "stack_tool_for_asan" |
| 1056 }, | 1055 }, |
| 1057 { | 1056 { |
| 1058 "name": "$result", | 1057 "name": "$result", |
| 1059 "recipe_result": null, | 1058 "recipe_result": null, |
| 1060 "status_code": 0 | 1059 "status_code": 0 |
| 1061 } | 1060 } |
| 1062 ] | 1061 ] |
| OLD | NEW |