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.android", | 8 "chromium.android", |
9 "--builder", | 9 "--builder", |
10 "Android Swarm Builder", | 10 "Android Swarm Builder", |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 ] | 337 ] |
338 }, | 338 }, |
339 { | 339 { |
340 "cmd": [ | 340 "cmd": [ |
341 "python", | 341 "python", |
342 "-u", | 342 "-u", |
343 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 343 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
344 "--show-path", | 344 "--show-path", |
345 "python", | 345 "python", |
346 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 346 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 347 "--gsutil-py-path", |
| 348 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
347 "--ninja-path", | 349 "--ninja-path", |
348 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 350 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
349 "--target", | 351 "--target", |
350 "Release", | 352 "Release", |
351 "--src-dir", | 353 "--src-dir", |
352 "[SLAVE_BUILD]/src", | 354 "[SLAVE_BUILD]/src", |
353 "--goma-cache-dir", | 355 "--goma-cache-dir", |
354 "[GOMA_CACHE]", | 356 "[GOMA_CACHE]", |
355 "--build-tool", | 357 "--build-tool", |
356 "ninja", | 358 "ninja", |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 485 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
484 "@@@STEP_LOG_END@python.inline@@@" | 486 "@@@STEP_LOG_END@python.inline@@@" |
485 ] | 487 ] |
486 }, | 488 }, |
487 { | 489 { |
488 "name": "$result", | 490 "name": "$result", |
489 "recipe_result": null, | 491 "recipe_result": null, |
490 "status_code": 0 | 492 "status_code": 0 |
491 } | 493 } |
492 ] | 494 ] |
OLD | NEW |