| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 { | 234 { |
| 235 "cmd": [ | 235 "cmd": [ |
| 236 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 236 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 237 "--adb-path", | 237 "--adb-path", |
| 238 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 238 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 239 "--blacklist-file", | 239 "--blacklist-file", |
| 240 "[SLAVE_BUILD]/src/out/bad_devices.json", | 240 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 241 "--json-output", | 241 "--json-output", |
| 242 "/path/to/tmp/json", | 242 "/path/to/tmp/json", |
| 243 "--known-devices-file", | 243 "--known-devices-file", |
| 244 "[BUILD]/site_config/.known_devices" | 244 "[CACHE]/known_android_devices" |
| 245 ], | 245 ], |
| 246 "env": { | 246 "env": { |
| 247 "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", |
| 248 "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" |
| 249 }, | 249 }, |
| 250 "name": "device_status_check", | 250 "name": "device_status_check", |
| 251 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 252 "@@@STEP_TEXT@Online devices: 1@@@", | 252 "@@@STEP_TEXT@Online devices: 1@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@[@@@", | 253 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 725 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 726 "@@@STEP_LOG_END@python.inline@@@" | 726 "@@@STEP_LOG_END@python.inline@@@" |
| 727 ] | 727 ] |
| 728 }, | 728 }, |
| 729 { | 729 { |
| 730 "name": "$result", | 730 "name": "$result", |
| 731 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 731 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
| 732 "status_code": 1 | 732 "status_code": 1 |
| 733 } | 733 } |
| 734 ] | 734 ] |
| OLD | NEW |