| 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_n6", | 10 "android_n6", |
| (...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": [ |
| 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 170 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 159 "--", | 171 "--", |
| 160 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 172 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 161 "[SLAVE_BUILD]/src/out/logcat" | 173 "[SLAVE_BUILD]/src/out/logcat" |
| 162 ], | 174 ], |
| 163 "cwd": "[SLAVE_BUILD]", | 175 "cwd": "[SLAVE_BUILD]", |
| 164 "env": { | 176 "env": { |
| 165 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 166 }, | 178 }, |
| 167 "name": "spawn_logcat_monitor" | 179 "name": "spawn_logcat_monitor" |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 749 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 738 "@@@STEP_LOG_END@python.inline@@@" | 750 "@@@STEP_LOG_END@python.inline@@@" |
| 739 ] | 751 ] |
| 740 }, | 752 }, |
| 741 { | 753 { |
| 742 "name": "$result", | 754 "name": "$result", |
| 743 "recipe_result": null, | 755 "recipe_result": null, |
| 744 "status_code": 0 | 756 "status_code": 0 |
| 745 } | 757 } |
| 746 ] | 758 ] |
| OLD | NEW |