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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 "--gsutil-py-path", | 578 "--gsutil-py-path", |
579 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 579 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
580 "--ninja-path", | 580 "--ninja-path", |
581 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 581 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
582 "--target", | 582 "--target", |
583 "Release", | 583 "Release", |
584 "--src-dir", | 584 "--src-dir", |
585 "[SLAVE_BUILD]/src", | 585 "[SLAVE_BUILD]/src", |
586 "--goma-cache-dir", | 586 "--goma-cache-dir", |
587 "[GOMA_CACHE]", | 587 "[GOMA_CACHE]", |
588 "--build-tool", | |
589 "ninja", | |
590 "--compiler", | 588 "--compiler", |
591 "goma", | 589 "goma", |
592 "--goma-jsonstatus", | 590 "--goma-jsonstatus", |
593 "/path/to/tmp/json", | 591 "/path/to/tmp/json", |
594 "--goma-service-account-json-file", | 592 "--goma-service-account-json-file", |
595 "/creds/service_accounts/service-account-goma-client.json", | 593 "/creds/service_accounts/service-account-goma-client.json", |
596 "--goma-dir", | 594 "--goma-dir", |
597 "[CACHE]/cipd/goma", | 595 "[CACHE]/cipd/goma", |
598 "--ninja-ensure-up-to-date", | 596 "--ninja-ensure-up-to-date", |
599 "--", | 597 "--", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 "@@@STEP_LOG_END@report@@@", | 633 "@@@STEP_LOG_END@report@@@", |
636 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 634 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
637 ] | 635 ] |
638 }, | 636 }, |
639 { | 637 { |
640 "name": "$result", | 638 "name": "$result", |
641 "recipe_result": null, | 639 "recipe_result": null, |
642 "status_code": 0 | 640 "status_code": 0 |
643 } | 641 } |
644 ] | 642 ] |
OLD | NEW |