| 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 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 ] | 302 ] |
| 303 }, | 303 }, |
| 304 { | 304 { |
| 305 "cmd": [ | 305 "cmd": [ |
| 306 "python", | 306 "python", |
| 307 "-u", | 307 "-u", |
| 308 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 308 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 309 "--show-path", | 309 "--show-path", |
| 310 "python", | 310 "python", |
| 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 312 "--gsutil-py-path", |
| 313 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 312 "--ninja-path", | 314 "--ninja-path", |
| 313 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 315 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 314 "--target", | 316 "--target", |
| 315 "Release", | 317 "Release", |
| 316 "--src-dir", | 318 "--src-dir", |
| 317 "[SLAVE_BUILD]/src", | 319 "[SLAVE_BUILD]/src", |
| 318 "--goma-cache-dir", | 320 "--goma-cache-dir", |
| 319 "[GOMA_CACHE]", | 321 "[GOMA_CACHE]", |
| 320 "--build-tool", | 322 "--build-tool", |
| 321 "ninja", | 323 "ninja", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 "~followup_annotations": [ | 446 "~followup_annotations": [ |
| 445 "@@@STEP_TEXT@Linux Tests@@@" | 447 "@@@STEP_TEXT@Linux Tests@@@" |
| 446 ] | 448 ] |
| 447 }, | 449 }, |
| 448 { | 450 { |
| 449 "name": "$result", | 451 "name": "$result", |
| 450 "recipe_result": null, | 452 "recipe_result": null, |
| 451 "status_code": 0 | 453 "status_code": 0 |
| 452 } | 454 } |
| 453 ] | 455 ] |
| OLD | NEW |