| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "name": "generate_build_files (with patch)" | 370 "name": "generate_build_files (with patch)" |
| 371 }, | 371 }, |
| 372 { | 372 { |
| 373 "cmd": [ | 373 "cmd": [ |
| 374 "python", | 374 "python", |
| 375 "-u", | 375 "-u", |
| 376 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 376 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 377 "--show-path", | 377 "--show-path", |
| 378 "python", | 378 "python", |
| 379 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 379 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 380 "--gsutil-py-path", |
| 381 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 380 "--ninja-path", | 382 "--ninja-path", |
| 381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 383 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 382 "--target", | 384 "--target", |
| 383 "Release", | 385 "Release", |
| 384 "--src-dir", | 386 "--src-dir", |
| 385 "[SLAVE_BUILD]/src", | 387 "[SLAVE_BUILD]/src", |
| 386 "--goma-cache-dir", | 388 "--goma-cache-dir", |
| 387 "[GOMA_CACHE]", | 389 "[GOMA_CACHE]", |
| 388 "--build-tool", | 390 "--build-tool", |
| 389 "ninja", | 391 "ninja", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 414 ], | 416 ], |
| 415 "cwd": "[SLAVE_BUILD]", | 417 "cwd": "[SLAVE_BUILD]", |
| 416 "name": "mark: before_tests" | 418 "name": "mark: before_tests" |
| 417 }, | 419 }, |
| 418 { | 420 { |
| 419 "name": "$result", | 421 "name": "$result", |
| 420 "recipe_result": null, | 422 "recipe_result": null, |
| 421 "status_code": 0 | 423 "status_code": 0 |
| 422 } | 424 } |
| 423 ] | 425 ] |
| OLD | NEW |