| 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 "Linux ARM", | 10 "Linux ARM", |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 ] | 299 ] |
| 300 }, | 300 }, |
| 301 { | 301 { |
| 302 "cmd": [ | 302 "cmd": [ |
| 303 "python", | 303 "python", |
| 304 "-u", | 304 "-u", |
| 305 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 305 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 306 "--show-path", | 306 "--show-path", |
| 307 "python", | 307 "python", |
| 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 309 "--gsutil-py-path", |
| 310 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 309 "--ninja-path", | 311 "--ninja-path", |
| 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 312 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 311 "--target", | 313 "--target", |
| 312 "Release", | 314 "Release", |
| 313 "--src-dir", | 315 "--src-dir", |
| 314 "[SLAVE_BUILD]/src", | 316 "[SLAVE_BUILD]/src", |
| 315 "--goma-cache-dir", | 317 "--goma-cache-dir", |
| 316 "[GOMA_CACHE]", | 318 "[GOMA_CACHE]", |
| 317 "--build-tool", | 319 "--build-tool", |
| 318 "ninja", | 320 "ninja", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 443 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 442 "@@@STEP_LOG_END@python.inline@@@" | 444 "@@@STEP_LOG_END@python.inline@@@" |
| 443 ] | 445 ] |
| 444 }, | 446 }, |
| 445 { | 447 { |
| 446 "name": "$result", | 448 "name": "$result", |
| 447 "recipe_result": null, | 449 "recipe_result": null, |
| 448 "status_code": 0 | 450 "status_code": 0 |
| 449 } | 451 } |
| 450 ] | 452 ] |
| OLD | NEW |