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

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: Rebased and added expectations. 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 "python",
166 "-u",
167 "[BUILD]/scripts/slave/android/authorize_adb_devices.py",
168 "--adb-path",
169 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
170 ],
171 "env": {
172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
173 },
174 "name": "authorize_adb_devices"
175 },
176 {
177 "cmd": [
165 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 178 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
166 "--json-output", 179 "--json-output",
167 "/path/to/tmp/json" 180 "/path/to/tmp/json"
168 ], 181 ],
169 "env": { 182 "env": {
170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
171 }, 184 },
172 "name": "device_status_check", 185 "name": "device_status_check",
173 "~followup_annotations": [ 186 "~followup_annotations": [
174 "@@@STEP_TEXT@Online devices: 1@@@", 187 "@@@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", 231 "step returned non-zero exit code: 1",
219 "@@@STEP_EXCEPTION@@@" 232 "@@@STEP_EXCEPTION@@@"
220 ] 233 ]
221 }, 234 },
222 { 235 {
223 "name": "$final_result", 236 "name": "$final_result",
224 "reason": "Infra Failure: Step('provision_devices') returned 1", 237 "reason": "Infra Failure: Step('provision_devices') returned 1",
225 "status_code": 1 238 "status_code": 1
226 } 239 }
227 ] 240 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698