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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/test_failure.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 "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": [
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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 693 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
682 "@@@STEP_LOG_END@python.inline@@@" 694 "@@@STEP_LOG_END@python.inline@@@"
683 ] 695 ]
684 }, 696 },
685 { 697 {
686 "name": "$result", 698 "name": "$result",
687 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 699 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
688 "status_code": 1 700 "status_code": 1
689 } 701 }
690 ] 702 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698