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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 829 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
829 "@@@STEP_LOG_END@python.inline@@@" | 830 "@@@STEP_LOG_END@python.inline@@@" |
830 ] | 831 ] |
831 }, | 832 }, |
832 { | 833 { |
833 "name": "$result", | 834 "name": "$result", |
834 "recipe_result": null, | 835 "recipe_result": null, |
835 "status_code": 0 | 836 "status_code": 0 |
836 } | 837 } |
837 ] | 838 ] |
OLD | NEW |