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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 "--src-dir", | 631 "--src-dir", |
632 "[BUILDER_CACHE]/linux/src", | 632 "[BUILDER_CACHE]/linux/src", |
633 "--goma-cache-dir", | 633 "--goma-cache-dir", |
634 "[GOMA_CACHE]", | 634 "[GOMA_CACHE]", |
635 "--buildbot-buildername", | 635 "--buildbot-buildername", |
636 "linux_variable", | 636 "linux_variable", |
637 "--buildbot-mastername", | 637 "--buildbot-mastername", |
638 "tryserver.chromium.linux", | 638 "tryserver.chromium.linux", |
639 "--buildbot-slavename", | 639 "--buildbot-slavename", |
640 "build1-a1", | 640 "build1-a1", |
641 "--goma-deps-cache-dir", | 641 "--goma-deps-cache-file", |
642 "[GOMA_DEPS_CACHE]", | 642 "linux_variable.gomadeps", |
643 "--compiler", | 643 "--compiler", |
644 "goma", | 644 "goma", |
645 "--goma-jsonstatus", | 645 "--goma-jsonstatus", |
646 "/path/to/tmp/json", | 646 "/path/to/tmp/json", |
647 "--goma-service-account-json-file", | 647 "--goma-service-account-json-file", |
648 "/creds/service_accounts/service-account-goma-client.json", | 648 "/creds/service_accounts/service-account-goma-client.json", |
649 "--goma-dir", | 649 "--goma-dir", |
650 "[CACHE]/cipd/goma", | 650 "[CACHE]/cipd/goma", |
651 "--ninja-ensure-up-to-date", | 651 "--ninja-ensure-up-to-date", |
652 "--", | 652 "--", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 "@@@STEP_LOG_END@report@@@", | 688 "@@@STEP_LOG_END@report@@@", |
689 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 689 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
690 ] | 690 ] |
691 }, | 691 }, |
692 { | 692 { |
693 "name": "$result", | 693 "name": "$result", |
694 "recipe_result": null, | 694 "recipe_result": null, |
695 "status_code": 0 | 695 "status_code": 0 |
696 } | 696 } |
697 ] | 697 ] |
OLD | NEW |