| 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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 "--src-dir", | 582 "--src-dir", |
| 583 "[BUILDER_CACHE]/linux/src", | 583 "[BUILDER_CACHE]/linux/src", |
| 584 "--goma-cache-dir", | 584 "--goma-cache-dir", |
| 585 "[GOMA_CACHE]", | 585 "[GOMA_CACHE]", |
| 586 "--buildbot-buildername", | 586 "--buildbot-buildername", |
| 587 "linux_variable", | 587 "linux_variable", |
| 588 "--buildbot-mastername", | 588 "--buildbot-mastername", |
| 589 "tryserver.chromium.linux", | 589 "tryserver.chromium.linux", |
| 590 "--buildbot-slavename", | 590 "--buildbot-slavename", |
| 591 "build1-a1", | 591 "build1-a1", |
| 592 "--goma-deps-cache-dir", | 592 "--goma-deps-cache-file", |
| 593 "[GOMA_DEPS_CACHE]", | 593 "linux_variable.gomadeps", |
| 594 "--compiler", | 594 "--compiler", |
| 595 "goma", | 595 "goma", |
| 596 "--goma-jsonstatus", | 596 "--goma-jsonstatus", |
| 597 "/path/to/tmp/json", | 597 "/path/to/tmp/json", |
| 598 "--goma-service-account-json-file", | 598 "--goma-service-account-json-file", |
| 599 "/creds/service_accounts/service-account-goma-client.json", | 599 "/creds/service_accounts/service-account-goma-client.json", |
| 600 "--goma-dir", | 600 "--goma-dir", |
| 601 "[CACHE]/cipd/goma", | 601 "[CACHE]/cipd/goma", |
| 602 "--ninja-ensure-up-to-date", | 602 "--ninja-ensure-up-to-date", |
| 603 "--", | 603 "--", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 "@@@STEP_LOG_END@report@@@", | 645 "@@@STEP_LOG_END@report@@@", |
| 646 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false},
\"result\": {\"r1\": \"failed\"}}@@@" | 646 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false},
\"result\": {\"r1\": \"failed\"}}@@@" |
| 647 ] | 647 ] |
| 648 }, | 648 }, |
| 649 { | 649 { |
| 650 "name": "$result", | 650 "name": "$result", |
| 651 "recipe_result": null, | 651 "recipe_result": null, |
| 652 "status_code": 0 | 652 "status_code": 0 |
| 653 } | 653 } |
| 654 ] | 654 ] |
| OLD | NEW |