| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "name": "generate_build_files" | 308 "name": "generate_build_files" |
| 309 }, | 309 }, |
| 310 { | 310 { |
| 311 "cmd": [ | 311 "cmd": [ |
| 312 "python", | 312 "python", |
| 313 "-u", | 313 "-u", |
| 314 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 314 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 315 "--show-path", | 315 "--show-path", |
| 316 "python", | 316 "python", |
| 317 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 317 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 318 "--gsutil-py-path", |
| 319 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 318 "--ninja-path", | 320 "--ninja-path", |
| 319 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 320 "--target", | 322 "--target", |
| 321 "Release", | 323 "Release", |
| 322 "--src-dir", | 324 "--src-dir", |
| 323 "[SLAVE_BUILD]/src", | 325 "[SLAVE_BUILD]/src", |
| 324 "--goma-cache-dir", | 326 "--goma-cache-dir", |
| 325 "[GOMA_CACHE]", | 327 "[GOMA_CACHE]", |
| 326 "--build-tool", | 328 "--build-tool", |
| 327 "ninja", | 329 "ninja", |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 521 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 520 "@@@STEP_LOG_END@python.inline@@@" | 522 "@@@STEP_LOG_END@python.inline@@@" |
| 521 ] | 523 ] |
| 522 }, | 524 }, |
| 523 { | 525 { |
| 524 "name": "$result", | 526 "name": "$result", |
| 525 "recipe_result": null, | 527 "recipe_result": null, |
| 526 "status_code": 0 | 528 "status_code": 0 |
| 527 } | 529 } |
| 528 ] | 530 ] |
| OLD | NEW |