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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_ChromeOS.json

Issue 1909483002: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "--src-dir", 255 "--src-dir",
256 "[SLAVE_BUILD]/src", 256 "[SLAVE_BUILD]/src",
257 "--goma-cache-dir", 257 "--goma-cache-dir",
258 "[GOMA_CACHE]", 258 "[GOMA_CACHE]",
259 "--build-tool", 259 "--build-tool",
260 "ninja", 260 "ninja",
261 "--compiler", 261 "--compiler",
262 "goma", 262 "goma",
263 "--goma-jsonstatus", 263 "--goma-jsonstatus",
264 "/path/to/tmp/json", 264 "/path/to/tmp/json",
265 "--goma-service-account-json-file",
266 "/creds/service_accounts/service-account-goma-client.json",
265 "--mode", 267 "--mode",
266 "official", 268 "official",
267 "--goma-dir", 269 "--goma-dir",
268 "[BUILD]/goma", 270 "[BUILD]/goma",
269 "--clobber", 271 "--clobber",
270 "--", 272 "--",
271 "chrome", 273 "chrome",
272 "chrome_sandbox", 274 "chrome_sandbox",
273 "linux_symbols", 275 "linux_symbols",
274 "symupload" 276 "symupload"
275 ], 277 ],
276 "cwd": "[SLAVE_BUILD]", 278 "cwd": "[SLAVE_BUILD]",
277 "name": "compile", 279 "name": "compile",
278 "~followup_annotations": [ 280 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
280 "@@@STEP_LOG_END@json.output (invalid)@@@" 282 "@@@STEP_LOG_END@json.output (invalid)@@@"
281 ] 283 ]
282 }, 284 },
283 { 285 {
284 "name": "$result", 286 "name": "$result",
285 "recipe_result": null, 287 "recipe_result": null,
286 "status_code": 0 288 "status_code": 0
287 } 289 }
288 ] 290 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698