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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 }, | 242 }, |
243 { | 243 { |
244 "cmd": [ | 244 "cmd": [ |
245 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 245 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
246 "--blacklist-file", | 246 "--blacklist-file", |
247 "[SLAVE_BUILD]/src/out/bad_devices.json", | 247 "[SLAVE_BUILD]/src/out/bad_devices.json", |
248 "--known-devices-file", | 248 "--known-devices-file", |
249 "[HOME]/.android/known_devices.json", | 249 "[HOME]/.android/known_devices.json", |
250 "--adb-path", | 250 "--adb-path", |
251 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 251 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
252 "-v" | 252 "-v", |
| 253 "--enable-usb-reset" |
253 ], | 254 ], |
254 "env": { | 255 "env": { |
255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
256 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 257 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
257 }, | 258 }, |
258 "name": "device_recovery" | 259 "name": "device_recovery" |
259 }, | 260 }, |
260 { | 261 { |
261 "cmd": [ | 262 "cmd": [ |
262 "python", | 263 "python", |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
855 "@@@STEP_LOG_END@python.inline@@@" | 856 "@@@STEP_LOG_END@python.inline@@@" |
856 ] | 857 ] |
857 }, | 858 }, |
858 { | 859 { |
859 "name": "$result", | 860 "name": "$result", |
860 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 861 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
861 "recipe_result": null, | 862 "recipe_result": null, |
862 "status_code": 1 | 863 "status_code": 1 |
863 } | 864 } |
864 ] | 865 ] |
OLD | NEW |