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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.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 Mac", 10 "Google Chrome Mac",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "--goma-cache-dir", 277 "--goma-cache-dir",
278 "[GOMA_CACHE]", 278 "[GOMA_CACHE]",
279 "--build-tool", 279 "--build-tool",
280 "ninja", 280 "ninja",
281 "--build-data-dir", 281 "--build-data-dir",
282 "[ROOT]/build_data_dir", 282 "[ROOT]/build_data_dir",
283 "--compiler", 283 "--compiler",
284 "goma-clang", 284 "goma-clang",
285 "--goma-jsonstatus", 285 "--goma-jsonstatus",
286 "/path/to/tmp/json", 286 "/path/to/tmp/json",
287 "--goma-service-account-json-file",
288 "/creds/service_accounts/service-account-goma-client.json",
287 "--mode", 289 "--mode",
288 "official", 290 "official",
289 "--goma-dir", 291 "--goma-dir",
290 "[CACHE]/cipd/goma", 292 "[CACHE]/cipd/goma",
291 "--clobber", 293 "--clobber",
292 "--", 294 "--",
293 "chrome" 295 "chrome"
294 ], 296 ],
295 "cwd": "[SLAVE_BUILD]", 297 "cwd": "[SLAVE_BUILD]",
296 "name": "compile", 298 "name": "compile",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ], 332 ],
331 "cwd": "[SLAVE_BUILD]", 333 "cwd": "[SLAVE_BUILD]",
332 "name": "sizes" 334 "name": "sizes"
333 }, 335 },
334 { 336 {
335 "name": "$result", 337 "name": "$result",
336 "recipe_result": null, 338 "recipe_result": null,
337 "status_code": 0 339 "status_code": 0
338 } 340 }
339 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698