| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests", | 10 "Android Tests", |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 { | 415 { |
| 416 "cmd": [ | 416 "cmd": [ |
| 417 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 417 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 418 "--adb-path", | 418 "--adb-path", |
| 419 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 419 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 420 "--blacklist-file", | 420 "--blacklist-file", |
| 421 "[SLAVE_BUILD]/src/out/bad_devices.json", | 421 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 422 "--json-output", | 422 "--json-output", |
| 423 "/path/to/tmp/json", | 423 "/path/to/tmp/json", |
| 424 "--known-devices-file", | 424 "--known-devices-file", |
| 425 "[BUILD]/site_config/.known_devices" | 425 "[CACHE]/known_android_devices" |
| 426 ], | 426 ], |
| 427 "env": { | 427 "env": { |
| 428 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 428 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 429 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 429 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 430 }, | 430 }, |
| 431 "name": "device_status_check", | 431 "name": "device_status_check", |
| 432 "~followup_annotations": [ | 432 "~followup_annotations": [ |
| 433 "@@@STEP_TEXT@Online devices: 1@@@", | 433 "@@@STEP_TEXT@Online devices: 1@@@", |
| 434 "@@@STEP_LOG_LINE@json.output@[@@@", | 434 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 435 "@@@STEP_LOG_LINE@json.output@ {@@@", | 435 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 737 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 738 "@@@STEP_LOG_END@python.inline@@@" | 738 "@@@STEP_LOG_END@python.inline@@@" |
| 739 ] | 739 ] |
| 740 }, | 740 }, |
| 741 { | 741 { |
| 742 "name": "$result", | 742 "name": "$result", |
| 743 "reason": "1 tests failed: ['blimp_test_apk']", | 743 "reason": "1 tests failed: ['blimp_test_apk']", |
| 744 "status_code": 1 | 744 "status_code": 1 |
| 745 } | 745 } |
| 746 ] | 746 ] |
| OLD | NEW |