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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 "--src-dir", 621 "--src-dir",
622 "[SLAVE_BUILD]/src", 622 "[SLAVE_BUILD]/src",
623 "--goma-cache-dir", 623 "--goma-cache-dir",
624 "[GOMA_CACHE]", 624 "[GOMA_CACHE]",
625 "--build-tool", 625 "--build-tool",
626 "ninja", 626 "ninja",
627 "--compiler", 627 "--compiler",
628 "goma", 628 "goma",
629 "--goma-jsonstatus", 629 "--goma-jsonstatus",
630 "/path/to/tmp/json", 630 "/path/to/tmp/json",
631 "--goma-service-account-json-file",
632 "/creds/service_accounts/service-account-goma-client.json",
631 "--goma-dir", 633 "--goma-dir",
632 "[CACHE]/cipd/goma", 634 "[CACHE]/cipd/goma",
633 "--ninja-ensure-up-to-date", 635 "--ninja-ensure-up-to-date",
634 "--", 636 "--",
635 "a", 637 "a",
636 "a_run" 638 "a_run"
637 ], 639 ],
638 "cwd": "[SLAVE_BUILD]", 640 "cwd": "[SLAVE_BUILD]",
639 "name": "test r1.compile", 641 "name": "test r1.compile",
640 "~followup_annotations": [ 642 "~followup_annotations": [
(...skipping 28 matching lines...) Expand all
669 "@@@STEP_LOG_END@report@@@", 671 "@@@STEP_LOG_END@report@@@",
670 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 672 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
671 ] 673 ]
672 }, 674 },
673 { 675 {
674 "name": "$result", 676 "name": "$result",
675 "recipe_result": null, 677 "recipe_result": null,
676 "status_code": 0 678 "status_code": 0
677 } 679 }
678 ] 680 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698