Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json

Issue 1818083003: Create symlink to adb in home dir right before device setup. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Nit Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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": [
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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 599 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
588 "@@@STEP_LOG_END@python.inline@@@" 600 "@@@STEP_LOG_END@python.inline@@@"
589 ] 601 ]
590 }, 602 },
591 { 603 {
592 "name": "$result", 604 "name": "$result",
593 "recipe_result": null, 605 "recipe_result": null,
594 "status_code": 0 606 "status_code": 0
595 } 607 }
596 ] 608 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698