| 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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 "--gsutil-py-path", | 639 "--gsutil-py-path", |
| 640 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 640 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 641 "--ninja-path", | 641 "--ninja-path", |
| 642 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 642 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 643 "--target", | 643 "--target", |
| 644 "Release", | 644 "Release", |
| 645 "--src-dir", | 645 "--src-dir", |
| 646 "[BUILDER_CACHE]/linux/src", | 646 "[BUILDER_CACHE]/linux/src", |
| 647 "--goma-cache-dir", | 647 "--goma-cache-dir", |
| 648 "[GOMA_CACHE]", | 648 "[GOMA_CACHE]", |
| 649 "--buildbot-buildername", |
| 650 "linux_variable", |
| 651 "--buildbot-mastername", |
| 652 "tryserver.chromium.linux", |
| 653 "--buildbot-slavename", |
| 654 "build1-a1", |
| 649 "--goma-deps-cache-dir", | 655 "--goma-deps-cache-dir", |
| 650 "[GOMA_DEPS_CACHE]", | 656 "[GOMA_DEPS_CACHE]", |
| 651 "--compiler", | 657 "--compiler", |
| 652 "goma", | 658 "goma", |
| 653 "--goma-jsonstatus", | 659 "--goma-jsonstatus", |
| 654 "/path/to/tmp/json", | 660 "/path/to/tmp/json", |
| 655 "--goma-service-account-json-file", | 661 "--goma-service-account-json-file", |
| 656 "/creds/service_accounts/service-account-goma-client.json", | 662 "/creds/service_accounts/service-account-goma-client.json", |
| 657 "--goma-dir", | 663 "--goma-dir", |
| 658 "[CACHE]/cipd/goma", | 664 "[CACHE]/cipd/goma", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 "@@@STEP_LOG_END@report@@@", | 702 "@@@STEP_LOG_END@report@@@", |
| 697 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 703 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 698 ] | 704 ] |
| 699 }, | 705 }, |
| 700 { | 706 { |
| 701 "name": "$result", | 707 "name": "$result", |
| 702 "recipe_result": null, | 708 "recipe_result": null, |
| 703 "status_code": 0 | 709 "status_code": 0 |
| 704 } | 710 } |
| 705 ] | 711 ] |
| OLD | NEW |