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 Android (dbg)", | 10 "Cast Android (dbg)", |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "name": "generate_build_files" | 295 "name": "generate_build_files" |
296 }, | 296 }, |
297 { | 297 { |
298 "cmd": [ | 298 "cmd": [ |
299 "python", | 299 "python", |
300 "-u", | 300 "-u", |
301 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 301 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
302 "--show-path", | 302 "--show-path", |
303 "python", | 303 "python", |
304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 305 "--gsutil-py-path", |
| 306 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
305 "--ninja-path", | 307 "--ninja-path", |
306 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
307 "--target", | 309 "--target", |
308 "Debug", | 310 "Debug", |
309 "--src-dir", | 311 "--src-dir", |
310 "[SLAVE_BUILD]/src", | 312 "[SLAVE_BUILD]/src", |
311 "--goma-cache-dir", | 313 "--goma-cache-dir", |
312 "[GOMA_CACHE]", | 314 "[GOMA_CACHE]", |
313 "--build-tool", | 315 "--build-tool", |
314 "ninja", | 316 "ninja", |
(...skipping 15 matching lines...) Expand all Loading... |
330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 332 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
331 "@@@STEP_LOG_END@json.output (invalid)@@@" | 333 "@@@STEP_LOG_END@json.output (invalid)@@@" |
332 ] | 334 ] |
333 }, | 335 }, |
334 { | 336 { |
335 "name": "$result", | 337 "name": "$result", |
336 "recipe_result": null, | 338 "recipe_result": null, |
337 "status_code": 0 | 339 "status_code": 0 |
338 } | 340 } |
339 ] | 341 ] |
OLD | NEW |