| 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 "--gsutil-py-path", | 700 "--gsutil-py-path", |
| 701 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 701 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 702 "--ninja-path", | 702 "--ninja-path", |
| 703 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 703 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 704 "--target", | 704 "--target", |
| 705 "Release", | 705 "Release", |
| 706 "--src-dir", | 706 "--src-dir", |
| 707 "[BUILDER_CACHE]/linux/src", | 707 "[BUILDER_CACHE]/linux/src", |
| 708 "--goma-cache-dir", | 708 "--goma-cache-dir", |
| 709 "[GOMA_CACHE]", | 709 "[GOMA_CACHE]", |
| 710 "--buildbot-buildername", |
| 711 "linux_variable", |
| 712 "--buildbot-mastername", |
| 713 "tryserver.chromium.linux", |
| 714 "--buildbot-slavename", |
| 715 "build1-a1", |
| 710 "--goma-deps-cache-dir", | 716 "--goma-deps-cache-dir", |
| 711 "[GOMA_DEPS_CACHE]", | 717 "[GOMA_DEPS_CACHE]", |
| 712 "--compiler", | 718 "--compiler", |
| 713 "goma", | 719 "goma", |
| 714 "--goma-jsonstatus", | 720 "--goma-jsonstatus", |
| 715 "/path/to/tmp/json", | 721 "/path/to/tmp/json", |
| 716 "--goma-service-account-json-file", | 722 "--goma-service-account-json-file", |
| 717 "/creds/service_accounts/service-account-goma-client.json", | 723 "/creds/service_accounts/service-account-goma-client.json", |
| 718 "--goma-dir", | 724 "--goma-dir", |
| 719 "[CACHE]/cipd/goma", | 725 "[CACHE]/cipd/goma", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 "@@@STEP_LOG_END@report@@@", | 764 "@@@STEP_LOG_END@report@@@", |
| 759 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 765 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 760 ] | 766 ] |
| 761 }, | 767 }, |
| 762 { | 768 { |
| 763 "name": "$result", | 769 "name": "$result", |
| 764 "recipe_result": null, | 770 "recipe_result": null, |
| 765 "status_code": 0 | 771 "status_code": 0 |
| 766 } | 772 } |
| 767 ] | 773 ] |
| OLD | NEW |