| 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", | |
| 716 "--goma-deps-cache-dir", | 710 "--goma-deps-cache-dir", |
| 717 "[GOMA_DEPS_CACHE]", | 711 "[GOMA_DEPS_CACHE]", |
| 718 "--compiler", | 712 "--compiler", |
| 719 "goma", | 713 "goma", |
| 720 "--goma-jsonstatus", | 714 "--goma-jsonstatus", |
| 721 "/path/to/tmp/json", | 715 "/path/to/tmp/json", |
| 722 "--goma-service-account-json-file", | 716 "--goma-service-account-json-file", |
| 723 "/creds/service_accounts/service-account-goma-client.json", | 717 "/creds/service_accounts/service-account-goma-client.json", |
| 724 "--goma-dir", | 718 "--goma-dir", |
| 725 "[CACHE]/cipd/goma", | 719 "[CACHE]/cipd/goma", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 "@@@STEP_LOG_END@report@@@", | 758 "@@@STEP_LOG_END@report@@@", |
| 765 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 759 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 766 ] | 760 ] |
| 767 }, | 761 }, |
| 768 { | 762 { |
| 769 "name": "$result", | 763 "name": "$result", |
| 770 "recipe_result": null, | 764 "recipe_result": null, |
| 771 "status_code": 0 | 765 "status_code": 0 |
| 772 } | 766 } |
| 773 ] | 767 ] |
| OLD | NEW |