| 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 "--src-dir", | 692 "--src-dir", |
| 693 "[BUILDER_CACHE]/linux/src", | 693 "[BUILDER_CACHE]/linux/src", |
| 694 "--goma-cache-dir", | 694 "--goma-cache-dir", |
| 695 "[GOMA_CACHE]", | 695 "[GOMA_CACHE]", |
| 696 "--buildbot-buildername", | 696 "--buildbot-buildername", |
| 697 "linux_variable", | 697 "linux_variable", |
| 698 "--buildbot-mastername", | 698 "--buildbot-mastername", |
| 699 "tryserver.chromium.linux", | 699 "tryserver.chromium.linux", |
| 700 "--buildbot-slavename", | 700 "--buildbot-slavename", |
| 701 "build1-a1", | 701 "build1-a1", |
| 702 "--goma-deps-cache-dir", | 702 "--goma-deps-cache-file", |
| 703 "[GOMA_DEPS_CACHE]", | 703 "linux_variable.gomadeps", |
| 704 "--compiler", | 704 "--compiler", |
| 705 "goma", | 705 "goma", |
| 706 "--goma-jsonstatus", | 706 "--goma-jsonstatus", |
| 707 "/path/to/tmp/json", | 707 "/path/to/tmp/json", |
| 708 "--goma-service-account-json-file", | 708 "--goma-service-account-json-file", |
| 709 "/creds/service_accounts/service-account-goma-client.json", | 709 "/creds/service_accounts/service-account-goma-client.json", |
| 710 "--goma-dir", | 710 "--goma-dir", |
| 711 "[CACHE]/cipd/goma", | 711 "[CACHE]/cipd/goma", |
| 712 "--ninja-ensure-up-to-date", | 712 "--ninja-ensure-up-to-date", |
| 713 "--", | 713 "--", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 "@@@STEP_LOG_END@report@@@", | 750 "@@@STEP_LOG_END@report@@@", |
| 751 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 751 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 752 ] | 752 ] |
| 753 }, | 753 }, |
| 754 { | 754 { |
| 755 "name": "$result", | 755 "name": "$result", |
| 756 "recipe_result": null, | 756 "recipe_result": null, |
| 757 "status_code": 0 | 757 "status_code": 0 |
| 758 } | 758 } |
| 759 ] | 759 ] |
| OLD | NEW |