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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_ChromeOS.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 "chromium.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome ChromeOS", 10 "Google Chrome ChromeOS",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "--goma-cache-dir", 200 "--goma-cache-dir",
201 "[GOMA_CACHE]", 201 "[GOMA_CACHE]",
202 "--build-tool", 202 "--build-tool",
203 "ninja", 203 "ninja",
204 "--build-data-dir", 204 "--build-data-dir",
205 "[ROOT]/build_data_dir", 205 "[ROOT]/build_data_dir",
206 "--compiler", 206 "--compiler",
207 "goma", 207 "goma",
208 "--goma-jsonstatus", 208 "--goma-jsonstatus",
209 "/path/to/tmp/json", 209 "/path/to/tmp/json",
210 "--goma-service-account-json-file",
211 "/creds/service_accounts/service-account-goma-client.json",
210 "--mode", 212 "--mode",
211 "official", 213 "official",
212 "--goma-dir", 214 "--goma-dir",
213 "[BUILD]/goma", 215 "[BUILD]/goma",
214 "--clobber", 216 "--clobber",
215 "--", 217 "--",
216 "chrome", 218 "chrome",
217 "chrome_sandbox", 219 "chrome_sandbox",
218 "linux_symbols", 220 "linux_symbols",
219 "symupload" 221 "symupload"
220 ], 222 ],
221 "cwd": "[SLAVE_BUILD]", 223 "cwd": "[SLAVE_BUILD]",
222 "name": "compile", 224 "name": "compile",
223 "~followup_annotations": [ 225 "~followup_annotations": [
224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
225 "@@@STEP_LOG_END@json.output (invalid)@@@" 227 "@@@STEP_LOG_END@json.output (invalid)@@@"
226 ] 228 ]
227 }, 229 },
228 { 230 {
229 "name": "$result", 231 "name": "$result",
230 "recipe_result": null, 232 "recipe_result": null,
231 "status_code": 0 233 "status_code": 0
232 } 234 }
233 ] 235 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698