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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/local_test.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: Rebase 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "gs://chromium-cronet/android/37.0.2021.0/Debug" 217 "gs://chromium-cronet/android/37.0.2021.0/Debug"
218 ], 218 ],
219 "cwd": "[SLAVE_BUILD]", 219 "cwd": "[SLAVE_BUILD]",
220 "name": "gsutil upload_cronet_package", 220 "name": "gsutil upload_cronet_package",
221 "~followup_annotations": [ 221 "~followup_annotations": [
222 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro net/android/37.0.2021.0/Debug@@@" 222 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro net/android/37.0.2021.0/Debug@@@"
223 ] 223 ]
224 }, 224 },
225 { 225 {
226 "cmd": [ 226 "cmd": [
227 "python",
228 "-u",
229 "[SLAVE_BUILD]/src/build/symlink.py",
230 "-f",
231 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
232 "~/adb"
233 ],
234 "cwd": "[SLAVE_BUILD]",
235 "name": "create adb symlink"
236 },
237 {
238 "cmd": [
227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
228 "--", 240 "--",
229 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 241 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
230 "[SLAVE_BUILD]/src/out/logcat" 242 "[SLAVE_BUILD]/src/out/logcat"
231 ], 243 ],
232 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
233 "env": { 245 "env": {
234 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 246 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
235 }, 247 },
236 "name": "spawn_logcat_monitor" 248 "name": "spawn_logcat_monitor"
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 616 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
605 "@@@STEP_LOG_END@python.inline@@@" 617 "@@@STEP_LOG_END@python.inline@@@"
606 ] 618 ]
607 }, 619 },
608 { 620 {
609 "name": "$result", 621 "name": "$result",
610 "recipe_result": null, 622 "recipe_result": null,
611 "status_code": 0 623 "status_code": 0
612 } 624 }
613 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698