| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Android (Nexus4)", | 10 "WebKit Android (Nexus4)", |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 { | 394 { |
| 395 "cmd": [ | 395 "cmd": [ |
| 396 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 396 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 397 "--adb-path", | 397 "--adb-path", |
| 398 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 398 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 399 "--blacklist-file", | 399 "--blacklist-file", |
| 400 "[SLAVE_BUILD]/src/out/bad_devices.json", | 400 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 401 "--json-output", | 401 "--json-output", |
| 402 "/path/to/tmp/json", | 402 "/path/to/tmp/json", |
| 403 "--known-devices-file", | 403 "--known-devices-file", |
| 404 "[BUILD]/site_config/.known_devices" | 404 "[CACHE]/known_android_devices" |
| 405 ], | 405 ], |
| 406 "env": { | 406 "env": { |
| 407 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 407 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 408 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 408 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 409 }, | 409 }, |
| 410 "name": "device_status_check", | 410 "name": "device_status_check", |
| 411 "~followup_annotations": [ | 411 "~followup_annotations": [ |
| 412 "@@@STEP_TEXT@Online devices: 1@@@", | 412 "@@@STEP_TEXT@Online devices: 1@@@", |
| 413 "@@@STEP_LOG_LINE@json.output@[@@@", | 413 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ {@@@", | 414 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 782 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 783 "@@@STEP_LOG_END@python.inline@@@" | 783 "@@@STEP_LOG_END@python.inline@@@" |
| 784 ] | 784 ] |
| 785 }, | 785 }, |
| 786 { | 786 { |
| 787 "name": "$result", | 787 "name": "$result", |
| 788 "recipe_result": null, | 788 "recipe_result": null, |
| 789 "status_code": 0 | 789 "status_code": 0 |
| 790 } | 790 } |
| 791 ] | 791 ] |
| OLD | NEW |