| 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 "Android Builder", | 10 "Android Builder", |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 ] | 338 ] |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 "cmd": [ | 341 "cmd": [ |
| 342 "python", | 342 "python", |
| 343 "-u", | 343 "-u", |
| 344 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 344 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 345 "--show-path", | 345 "--show-path", |
| 346 "python", | 346 "python", |
| 347 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 347 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 348 "--gsutil-py-path", |
| 349 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 348 "--ninja-path", | 350 "--ninja-path", |
| 349 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 351 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 350 "--target", | 352 "--target", |
| 351 "Release", | 353 "Release", |
| 352 "--src-dir", | 354 "--src-dir", |
| 353 "[SLAVE_BUILD]/src", | 355 "[SLAVE_BUILD]/src", |
| 354 "--goma-cache-dir", | 356 "--goma-cache-dir", |
| 355 "[GOMA_CACHE]", | 357 "[GOMA_CACHE]", |
| 356 "--build-tool", | 358 "--build-tool", |
| 357 "ninja", | 359 "ninja", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 "~followup_annotations": [ | 469 "~followup_annotations": [ |
| 468 "@@@STEP_TEXT@Android Tests@@@" | 470 "@@@STEP_TEXT@Android Tests@@@" |
| 469 ] | 471 ] |
| 470 }, | 472 }, |
| 471 { | 473 { |
| 472 "name": "$result", | 474 "name": "$result", |
| 473 "recipe_result": null, | 475 "recipe_result": null, |
| 474 "status_code": 0 | 476 "status_code": 0 |
| 475 } | 477 } |
| 476 ] | 478 ] |
| OLD | NEW |