Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "--gsutil-py-path", 640 "--gsutil-py-path",
641 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 641 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
642 "--ninja-path", 642 "--ninja-path",
643 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 643 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
644 "--target", 644 "--target",
645 "Release", 645 "Release",
646 "--src-dir", 646 "--src-dir",
647 "[SLAVE_BUILD]/src", 647 "[SLAVE_BUILD]/src",
648 "--goma-cache-dir", 648 "--goma-cache-dir",
649 "[GOMA_CACHE]", 649 "[GOMA_CACHE]",
650 "--build-tool",
651 "ninja",
652 "--compiler", 650 "--compiler",
653 "goma", 651 "goma",
654 "--goma-jsonstatus", 652 "--goma-jsonstatus",
655 "/path/to/tmp/json", 653 "/path/to/tmp/json",
656 "--goma-service-account-json-file", 654 "--goma-service-account-json-file",
657 "/creds/service_accounts/service-account-goma-client.json", 655 "/creds/service_accounts/service-account-goma-client.json",
658 "--goma-dir", 656 "--goma-dir",
659 "[CACHE]/cipd/goma", 657 "[CACHE]/cipd/goma",
660 "--ninja-ensure-up-to-date", 658 "--ninja-ensure-up-to-date",
661 "--", 659 "--",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 "@@@STEP_LOG_END@report@@@", 696 "@@@STEP_LOG_END@report@@@",
699 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 697 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
700 ] 698 ]
701 }, 699 },
702 { 700 {
703 "name": "$result", 701 "name": "$result",
704 "recipe_result": null, 702 "recipe_result": null,
705 "status_code": 0 703 "status_code": 0
706 } 704 }
707 ] 705 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698