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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 "--target", | 200 "--target", |
201 "Debug", | 201 "Debug", |
202 "--platform", | 202 "--platform", |
203 "android-cronet" | 203 "android-cronet" |
204 ], | 204 ], |
205 "cwd": "[SLAVE_BUILD]", | 205 "cwd": "[SLAVE_BUILD]", |
206 "name": "sizes" | 206 "name": "sizes" |
207 }, | 207 }, |
208 { | 208 { |
209 "cmd": [ | 209 "cmd": [ |
210 "python", | |
211 "-u", | |
212 "[SLAVE_BUILD]/src/build/symlink.py", | |
213 "-f", | |
214 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
215 "~/adb" | |
216 ], | |
217 "cwd": "[SLAVE_BUILD]", | |
218 "name": "create adb symlink" | |
219 }, | |
220 { | |
221 "cmd": [ | |
222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
223 "--", | 211 "--", |
224 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 212 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
225 "[SLAVE_BUILD]/src/out/logcat" | 213 "[SLAVE_BUILD]/src/out/logcat" |
226 ], | 214 ], |
227 "cwd": "[SLAVE_BUILD]", | 215 "cwd": "[SLAVE_BUILD]", |
228 "env": { | 216 "env": { |
229 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 217 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
230 }, | 218 }, |
231 "name": "spawn_logcat_monitor" | 219 "name": "spawn_logcat_monitor" |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 587 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
600 "@@@STEP_LOG_END@python.inline@@@" | 588 "@@@STEP_LOG_END@python.inline@@@" |
601 ] | 589 ] |
602 }, | 590 }, |
603 { | 591 { |
604 "name": "$result", | 592 "name": "$result", |
605 "recipe_result": null, | 593 "recipe_result": null, |
606 "status_code": 0 | 594 "status_code": 0 |
607 } | 595 } |
608 ] | 596 ] |
OLD | NEW |