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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 "@@@STEP_LOG_END@report@@@", | 639 "@@@STEP_LOG_END@report@@@", |
640 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 640 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
641 ] | 641 ] |
642 }, | 642 }, |
643 { | 643 { |
644 "name": "$result", | 644 "name": "$result", |
645 "recipe_result": null, | 645 "recipe_result": null, |
646 "status_code": 0 | 646 "status_code": 0 |
647 } | 647 } |
648 ] | 648 ] |
OLD | NEW |