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_valgrind", | 10 "linux_valgrind", |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 "name": "generate_build_files (with patch)" | 394 "name": "generate_build_files (with patch)" |
395 }, | 395 }, |
396 { | 396 { |
397 "cmd": [ | 397 "cmd": [ |
398 "python", | 398 "python", |
399 "-u", | 399 "-u", |
400 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 400 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
401 "--show-path", | 401 "--show-path", |
402 "python", | 402 "python", |
403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 404 "--gsutil-py-path", |
| 405 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
404 "--ninja-path", | 406 "--ninja-path", |
405 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 407 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
406 "--target", | 408 "--target", |
407 "Release", | 409 "Release", |
408 "--src-dir", | 410 "--src-dir", |
409 "[SLAVE_BUILD]/src", | 411 "[SLAVE_BUILD]/src", |
410 "--goma-cache-dir", | 412 "--goma-cache-dir", |
411 "[GOMA_CACHE]", | 413 "[GOMA_CACHE]", |
412 "--build-tool", | 414 "--build-tool", |
413 "ninja", | 415 "ninja", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 ], | 461 ], |
460 "cwd": "[SLAVE_BUILD]", | 462 "cwd": "[SLAVE_BUILD]", |
461 "name": "mark: before_tests" | 463 "name": "mark: before_tests" |
462 }, | 464 }, |
463 { | 465 { |
464 "name": "$result", | 466 "name": "$result", |
465 "recipe_result": null, | 467 "recipe_result": null, |
466 "status_code": 0 | 468 "status_code": 0 |
467 } | 469 } |
468 ] | 470 ] |
OLD | NEW |