| 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", | 8 "chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android", | 10 "Android", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "name": "tree truth steps" | 274 "name": "tree truth steps" |
| 275 }, | 275 }, |
| 276 { | 276 { |
| 277 "cmd": [ | 277 "cmd": [ |
| 278 "python", | 278 "python", |
| 279 "-u", | 279 "-u", |
| 280 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 280 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 281 "--show-path", | 281 "--show-path", |
| 282 "python", | 282 "python", |
| 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 284 "--gsutil-py-path", |
| 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 284 "--ninja-path", | 286 "--ninja-path", |
| 285 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 286 "--target", | 288 "--target", |
| 287 "Release", | 289 "Release", |
| 288 "--src-dir", | 290 "--src-dir", |
| 289 "[SLAVE_BUILD]/src", | 291 "[SLAVE_BUILD]/src", |
| 290 "--goma-cache-dir", | 292 "--goma-cache-dir", |
| 291 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
| 292 "--build-tool", | 294 "--build-tool", |
| 293 "ninja", | 295 "ninja", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 ], | 329 ], |
| 328 "cwd": "[SLAVE_BUILD]", | 330 "cwd": "[SLAVE_BUILD]", |
| 329 "name": "archive_build" | 331 "name": "archive_build" |
| 330 }, | 332 }, |
| 331 { | 333 { |
| 332 "name": "$result", | 334 "name": "$result", |
| 333 "recipe_result": null, | 335 "recipe_result": null, |
| 334 "status_code": 0 | 336 "status_code": 0 |
| 335 } | 337 } |
| 336 ] | 338 ] |
| OLD | NEW |