| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_rel", | 10 "android_rel", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "~followup_annotations": [ | 136 "~followup_annotations": [ |
| 137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 138 "@@@STEP_LOG_END@json.output (invalid)@@@" | 138 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 139 ] | 139 ] |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [ | 142 "cmd": [ |
| 143 "[BUILD]/scripts/slave/daemonizer.py", | 143 "[BUILD]/scripts/slave/daemonizer.py", |
| 144 "--", | 144 "--", |
| 145 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 145 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 146 "[SLAVE_BUILD]/src/out/logcat_dir" | 146 "[SLAVE_BUILD]/src/out/logcat" |
| 147 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| 149 "env": { | 149 "env": { |
| 150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 151 }, | 151 }, |
| 152 "name": "spawn_logcat_monitor" | 152 "name": "spawn_logcat_monitor" |
| 153 }, | 153 }, |
| 154 { | 154 { |
| 155 "cmd": [ | 155 "cmd": [ |
| 156 "python", | 156 "python", |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 "name": "shutdown_device_monitor" | 640 "name": "shutdown_device_monitor" |
| 641 }, | 641 }, |
| 642 { | 642 { |
| 643 "cmd": [ | 643 "cmd": [ |
| 644 "python", | 644 "python", |
| 645 "-u", | 645 "-u", |
| 646 "[BUILD]/scripts/slave/tee.py", | 646 "[BUILD]/scripts/slave/tee.py", |
| 647 "[SLAVE_BUILD]/src/out/Release/full_log", | 647 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 648 "--", | 648 "--", |
| 649 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 649 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 650 "[SLAVE_BUILD]/src/out/logcat_dir" | 650 "[SLAVE_BUILD]/src/out/logcat" |
| 651 ], | 651 ], |
| 652 "cwd": "[SLAVE_BUILD]", | 652 "cwd": "[SLAVE_BUILD]", |
| 653 "name": "logcat_dump" | 653 "name": "logcat_dump" |
| 654 }, | 654 }, |
| 655 { | 655 { |
| 656 "cmd": [ | 656 "cmd": [ |
| 657 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 657 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 658 "--arch", | 658 "--arch", |
| 659 "arm", | 659 "arm", |
| 660 "--more-info", | 660 "--more-info", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 699 "@@@STEP_LOG_END@python.inline@@@" | 699 "@@@STEP_LOG_END@python.inline@@@" |
| 700 ] | 700 ] |
| 701 }, | 701 }, |
| 702 { | 702 { |
| 703 "name": "$result", | 703 "name": "$result", |
| 704 "recipe_result": null, | 704 "recipe_result": null, |
| 705 "status_code": 0 | 705 "status_code": 0 |
| 706 } | 706 } |
| 707 ] | 707 ] |
| OLD | NEW |