OLD | NEW |
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 }, | 233 }, |
234 { | 234 { |
235 "cmd": [ | 235 "cmd": [ |
236 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 236 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
237 "--blacklist-file", | 237 "--blacklist-file", |
238 "[SLAVE_BUILD]/src/out/bad_devices.json", | 238 "[SLAVE_BUILD]/src/out/bad_devices.json", |
239 "--known-devices-file", | 239 "--known-devices-file", |
240 "[HOME]/.android/known_devices.json", | 240 "[HOME]/.android/known_devices.json", |
241 "--adb-path", | 241 "--adb-path", |
242 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 242 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
243 "-v" | 243 "-v", |
| 244 "--enable-usb-reset" |
244 ], | 245 ], |
245 "env": { | 246 "env": { |
246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
247 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
248 }, | 249 }, |
249 "name": "device_recovery" | 250 "name": "device_recovery" |
250 }, | 251 }, |
251 { | 252 { |
252 "cmd": [ | 253 "cmd": [ |
253 "python", | 254 "python", |
(...skipping 24 matching lines...) Expand all Loading... |
278 "@@@STEP_EXCEPTION@@@" | 279 "@@@STEP_EXCEPTION@@@" |
279 ] | 280 ] |
280 }, | 281 }, |
281 { | 282 { |
282 "name": "$result", | 283 "name": "$result", |
283 "reason": "Infra Failure: Step('provision_devices') returned 1", | 284 "reason": "Infra Failure: Step('provision_devices') returned 1", |
284 "recipe_result": null, | 285 "recipe_result": null, |
285 "status_code": 1 | 286 "status_code": 1 |
286 } | 287 } |
287 ] | 288 ] |
OLD | NEW |