| 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.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 ] | 266 ] |
| 267 }, | 267 }, |
| 268 { | 268 { |
| 269 "cmd": [ | 269 "cmd": [ |
| 270 "python", | 270 "python", |
| 271 "-u", | 271 "-u", |
| 272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 273 "--show-path", | 273 "--show-path", |
| 274 "python", | 274 "python", |
| 275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 276 "--gsutil-py-path", |
| 277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 276 "--ninja-path", | 278 "--ninja-path", |
| 277 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 278 "--target", | 280 "--target", |
| 279 "Release", | 281 "Release", |
| 280 "--src-dir", | 282 "--src-dir", |
| 281 "[SLAVE_BUILD]/src", | 283 "[SLAVE_BUILD]/src", |
| 282 "--goma-cache-dir", | 284 "--goma-cache-dir", |
| 283 "[GOMA_CACHE]", | 285 "[GOMA_CACHE]", |
| 284 "--build-tool", | 286 "--build-tool", |
| 285 "ninja", | 287 "ninja", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 "~followup_annotations": [ | 443 "~followup_annotations": [ |
| 442 "@@@STEP_TEXT@Mac10.9 Tests@@@" | 444 "@@@STEP_TEXT@Mac10.9 Tests@@@" |
| 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 |