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