| 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 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "[DEPOT_TOOLS]/git_number.py" | 242 "[DEPOT_TOOLS]/git_number.py" |
| 243 ], | 243 ], |
| 244 "cwd": "[SLAVE_BUILD]/src", | 244 "cwd": "[SLAVE_BUILD]/src", |
| 245 "name": "git_number", | 245 "name": "git_number", |
| 246 "stdout": "/path/to/tmp/" | 246 "stdout": "/path/to/tmp/" |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 "cmd": [ | 249 "cmd": [ |
| 250 "python", | 250 "python", |
| 251 "-u", | 251 "-u", |
| 252 "RECIPE_MODULE[adb]/resources/list_devices.py", | 252 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
| 253 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 253 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 254 "/path/to/tmp/json" | 254 "/path/to/tmp/json" |
| 255 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]", | 256 "cwd": "[SLAVE_BUILD]", |
| 257 "name": "List adb devices", | 257 "name": "List adb devices", |
| 258 "~followup_annotations": [ | 258 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@json.output@[@@@", | 259 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@]@@@", | 261 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 262 "@@@STEP_LOG_END@json.output@@@" | 262 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 723 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 724 }, | 724 }, |
| 725 "name": "stack_tool_for_asan" | 725 "name": "stack_tool_for_asan" |
| 726 }, | 726 }, |
| 727 { | 727 { |
| 728 "name": "$result", | 728 "name": "$result", |
| 729 "recipe_result": null, | 729 "recipe_result": null, |
| 730 "status_code": 0 | 730 "status_code": 0 |
| 731 } | 731 } |
| 732 ] | 732 ] |
| OLD | NEW |