OLD | NEW |
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 "@@@STEP_LOG_END@json.output@@@" | 198 "@@@STEP_LOG_END@json.output@@@" |
199 ] | 199 ] |
200 }, | 200 }, |
201 { | 201 { |
202 "cmd": [ | 202 "cmd": [ |
203 "python", | 203 "python", |
204 "-u", | 204 "-u", |
205 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 205 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
206 "-t", | 206 "-t", |
207 "Release", | 207 "Release", |
| 208 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub", |
208 "--min-battery-level", | 209 "--min-battery-level", |
209 "95", | 210 "95", |
210 "--disable-network", | 211 "--disable-network", |
211 "--disable-java-debug" | 212 "--disable-java-debug" |
212 ], | 213 ], |
213 "env": { | 214 "env": { |
214 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 215 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
215 }, | 216 }, |
216 "name": "provision_devices", | 217 "name": "provision_devices", |
217 "~followup_annotations": [ | 218 "~followup_annotations": [ |
218 "step returned non-zero exit code: 1", | 219 "step returned non-zero exit code: 1", |
219 "@@@STEP_EXCEPTION@@@" | 220 "@@@STEP_EXCEPTION@@@" |
220 ] | 221 ] |
221 }, | 222 }, |
222 { | 223 { |
223 "name": "$final_result", | 224 "name": "$final_result", |
224 "reason": "Infra Failure: Step('provision_devices') returned 1", | 225 "reason": "Infra Failure: Step('provision_devices') returned 1", |
225 "status_code": 1 | 226 "status_code": 1 |
226 } | 227 } |
227 ] | 228 ] |
OLD | NEW |