| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "name": "generate_build_files (with patch)" | 359 "name": "generate_build_files (with patch)" |
| 360 }, | 360 }, |
| 361 { | 361 { |
| 362 "cmd": [ | 362 "cmd": [ |
| 363 "python", | 363 "python", |
| 364 "-u", | 364 "-u", |
| 365 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 365 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 366 "--show-path", | 366 "--show-path", |
| 367 "python", | 367 "python", |
| 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 369 "--gsutil-py-path", |
| 370 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 369 "--ninja-path", | 371 "--ninja-path", |
| 370 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 372 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 371 "--target", | 373 "--target", |
| 372 "Release", | 374 "Release", |
| 373 "--src-dir", | 375 "--src-dir", |
| 374 "[SLAVE_BUILD]/src", | 376 "[SLAVE_BUILD]/src", |
| 375 "--goma-cache-dir", | 377 "--goma-cache-dir", |
| 376 "[GOMA_CACHE]", | 378 "[GOMA_CACHE]", |
| 377 "--build-tool", | 379 "--build-tool", |
| 378 "ninja", | 380 "ninja", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 403 ], | 405 ], |
| 404 "cwd": "[SLAVE_BUILD]", | 406 "cwd": "[SLAVE_BUILD]", |
| 405 "name": "mark: before_tests" | 407 "name": "mark: before_tests" |
| 406 }, | 408 }, |
| 407 { | 409 { |
| 408 "name": "$result", | 410 "name": "$result", |
| 409 "recipe_result": null, | 411 "recipe_result": null, |
| 410 "status_code": 0 | 412 "status_code": 0 |
| 411 } | 413 } |
| 412 ] | 414 ] |
| OLD | NEW |