OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "/opt/infra-tools/buildbucket", | 4 "/opt/infra-tools/buildbucket", |
5 "get", | 5 "get", |
6 "--host", | 6 "--host", |
7 "cr-buildbucket.appspot.com", | 7 "cr-buildbucket.appspot.com", |
8 "id1" | 8 "id1" |
9 ], | 9 ], |
10 "name": "buildbucket.get", | 10 "name": "buildbucket.get", |
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 "--gsutil-py-path", | 640 "--gsutil-py-path", |
641 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 641 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
642 "--ninja-path", | 642 "--ninja-path", |
643 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 643 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
644 "--target", | 644 "--target", |
645 "Release", | 645 "Release", |
646 "--src-dir", | 646 "--src-dir", |
647 "[SLAVE_BUILD]/src", | 647 "[SLAVE_BUILD]/src", |
648 "--goma-cache-dir", | 648 "--goma-cache-dir", |
649 "[GOMA_CACHE]", | 649 "[GOMA_CACHE]", |
650 "--build-tool", | |
651 "ninja", | |
652 "--compiler", | 650 "--compiler", |
653 "goma", | 651 "goma", |
654 "--goma-jsonstatus", | 652 "--goma-jsonstatus", |
655 "/path/to/tmp/json", | 653 "/path/to/tmp/json", |
656 "--goma-service-account-json-file", | 654 "--goma-service-account-json-file", |
657 "/creds/service_accounts/service-account-goma-client.json", | 655 "/creds/service_accounts/service-account-goma-client.json", |
658 "--goma-dir", | 656 "--goma-dir", |
659 "[CACHE]/cipd/goma", | 657 "[CACHE]/cipd/goma", |
660 "--ninja-ensure-up-to-date", | 658 "--ninja-ensure-up-to-date", |
661 "--", | 659 "--", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 "@@@STEP_LOG_END@report@@@", | 696 "@@@STEP_LOG_END@report@@@", |
699 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 697 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
700 ] | 698 ] |
701 }, | 699 }, |
702 { | 700 { |
703 "name": "$result", | 701 "name": "$result", |
704 "recipe_result": null, | 702 "recipe_result": null, |
705 "status_code": 0 | 703 "status_code": 0 |
706 } | 704 } |
707 ] | 705 ] |
OLD | NEW |