| 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 "@@@STEP_LOG_END@python.inline@@@" | 823 "@@@STEP_LOG_END@python.inline@@@" |
| 823 ] | 824 ] |
| 824 }, | 825 }, |
| 825 { | 826 { |
| 826 "name": "$result", | 827 "name": "$result", |
| 827 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 828 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
| 828 "recipe_result": null, | 829 "recipe_result": null, |
| 829 "status_code": 1 | 830 "status_code": 1 |
| 830 } | 831 } |
| 831 ] | 832 ] |
| OLD | NEW |