| 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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_s5_perf_cq", | 10 "android_s5_perf_cq", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 { | 194 { |
| 195 "cmd": [ | 195 "cmd": [ |
| 196 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 196 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 197 "--adb-path", | 197 "--adb-path", |
| 198 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 198 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 199 "--blacklist-file", | 199 "--blacklist-file", |
| 200 "[SLAVE_BUILD]/src/out/bad_devices.json", | 200 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 201 "--json-output", | 201 "--json-output", |
| 202 "/path/to/tmp/json", | 202 "/path/to/tmp/json", |
| 203 "--known-devices-file", | 203 "--known-devices-file", |
| 204 "[BUILD]/site_config/.known_devices" | 204 "[CACHE]/known_android_devices" |
| 205 ], | 205 ], |
| 206 "env": { | 206 "env": { |
| 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 208 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 208 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 209 }, | 209 }, |
| 210 "name": "device_status_check", | 210 "name": "device_status_check", |
| 211 "~followup_annotations": [ | 211 "~followup_annotations": [ |
| 212 "@@@STEP_TEXT@Online devices: 1@@@", | 212 "@@@STEP_TEXT@Online devices: 1@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@[@@@", | 213 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ {@@@", | 214 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 616 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 617 "@@@STEP_LOG_END@python.inline@@@" | 617 "@@@STEP_LOG_END@python.inline@@@" |
| 618 ] | 618 ] |
| 619 }, | 619 }, |
| 620 { | 620 { |
| 621 "name": "$result", | 621 "name": "$result", |
| 622 "recipe_result": null, | 622 "recipe_result": null, |
| 623 "status_code": 0 | 623 "status_code": 0 |
| 624 } | 624 } |
| 625 ] | 625 ] |
| OLD | NEW |