| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "name": "generate_build_files" | 281 "name": "generate_build_files" |
| 282 }, | 282 }, |
| 283 { | 283 { |
| 284 "cmd": [ | 284 "cmd": [ |
| 285 "python", | 285 "python", |
| 286 "-u", | 286 "-u", |
| 287 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 287 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 288 "--show-path", | 288 "--show-path", |
| 289 "python", | 289 "python", |
| 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 291 "--gsutil-py-path", |
| 292 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 291 "--ninja-path", | 293 "--ninja-path", |
| 292 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 294 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 293 "--target", | 295 "--target", |
| 294 "Release", | 296 "Release", |
| 295 "--src-dir", | 297 "--src-dir", |
| 296 "[SLAVE_BUILD]/src", | 298 "[SLAVE_BUILD]/src", |
| 297 "--goma-cache-dir", | 299 "--goma-cache-dir", |
| 298 "[GOMA_CACHE]", | 300 "[GOMA_CACHE]", |
| 299 "--build-tool", | 301 "--build-tool", |
| 300 "ninja", | 302 "ninja", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "~followup_annotations": [ | 390 "~followup_annotations": [ |
| 389 "@@@STEP_TEXT@Linux Tests@@@" | 391 "@@@STEP_TEXT@Linux Tests@@@" |
| 390 ] | 392 ] |
| 391 }, | 393 }, |
| 392 { | 394 { |
| 393 "name": "$result", | 395 "name": "$result", |
| 394 "recipe_result": null, | 396 "recipe_result": null, |
| 395 "status_code": 0 | 397 "status_code": 0 |
| 396 } | 398 } |
| 397 ] | 399 ] |
| OLD | NEW |