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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 "--src-dir", 559 "--src-dir",
560 "[SLAVE_BUILD]/src", 560 "[SLAVE_BUILD]/src",
561 "--goma-cache-dir", 561 "--goma-cache-dir",
562 "[GOMA_CACHE]", 562 "[GOMA_CACHE]",
563 "--build-tool", 563 "--build-tool",
564 "ninja", 564 "ninja",
565 "--compiler", 565 "--compiler",
566 "goma", 566 "goma",
567 "--goma-jsonstatus", 567 "--goma-jsonstatus",
568 "/path/to/tmp/json", 568 "/path/to/tmp/json",
569 "--goma-service-account-json-file",
570 "/creds/service_accounts/service-account-goma-client.json",
569 "--goma-dir", 571 "--goma-dir",
570 "[CACHE]/cipd/goma", 572 "[CACHE]/cipd/goma",
571 "--ninja-ensure-up-to-date", 573 "--ninja-ensure-up-to-date",
572 "--", 574 "--",
573 "target_name" 575 "target_name"
574 ], 576 ],
575 "cwd": "[SLAVE_BUILD]", 577 "cwd": "[SLAVE_BUILD]",
576 "name": "test r1.compile", 578 "name": "test r1.compile",
577 "~followup_annotations": [ 579 "~followup_annotations": [
578 "@@@STEP_NEST_LEVEL@1@@@", 580 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 27 matching lines...) Expand all
606 "@@@STEP_LOG_END@report@@@", 608 "@@@STEP_LOG_END@report@@@",
607 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 609 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
608 ] 610 ]
609 }, 611 },
610 { 612 {
611 "name": "$result", 613 "name": "$result",
612 "recipe_result": null, 614 "recipe_result": null,
613 "status_code": 0 615 "status_code": 0
614 } 616 }
615 ] 617 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698