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_variable", | 10 "linux_variable", |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 ] | 575 ] |
576 }, | 576 }, |
577 { | 577 { |
578 "cmd": [ | 578 "cmd": [ |
579 "python", | 579 "python", |
580 "-u", | 580 "-u", |
581 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 581 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
582 "--show-path", | 582 "--show-path", |
583 "python", | 583 "python", |
584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 585 "--gsutil-py-path", |
| 586 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
585 "--ninja-path", | 587 "--ninja-path", |
586 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 588 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
587 "--target", | 589 "--target", |
588 "Release", | 590 "Release", |
589 "--src-dir", | 591 "--src-dir", |
590 "[SLAVE_BUILD]/src", | 592 "[SLAVE_BUILD]/src", |
591 "--goma-cache-dir", | 593 "--goma-cache-dir", |
592 "[GOMA_CACHE]", | 594 "[GOMA_CACHE]", |
593 "--build-tool", | 595 "--build-tool", |
594 "ninja", | 596 "ninja", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 "@@@STEP_LOG_END@report@@@", | 638 "@@@STEP_LOG_END@report@@@", |
637 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" | 639 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" |
638 ] | 640 ] |
639 }, | 641 }, |
640 { | 642 { |
641 "name": "$result", | 643 "name": "$result", |
642 "recipe_result": null, | 644 "recipe_result": null, |
643 "status_code": 0 | 645 "status_code": 0 |
644 } | 646 } |
645 ] | 647 ] |
OLD | NEW |