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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "--src-dir", 281 "--src-dir",
282 "[SLAVE_BUILD]\\src", 282 "[SLAVE_BUILD]\\src",
283 "--goma-cache-dir", 283 "--goma-cache-dir",
284 "[GOMA_CACHE]", 284 "[GOMA_CACHE]",
285 "--build-tool", 285 "--build-tool",
286 "ninja", 286 "ninja",
287 "--compiler", 287 "--compiler",
288 "goma-clang", 288 "goma-clang",
289 "--goma-jsonstatus", 289 "--goma-jsonstatus",
290 "/path/to/tmp/json", 290 "/path/to/tmp/json",
291 "--goma-service-account-json-file",
292 "C:\\creds\\service_accounts\\service-account-goma-client.json",
291 "--goma-dir", 293 "--goma-dir",
292 "[BUILD]\\goma", 294 "[BUILD]\\goma",
293 "--goma-hermetic", 295 "--goma-hermetic",
294 "error", 296 "error",
295 "--goma-enable-compiler-info-cache", 297 "--goma-enable-compiler-info-cache",
296 "--clobber", 298 "--clobber",
297 "--", 299 "--",
298 "base_unittests", 300 "base_unittests",
299 "chromium_builder_tests", 301 "chromium_builder_tests",
300 "content_unittests" 302 "content_unittests"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 ], 377 ],
376 "cwd": "[SLAVE_BUILD]", 378 "cwd": "[SLAVE_BUILD]",
377 "name": "process_dumps" 379 "name": "process_dumps"
378 }, 380 },
379 { 381 {
380 "name": "$result", 382 "name": "$result",
381 "recipe_result": null, 383 "recipe_result": null,
382 "status_code": 0 384 "status_code": 0
383 } 385 }
384 ] 386 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698