| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_rel", | 10 "android_rel", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 148 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 149 }, | 149 }, |
| 150 "name": "compile", | 150 "name": "compile", |
| 151 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 153 "@@@STEP_LOG_END@json.output (invalid)@@@" | 153 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 154 ] | 154 ] |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "python", | |
| 159 "-u", | |
| 160 "[SLAVE_BUILD]/src/build/symlink.py", | |
| 161 "-f", | |
| 162 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 163 "~/adb" | |
| 164 ], | |
| 165 "cwd": "[SLAVE_BUILD]", | |
| 166 "name": "create adb symlink" | |
| 167 }, | |
| 168 { | |
| 169 "cmd": [ | |
| 170 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 171 "--", | 159 "--", |
| 172 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 160 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 173 "[SLAVE_BUILD]/src/out/logcat" | 161 "[SLAVE_BUILD]/src/out/logcat" |
| 174 ], | 162 ], |
| 175 "cwd": "[SLAVE_BUILD]", | 163 "cwd": "[SLAVE_BUILD]", |
| 176 "env": { | 164 "env": { |
| 177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 165 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 178 }, | 166 }, |
| 179 "name": "spawn_logcat_monitor" | 167 "name": "spawn_logcat_monitor" |
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 753 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 766 "@@@STEP_LOG_END@python.inline@@@" | 754 "@@@STEP_LOG_END@python.inline@@@" |
| 767 ] | 755 ] |
| 768 }, | 756 }, |
| 769 { | 757 { |
| 770 "name": "$result", | 758 "name": "$result", |
| 771 "recipe_result": null, | 759 "recipe_result": null, |
| 772 "status_code": 0 | 760 "status_code": 0 |
| 773 } | 761 } |
| 774 ] | 762 ] |
| OLD | NEW |