| 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 "--gsutil-py-path", | 596 "--gsutil-py-path", |
| 597 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 597 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 598 "--ninja-path", | 598 "--ninja-path", |
| 599 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 599 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 600 "--target", | 600 "--target", |
| 601 "Release", | 601 "Release", |
| 602 "--src-dir", | 602 "--src-dir", |
| 603 "[BUILDER_CACHE]/linux/src", | 603 "[BUILDER_CACHE]/linux/src", |
| 604 "--goma-cache-dir", | 604 "--goma-cache-dir", |
| 605 "[GOMA_CACHE]", | 605 "[GOMA_CACHE]", |
| 606 "--buildbot-buildername", | |
| 607 "linux_variable", | |
| 608 "--buildbot-mastername", | |
| 609 "tryserver.chromium.linux", | |
| 610 "--buildbot-slavename", | |
| 611 "build1-a1", | |
| 612 "--goma-deps-cache-dir", | 606 "--goma-deps-cache-dir", |
| 613 "[GOMA_DEPS_CACHE]", | 607 "[GOMA_DEPS_CACHE]", |
| 614 "--compiler", | 608 "--compiler", |
| 615 "goma", | 609 "goma", |
| 616 "--goma-jsonstatus", | 610 "--goma-jsonstatus", |
| 617 "/path/to/tmp/json", | 611 "/path/to/tmp/json", |
| 618 "--goma-service-account-json-file", | 612 "--goma-service-account-json-file", |
| 619 "/creds/service_accounts/service-account-goma-client.json", | 613 "/creds/service_accounts/service-account-goma-client.json", |
| 620 "--goma-dir", | 614 "--goma-dir", |
| 621 "[CACHE]/cipd/goma", | 615 "[CACHE]/cipd/goma", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 "@@@STEP_LOG_END@report@@@", | 654 "@@@STEP_LOG_END@report@@@", |
| 661 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 655 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 662 ] | 656 ] |
| 663 }, | 657 }, |
| 664 { | 658 { |
| 665 "name": "$result", | 659 "name": "$result", |
| 666 "recipe_result": null, | 660 "recipe_result": null, |
| 667 "status_code": 0 | 661 "status_code": 0 |
| 668 } | 662 } |
| 669 ] | 663 ] |
| OLD | NEW |