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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_clbr_.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_PACKAGE_REPO[depot_tools]\\gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "--src-dir", 261 "--src-dir",
262 "[SLAVE_BUILD]\\src", 262 "[SLAVE_BUILD]\\src",
263 "--goma-cache-dir", 263 "--goma-cache-dir",
264 "[GOMA_CACHE]", 264 "[GOMA_CACHE]",
265 "--build-tool", 265 "--build-tool",
266 "ninja", 266 "ninja",
267 "--compiler", 267 "--compiler",
268 "goma", 268 "goma",
269 "--goma-jsonstatus", 269 "--goma-jsonstatus",
270 "/path/to/tmp/json", 270 "/path/to/tmp/json",
271 "--goma-service-account-json-file",
272 "C:\\creds\\service_accounts\\service-account-goma-client.json",
271 "--goma-dir", 273 "--goma-dir",
272 "[BUILD]\\goma", 274 "[BUILD]\\goma",
273 "--goma-hermetic", 275 "--goma-hermetic",
274 "error", 276 "error",
275 "--goma-enable-compiler-info-cache", 277 "--goma-enable-compiler-info-cache",
276 "--clobber", 278 "--clobber",
277 "--", 279 "--",
278 "base_unittests", 280 "base_unittests",
279 "chromium_builder_tests", 281 "chromium_builder_tests",
280 "content_unittests" 282 "content_unittests"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 ], 357 ],
356 "cwd": "[SLAVE_BUILD]", 358 "cwd": "[SLAVE_BUILD]",
357 "name": "process_dumps" 359 "name": "process_dumps"
358 }, 360 },
359 { 361 {
360 "name": "$result", 362 "name": "$result",
361 "recipe_result": null, 363 "recipe_result": null,
362 "status_code": 0 364 "status_code": 0
363 } 365 }
364 ] 366 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698