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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_tester.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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 169 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
170 }, 170 },
171 "name": "compile", 171 "name": "compile",
172 "~followup_annotations": [ 172 "~followup_annotations": [
173 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 173 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
174 "@@@STEP_LOG_END@json.output (invalid)@@@" 174 "@@@STEP_LOG_END@json.output (invalid)@@@"
175 ] 175 ]
176 }, 176 },
177 { 177 {
178 "cmd": [ 178 "cmd": [
179 "python",
180 "-u",
181 "[SLAVE_BUILD]/src/build/symlink.py",
182 "-f",
183 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
184 "~/adb"
185 ],
186 "cwd": "[SLAVE_BUILD]",
187 "name": "create adb symlink"
188 },
189 {
190 "cmd": [
179 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
180 "--", 192 "--",
181 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 193 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
182 "[SLAVE_BUILD]/src/out/logcat" 194 "[SLAVE_BUILD]/src/out/logcat"
183 ], 195 ],
184 "cwd": "[SLAVE_BUILD]", 196 "cwd": "[SLAVE_BUILD]",
185 "env": { 197 "env": {
186 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 198 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
187 }, 199 },
188 "name": "spawn_logcat_monitor" 200 "name": "spawn_logcat_monitor"
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 568 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
557 "@@@STEP_LOG_END@python.inline@@@" 569 "@@@STEP_LOG_END@python.inline@@@"
558 ] 570 ]
559 }, 571 },
560 { 572 {
561 "name": "$result", 573 "name": "$result",
562 "recipe_result": null, 574 "recipe_result": null,
563 "status_code": 0 575 "status_code": 0
564 } 576 }
565 ] 577 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698