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