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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/provision_devices.json

Issue 1821973002: Revert of 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: 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 "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...) Expand 10 before | Expand all | Expand 10 after
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": [
205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
206 "--", 194 "--",
207 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 195 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
208 "[SLAVE_BUILD]/src/out/logcat" 196 "[SLAVE_BUILD]/src/out/logcat"
209 ], 197 ],
210 "cwd": "[SLAVE_BUILD]", 198 "cwd": "[SLAVE_BUILD]",
211 "env": { 199 "env": {
212 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 200 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
213 }, 201 },
214 "name": "spawn_logcat_monitor" 202 "name": "spawn_logcat_monitor"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "step returned non-zero exit code: 1", 353 "step returned non-zero exit code: 1",
366 "@@@STEP_EXCEPTION@@@" 354 "@@@STEP_EXCEPTION@@@"
367 ] 355 ]
368 }, 356 },
369 { 357 {
370 "name": "$result", 358 "name": "$result",
371 "reason": "Infra Failure: Step('provision_devices') returned 1", 359 "reason": "Infra Failure: Step('provision_devices') returned 1",
372 "status_code": 1 360 "status_code": 1
373 } 361 }
374 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698