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

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

Issue 979013002: Add authorize_adb_keys step that will add host key to device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fixed nits, replaced optparse, renamed to --adb-path. Created 5 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf", 10 "Android Nexus5 Perf",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 155 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
156 "[SLAVE_BUILD]/src/out/logcat" 156 "[SLAVE_BUILD]/src/out/logcat"
157 ], 157 ],
158 "env": { 158 "env": {
159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
160 }, 160 },
161 "name": "spawn_logcat_monitor" 161 "name": "spawn_logcat_monitor"
162 }, 162 },
163 { 163 {
164 "cmd": [ 164 "cmd": [
165 "[BUILD]/scripts/slave/android/authorize_adb_devices",
166 "--adb",
167 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
168 ],
169 "env": {
170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
171 },
172 "name": "authorize_adb_devices"
173 },
174 {
175 "cmd": [
165 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 176 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
166 "--json-output", 177 "--json-output",
167 "/path/to/tmp/json" 178 "/path/to/tmp/json"
168 ], 179 ],
169 "env": { 180 "env": {
170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
171 }, 182 },
172 "name": "device_status_check", 183 "name": "device_status_check",
173 "~followup_annotations": [ 184 "~followup_annotations": [
174 "@@@STEP_TEXT@Online devices: 1@@@", 185 "@@@STEP_TEXT@Online devices: 1@@@",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "step returned non-zero exit code: 1", 229 "step returned non-zero exit code: 1",
219 "@@@STEP_EXCEPTION@@@" 230 "@@@STEP_EXCEPTION@@@"
220 ] 231 ]
221 }, 232 },
222 { 233 {
223 "name": "$final_result", 234 "name": "$final_result",
224 "reason": "Infra Failure: Step('provision_devices') returned 1", 235 "reason": "Infra Failure: Step('provision_devices') returned 1",
225 "status_code": 1 236 "status_code": 1
226 } 237 }
227 ] 238 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698