| Index: scripts/slave/recipes/mojo.expected/mojo_android_builder_tests_dbg_fail_device_check.json
|
| diff --git a/scripts/slave/recipes/mojo.expected/mojo_android_builder_tests_dbg_fail_device_check.json b/scripts/slave/recipes/mojo.expected/mojo_android_builder_tests_dbg_fail_device_check.json
|
| index 2b88e7dceea41fbbe3ca64fb9aa877e9232af960..d203396e1dd3b3ad14ce788d47f6821540b7ca9c 100644
|
| --- a/scripts/slave/recipes/mojo.expected/mojo_android_builder_tests_dbg_fail_device_check.json
|
| +++ b/scripts/slave/recipes/mojo.expected/mojo_android_builder_tests_dbg_fail_device_check.json
|
| @@ -98,38 +98,16 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_recovery.py",
|
| - "--known-devices-file",
|
| - "[HOME]/.android/known_devices.json",
|
| - "--adb-path",
|
| - "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
|
| - "-v"
|
| - ],
|
| - "name": "device_recovery"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/build/android/provision_devices.py"
|
| - ],
|
| - "name": "provision_device"
|
| - },
|
| - {
|
| - "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_status.py",
|
| + "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
|
| "--json-output",
|
| "/path/to/tmp/json",
|
| + "--restart-usb",
|
| "--known-devices-file",
|
| - "[HOME]/.android/known_devices.json",
|
| - "--buildbot-path",
|
| - "/home/chrome-bot/.adb_device_info",
|
| - "-v",
|
| - "--overwrite-known-devices-files"
|
| + "[BUILD]/site_config/.known_devices"
|
| ],
|
| - "name": "device_status",
|
| + "name": "device_status_check",
|
| "~followup_annotations": [
|
| "step returned non-zero exit code: 1",
|
| "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
|
| @@ -140,7 +118,7 @@
|
| },
|
| {
|
| "name": "$result",
|
| - "reason": "Infra Failure: Step('device_status') returned 1",
|
| + "reason": "Infra Failure: Step('device_status_check') returned 1",
|
| "recipe_result": null,
|
| "status_code": 1
|
| }
|
|
|