| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "adb", | 4 "adb", |
| 5 "reboot" | |
| 6 ], | |
| 7 "cwd": "[SLAVE_BUILD]/skia", | |
| 8 "name": "reboot" | |
| 9 }, | |
| 10 { | |
| 11 "cmd": [ | |
| 12 "adb", | |
| 13 "wait-for-usb-device" | |
| 14 ], | |
| 15 "cwd": "[SLAVE_BUILD]/skia", | |
| 16 "name": "wait for device" | |
| 17 }, | |
| 18 { | |
| 19 "cmd": [ | |
| 20 "adb", | |
| 21 "shell", | 5 "shell", |
| 22 "mkdir", | 6 "mkdir", |
| 23 "-p", | 7 "-p", |
| 24 "/data/local/tmp/resources" | 8 "/data/local/tmp/resources" |
| 25 ], | 9 ], |
| 26 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| 27 "name": "mkdir /data/local/tmp/resources" | 11 "name": "mkdir /data/local/tmp/resources" |
| 28 }, | 12 }, |
| 29 { | 13 { |
| 30 "cmd": [ | 14 "cmd": [ |
| (...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 ], | 572 ], |
| 589 "cwd": "[SLAVE_BUILD]/skia", | 573 "cwd": "[SLAVE_BUILD]/skia", |
| 590 "name": "pull /data/local/tmp/dm_out [CUSTOM_[SWARM_OUT_DIR]]/dm" | 574 "name": "pull /data/local/tmp/dm_out [CUSTOM_[SWARM_OUT_DIR]]/dm" |
| 591 }, | 575 }, |
| 592 { | 576 { |
| 593 "cmd": [ | 577 "cmd": [ |
| 594 "adb", | 578 "adb", |
| 595 "reboot" | 579 "reboot" |
| 596 ], | 580 ], |
| 597 "cwd": "[SLAVE_BUILD]/skia", | 581 "cwd": "[SLAVE_BUILD]/skia", |
| 598 "name": "TEMPORARY reboot" | 582 "name": "reboot" |
| 599 }, | 583 }, |
| 600 { | 584 { |
| 601 "cmd": [ | 585 "cmd": [ |
| 602 "adb", | 586 "adb", |
| 603 "kill-server" | 587 "kill-server" |
| 604 ], | 588 ], |
| 605 "cwd": "[SLAVE_BUILD]/skia", | 589 "cwd": "[SLAVE_BUILD]/skia", |
| 606 "name": "kill adb server" | 590 "name": "kill adb server" |
| 607 }, | 591 }, |
| 608 { | 592 { |
| 609 "name": "$result", | 593 "name": "$result", |
| 610 "recipe_result": null, | 594 "recipe_result": null, |
| 611 "status_code": 0 | 595 "status_code": 0 |
| 612 } | 596 } |
| 613 ] | 597 ] |
| OLD | NEW |