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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets_from_parameter.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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698