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 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTLinux (dbg)", | 10 "ClangToTLinux (dbg)", |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 ] | 200 ] |
201 }, | 201 }, |
202 { | 202 { |
203 "cmd": [ | 203 "cmd": [ |
204 "python", | 204 "python", |
205 "-u", | 205 "-u", |
206 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 206 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
207 "--show-path", | 207 "--show-path", |
208 "python", | 208 "python", |
209 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 209 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 210 "--gsutil-py-path", |
| 211 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
210 "--ninja-path", | 212 "--ninja-path", |
211 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 213 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
212 "--target", | 214 "--target", |
213 "Debug", | 215 "Debug", |
214 "--src-dir", | 216 "--src-dir", |
215 "[SLAVE_BUILD]/src", | 217 "[SLAVE_BUILD]/src", |
216 "--goma-cache-dir", | 218 "--goma-cache-dir", |
217 "[GOMA_CACHE]", | 219 "[GOMA_CACHE]", |
218 "--build-tool", | 220 "--build-tool", |
219 "ninja", | 221 "ninja", |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 ], | 284 ], |
283 "cwd": "[SLAVE_BUILD]", | 285 "cwd": "[SLAVE_BUILD]", |
284 "name": "sizes" | 286 "name": "sizes" |
285 }, | 287 }, |
286 { | 288 { |
287 "name": "$result", | 289 "name": "$result", |
288 "recipe_result": null, | 290 "recipe_result": null, |
289 "status_code": 0 | 291 "status_code": 0 |
290 } | 292 } |
291 ] | 293 ] |
OLD | NEW |