| 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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 "--gsutil-py-path", | 530 "--gsutil-py-path", |
| 531 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 531 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 532 "--ninja-path", | 532 "--ninja-path", |
| 533 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 533 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 534 "--target", | 534 "--target", |
| 535 "Release", | 535 "Release", |
| 536 "--src-dir", | 536 "--src-dir", |
| 537 "[SLAVE_BUILD]/src", | 537 "[SLAVE_BUILD]/src", |
| 538 "--goma-cache-dir", | 538 "--goma-cache-dir", |
| 539 "[GOMA_CACHE]", | 539 "[GOMA_CACHE]", |
| 540 "--build-tool", | |
| 541 "ninja", | |
| 542 "--compiler", | 540 "--compiler", |
| 543 "goma", | 541 "goma", |
| 544 "--goma-jsonstatus", | 542 "--goma-jsonstatus", |
| 545 "/path/to/tmp/json", | 543 "/path/to/tmp/json", |
| 546 "--goma-service-account-json-file", | 544 "--goma-service-account-json-file", |
| 547 "/creds/service_accounts/service-account-goma-client.json", | 545 "/creds/service_accounts/service-account-goma-client.json", |
| 548 "--goma-dir", | 546 "--goma-dir", |
| 549 "[CACHE]/cipd/goma", | 547 "[CACHE]/cipd/goma", |
| 550 "--ninja-ensure-up-to-date", | 548 "--ninja-ensure-up-to-date", |
| 551 "--", | 549 "--", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 "@@@STEP_LOG_END@report@@@", | 591 "@@@STEP_LOG_END@report@@@", |
| 594 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false},
\"result\": {\"r1\": \"failed\"}}@@@" | 592 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false},
\"result\": {\"r1\": \"failed\"}}@@@" |
| 595 ] | 593 ] |
| 596 }, | 594 }, |
| 597 { | 595 { |
| 598 "name": "$result", | 596 "name": "$result", |
| 599 "recipe_result": null, | 597 "recipe_result": null, |
| 600 "status_code": 0 | 598 "status_code": 0 |
| 601 } | 599 } |
| 602 ] | 600 ] |
| OLD | NEW |