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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Cast Linux", | 10 "Cast Linux", |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 ] | 276 ] |
277 }, | 277 }, |
278 { | 278 { |
279 "cmd": [ | 279 "cmd": [ |
280 "python", | 280 "python", |
281 "-u", | 281 "-u", |
282 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 282 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
283 "--show-path", | 283 "--show-path", |
284 "python", | 284 "python", |
285 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 285 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 286 "--gsutil-py-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
286 "--ninja-path", | 288 "--ninja-path", |
287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
288 "--target", | 290 "--target", |
289 "Release", | 291 "Release", |
290 "--src-dir", | 292 "--src-dir", |
291 "[SLAVE_BUILD]/src", | 293 "[SLAVE_BUILD]/src", |
292 "--goma-cache-dir", | 294 "--goma-cache-dir", |
293 "[GOMA_CACHE]", | 295 "[GOMA_CACHE]", |
294 "--build-tool", | 296 "--build-tool", |
295 "ninja", | 297 "ninja", |
(...skipping 13 matching lines...) Expand all Loading... |
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
310 "@@@STEP_LOG_END@json.output (invalid)@@@" | 312 "@@@STEP_LOG_END@json.output (invalid)@@@" |
311 ] | 313 ] |
312 }, | 314 }, |
313 { | 315 { |
314 "name": "$result", | 316 "name": "$result", |
315 "recipe_result": null, | 317 "recipe_result": null, |
316 "status_code": 0 | 318 "status_code": 0 |
317 } | 319 } |
318 ] | 320 ] |
OLD | NEW |