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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5X_perf_bisect.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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "android_nexus5X_perf_bisect", 10 "android_nexus5X_perf_bisect",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "cwd": "[SLAVE_BUILD]/src", 140 "cwd": "[SLAVE_BUILD]/src",
141 "name": "git diff to analyze patch", 141 "name": "git diff to analyze patch",
142 "stdout": "/path/to/tmp/", 142 "stdout": "/path/to/tmp/",
143 "~followup_annotations": [ 143 "~followup_annotations": [
144 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", 144 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@",
145 "@@@STEP_LOG_END@files@@@" 145 "@@@STEP_LOG_END@files@@@"
146 ] 146 ]
147 }, 147 },
148 { 148 {
149 "cmd": [ 149 "cmd": [
150 "python",
151 "-u",
152 "[SLAVE_BUILD]/src/build/symlink.py",
153 "-f",
154 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
155 "~/adb"
156 ],
157 "cwd": "[SLAVE_BUILD]",
158 "name": "create adb symlink"
159 },
160 {
161 "cmd": [
150 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
151 "--", 163 "--",
152 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 164 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
153 "[SLAVE_BUILD]/src/out/logcat" 165 "[SLAVE_BUILD]/src/out/logcat"
154 ], 166 ],
155 "cwd": "[SLAVE_BUILD]", 167 "cwd": "[SLAVE_BUILD]",
156 "env": { 168 "env": {
157 "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"
158 }, 170 },
159 "name": "spawn_logcat_monitor" 171 "name": "spawn_logcat_monitor"
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 494 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
483 "@@@STEP_LOG_END@python.inline@@@" 495 "@@@STEP_LOG_END@python.inline@@@"
484 ] 496 ]
485 }, 497 },
486 { 498 {
487 "name": "$result", 499 "name": "$result",
488 "recipe_result": null, 500 "recipe_result": null,
489 "status_code": 0 501 "status_code": 0
490 } 502 }
491 ] 503 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698