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 "Release", | 201 "Release", |
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": [ |
210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
211 "--", | 223 "--", |
212 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 224 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
213 "[SLAVE_BUILD]/src/out/logcat" | 225 "[SLAVE_BUILD]/src/out/logcat" |
214 ], | 226 ], |
215 "cwd": "[SLAVE_BUILD]", | 227 "cwd": "[SLAVE_BUILD]", |
216 "env": { | 228 "env": { |
217 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 229 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
218 }, | 230 }, |
219 "name": "spawn_logcat_monitor" | 231 "name": "spawn_logcat_monitor" |
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 605 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
594 "@@@STEP_LOG_END@python.inline@@@" | 606 "@@@STEP_LOG_END@python.inline@@@" |
595 ] | 607 ] |
596 }, | 608 }, |
597 { | 609 { |
598 "name": "$result", | 610 "name": "$result", |
599 "recipe_result": null, | 611 "recipe_result": null, |
600 "status_code": 0 | 612 "status_code": 0 |
601 } | 613 } |
602 ] | 614 ] |
OLD | NEW |