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_clang_dbg", | 10 "android_clang_dbg", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 ] | 139 ] |
140 }, | 140 }, |
141 { | 141 { |
142 "cmd": [ | 142 "cmd": [ |
143 "python", | 143 "python", |
144 "-u", | 144 "-u", |
145 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 145 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
146 "--show-path", | 146 "--show-path", |
147 "python", | 147 "python", |
148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 149 "--gsutil-py-path", |
| 150 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
149 "--ninja-path", | 151 "--ninja-path", |
150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 152 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
151 "--target", | 153 "--target", |
152 "Debug", | 154 "Debug", |
153 "--src-dir", | 155 "--src-dir", |
154 "[SLAVE_BUILD]/src", | 156 "[SLAVE_BUILD]/src", |
155 "--goma-cache-dir", | 157 "--goma-cache-dir", |
156 "[GOMA_CACHE]", | 158 "[GOMA_CACHE]", |
157 "--build-tool", | 159 "--build-tool", |
158 "ninja", | 160 "ninja", |
(...skipping 16 matching lines...) Expand all Loading... |
175 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
176 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
177 ] | 179 ] |
178 }, | 180 }, |
179 { | 181 { |
180 "name": "$result", | 182 "name": "$result", |
181 "recipe_result": null, | 183 "recipe_result": null, |
182 "status_code": 0 | 184 "status_code": 0 |
183 } | 185 } |
184 ] | 186 ] |
OLD | NEW |