| 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.android", | 8 "tryserver.chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_coverage", | 10 "android_coverage", |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 { | 512 { |
| 513 "cmd": [ | 513 "cmd": [ |
| 514 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 514 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 515 "--adb-path", | 515 "--adb-path", |
| 516 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 516 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 517 "--blacklist-file", | 517 "--blacklist-file", |
| 518 "[SLAVE_BUILD]/src/out/bad_devices.json", | 518 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 519 "--json-output", | 519 "--json-output", |
| 520 "/path/to/tmp/json", | 520 "/path/to/tmp/json", |
| 521 "--known-devices-file", | 521 "--known-devices-file", |
| 522 "[BUILD]/site_config/.known_devices" | 522 "[CACHE]/known_android_devices" |
| 523 ], | 523 ], |
| 524 "env": { | 524 "env": { |
| 525 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 525 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 526 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 526 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 527 }, | 527 }, |
| 528 "name": "device_status_check", | 528 "name": "device_status_check", |
| 529 "~followup_annotations": [ | 529 "~followup_annotations": [ |
| 530 "@@@STEP_TEXT@Online devices: 1@@@", | 530 "@@@STEP_TEXT@Online devices: 1@@@", |
| 531 "@@@STEP_LOG_LINE@json.output@[@@@", | 531 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 532 "@@@STEP_LOG_LINE@json.output@ {@@@", | 532 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1657 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1657 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1658 "@@@STEP_LOG_END@python.inline@@@" | 1658 "@@@STEP_LOG_END@python.inline@@@" |
| 1659 ] | 1659 ] |
| 1660 }, | 1660 }, |
| 1661 { | 1661 { |
| 1662 "name": "$result", | 1662 "name": "$result", |
| 1663 "recipe_result": null, | 1663 "recipe_result": null, |
| 1664 "status_code": 0 | 1664 "status_code": 0 |
| 1665 } | 1665 } |
| 1666 ] | 1666 ] |
| OLD | NEW |