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

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

Powered by Google App Engine
This is Rietveld 408576698