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 30 matching lines...) Expand all Loading... |
247 "cwd": "[SLAVE_BUILD]", | 247 "cwd": "[SLAVE_BUILD]", |
248 "env": { | 248 "env": { |
249 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 249 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
250 }, | 250 }, |
251 "name": "install Chrome.apk" | 251 "name": "install Chrome.apk" |
252 }, | 252 }, |
253 { | 253 { |
254 "cmd": [ | 254 "cmd": [ |
255 "python", | 255 "python", |
256 "-u", | 256 "-u", |
257 "RECIPE_MODULE[adb]/resources/list_devices.py", | 257 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
258 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 258 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
259 "/path/to/tmp/json" | 259 "/path/to/tmp/json" |
260 ], | 260 ], |
261 "cwd": "[SLAVE_BUILD]", | 261 "cwd": "[SLAVE_BUILD]", |
262 "name": "List adb devices", | 262 "name": "List adb devices", |
263 "~followup_annotations": [ | 263 "~followup_annotations": [ |
264 "@@@STEP_LOG_LINE@json.output@[@@@", | 264 "@@@STEP_LOG_LINE@json.output@[@@@", |
265 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
266 "@@@STEP_LOG_LINE@json.output@]@@@", | 266 "@@@STEP_LOG_LINE@json.output@]@@@", |
267 "@@@STEP_LOG_END@json.output@@@" | 267 "@@@STEP_LOG_END@json.output@@@" |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 727 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
728 }, | 728 }, |
729 "name": "stack_tool_for_asan" | 729 "name": "stack_tool_for_asan" |
730 }, | 730 }, |
731 { | 731 { |
732 "name": "$result", | 732 "name": "$result", |
733 "recipe_result": null, | 733 "recipe_result": null, |
734 "status_code": 0 | 734 "status_code": 0 |
735 } | 735 } |
736 ] | 736 ] |
OLD | NEW |