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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "[SLAVE_BUILD]/src/chrome/VERSION", | 196 "[SLAVE_BUILD]/src/chrome/VERSION", |
197 "/path/to/tmp/" | 197 "/path/to/tmp/" |
198 ], | 198 ], |
199 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
200 "name": "get version" | 200 "name": "get version" |
201 }, | 201 }, |
202 { | 202 { |
203 "cmd": [ | 203 "cmd": [ |
204 "python", | 204 "python", |
205 "-u", | 205 "-u", |
206 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 206 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
207 "--", | 207 "--", |
208 "[DEPOT_TOOLS]/gsutil.py", | 208 "[DEPOT_TOOLS]/gsutil.py", |
209 "--force-version", | 209 "--force-version", |
210 "4.7", | 210 "4.7", |
211 "----", | 211 "----", |
212 "cp", | 212 "cp", |
213 "gs://build-bucket/build_product.zip", | 213 "gs://build-bucket/build_product.zip", |
214 "[SLAVE_BUILD]/src/out/build_product.zip" | 214 "[SLAVE_BUILD]/src/out/build_product.zip" |
215 ], | 215 ], |
216 "cwd": "[SLAVE_BUILD]", | 216 "cwd": "[SLAVE_BUILD]", |
(...skipping 13 matching lines...) Expand all Loading... |
230 "[DEPOT_TOOLS]/git_number.py" | 230 "[DEPOT_TOOLS]/git_number.py" |
231 ], | 231 ], |
232 "cwd": "[SLAVE_BUILD]/src", | 232 "cwd": "[SLAVE_BUILD]/src", |
233 "name": "git_number", | 233 "name": "git_number", |
234 "stdout": "/path/to/tmp/" | 234 "stdout": "/path/to/tmp/" |
235 }, | 235 }, |
236 { | 236 { |
237 "cmd": [ | 237 "cmd": [ |
238 "python", | 238 "python", |
239 "-u", | 239 "-u", |
240 "RECIPE_MODULE[adb]/resources/list_devices.py", | 240 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
241 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 241 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
242 "/path/to/tmp/json" | 242 "/path/to/tmp/json" |
243 ], | 243 ], |
244 "cwd": "[SLAVE_BUILD]", | 244 "cwd": "[SLAVE_BUILD]", |
245 "name": "List adb devices", | 245 "name": "List adb devices", |
246 "~followup_annotations": [ | 246 "~followup_annotations": [ |
247 "@@@STEP_LOG_LINE@json.output@[@@@", | 247 "@@@STEP_LOG_LINE@json.output@[@@@", |
248 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
249 "@@@STEP_LOG_LINE@json.output@]@@@", | 249 "@@@STEP_LOG_LINE@json.output@]@@@", |
250 "@@@STEP_LOG_END@json.output@@@" | 250 "@@@STEP_LOG_END@json.output@@@" |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 628 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
629 }, | 629 }, |
630 "name": "stack_tool_for_asan" | 630 "name": "stack_tool_for_asan" |
631 }, | 631 }, |
632 { | 632 { |
633 "name": "$result", | 633 "name": "$result", |
634 "recipe_result": null, | 634 "recipe_result": null, |
635 "status_code": 0 | 635 "status_code": 0 |
636 } | 636 } |
637 ] | 637 ] |
OLD | NEW |