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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug__gn_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux64 Debug (GN)", 10 "Linux64 Debug (GN)",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "--src-dir", 92 "--src-dir",
93 "[SLAVE_BUILD]/src", 93 "[SLAVE_BUILD]/src",
94 "--goma-cache-dir", 94 "--goma-cache-dir",
95 "[GOMA_CACHE]", 95 "[GOMA_CACHE]",
96 "--build-tool", 96 "--build-tool",
97 "ninja", 97 "ninja",
98 "--compiler", 98 "--compiler",
99 "goma", 99 "goma",
100 "--goma-jsonstatus", 100 "--goma-jsonstatus",
101 "/path/to/tmp/json", 101 "/path/to/tmp/json",
102 "--goma-service-account-json-file",
103 "/creds/service_accounts/service-account-goma-client.json",
102 "--goma-dir", 104 "--goma-dir",
103 "[BUILD]/goma", 105 "[BUILD]/goma",
104 "--", 106 "--",
105 "all" 107 "all"
106 ], 108 ],
107 "cwd": "[SLAVE_BUILD]", 109 "cwd": "[SLAVE_BUILD]",
108 "name": "compile", 110 "name": "compile",
109 "~followup_annotations": [ 111 "~followup_annotations": [
110 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
111 "@@@STEP_LOG_END@json.output (invalid)@@@" 113 "@@@STEP_LOG_END@json.output (invalid)@@@"
112 ] 114 ]
113 }, 115 },
114 { 116 {
115 "name": "$result", 117 "name": "$result",
116 "recipe_result": null, 118 "recipe_result": null,
117 "status_code": 0 119 "status_code": 0
118 } 120 }
119 ] 121 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698