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