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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_rel", 10 "android_rel",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 148 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
149 }, 149 },
150 "name": "compile", 150 "name": "compile",
151 "~followup_annotations": [ 151 "~followup_annotations": [
152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
153 "@@@STEP_LOG_END@json.output (invalid)@@@" 153 "@@@STEP_LOG_END@json.output (invalid)@@@"
154 ] 154 ]
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "python",
159 "-u",
160 "[SLAVE_BUILD]/src/build/symlink.py",
161 "-f",
162 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
163 "~/adb"
164 ],
165 "cwd": "[SLAVE_BUILD]",
166 "name": "create adb symlink"
167 },
168 {
169 "cmd": [
158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 170 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
159 "--", 171 "--",
160 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 172 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
161 "[SLAVE_BUILD]/src/out/logcat" 173 "[SLAVE_BUILD]/src/out/logcat"
162 ], 174 ],
163 "cwd": "[SLAVE_BUILD]", 175 "cwd": "[SLAVE_BUILD]",
164 "env": { 176 "env": {
165 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
166 }, 178 },
167 "name": "spawn_logcat_monitor" 179 "name": "spawn_logcat_monitor"
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 765 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
754 "@@@STEP_LOG_END@python.inline@@@" 766 "@@@STEP_LOG_END@python.inline@@@"
755 ] 767 ]
756 }, 768 },
757 { 769 {
758 "name": "$result", 770 "name": "$result",
759 "recipe_result": null, 771 "recipe_result": null,
760 "status_code": 0 772 "status_code": 0
761 } 773 }
762 ] 774 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698