| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 ] | 310 ] |
| 311 }, | 311 }, |
| 312 { | 312 { |
| 313 "cmd": [ | 313 "cmd": [ |
| 314 "python", | 314 "python", |
| 315 "-u", | 315 "-u", |
| 316 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 316 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 317 "--show-path", | 317 "--show-path", |
| 318 "python", | 318 "python", |
| 319 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 319 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 320 "--gsutil-py-path", |
| 321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 320 "--ninja-path", | 322 "--ninja-path", |
| 321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 322 "--target", | 324 "--target", |
| 323 "Release", | 325 "Release", |
| 324 "--src-dir", | 326 "--src-dir", |
| 325 "[SLAVE_BUILD]/src", | 327 "[SLAVE_BUILD]/src", |
| 326 "--goma-cache-dir", | 328 "--goma-cache-dir", |
| 327 "[GOMA_CACHE]", | 329 "[GOMA_CACHE]", |
| 328 "--build-tool", | 330 "--build-tool", |
| 329 "ninja", | 331 "ninja", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "~followup_annotations": [ | 435 "~followup_annotations": [ |
| 434 "@@@STEP_TEXT@Linux Tests@@@" | 436 "@@@STEP_TEXT@Linux Tests@@@" |
| 435 ] | 437 ] |
| 436 }, | 438 }, |
| 437 { | 439 { |
| 438 "name": "$result", | 440 "name": "$result", |
| 439 "recipe_result": null, | 441 "recipe_result": null, |
| 440 "status_code": 0 | 442 "status_code": 0 |
| 441 } | 443 } |
| 442 ] | 444 ] |
| OLD | NEW |