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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 "@@@STEP_LOG_END@report@@@", | 585 "@@@STEP_LOG_END@report@@@", |
588 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 586 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
589 ] | 587 ] |
590 }, | 588 }, |
591 { | 589 { |
592 "name": "$result", | 590 "name": "$result", |
593 "recipe_result": null, | 591 "recipe_result": null, |
594 "status_code": 0 | 592 "status_code": 0 |
595 } | 593 } |
596 ] | 594 ] |
OLD | NEW |