Chromium Code Reviews

Side by Side Diff: scripts/slave/recipes/android/perf.expected/provision_devices.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.
Jump to:
View unified diff |
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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 172 matching lines...)
183 "cmd": [ 183 "cmd": [
184 "unzip", 184 "unzip",
185 "-o", 185 "-o",
186 "[SLAVE_BUILD]/src/out/build_product.zip" 186 "[SLAVE_BUILD]/src/out/build_product.zip"
187 ], 187 ],
188 "cwd": "[SLAVE_BUILD]/src", 188 "cwd": "[SLAVE_BUILD]/src",
189 "name": "unzip_build_product" 189 "name": "unzip_build_product"
190 }, 190 },
191 { 191 {
192 "cmd": [ 192 "cmd": [
193 "python",
194 "-u",
195 "[SLAVE_BUILD]/src/build/symlink.py",
196 "-f",
197 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
198 "~/adb"
199 ],
200 "cwd": "[SLAVE_BUILD]",
201 "name": "create adb symlink"
202 },
203 {
204 "cmd": [
193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
194 "--", 206 "--",
195 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 207 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
196 "[SLAVE_BUILD]/src/out/logcat" 208 "[SLAVE_BUILD]/src/out/logcat"
197 ], 209 ],
198 "cwd": "[SLAVE_BUILD]", 210 "cwd": "[SLAVE_BUILD]",
199 "env": { 211 "env": {
200 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 212 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
201 }, 213 },
202 "name": "spawn_logcat_monitor" 214 "name": "spawn_logcat_monitor"
(...skipping 150 matching lines...)
353 "step returned non-zero exit code: 1", 365 "step returned non-zero exit code: 1",
354 "@@@STEP_EXCEPTION@@@" 366 "@@@STEP_EXCEPTION@@@"
355 ] 367 ]
356 }, 368 },
357 { 369 {
358 "name": "$result", 370 "name": "$result",
359 "reason": "Infra Failure: Step('provision_devices') returned 1", 371 "reason": "Infra Failure: Step('provision_devices') returned 1",
360 "status_code": 1 372 "status_code": 1
361 } 373 }
362 ] 374 ]
OLDNEW

Powered by Google App Engine