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

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

Issue 1906513003: Revert "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",
293 "--goma-dir", 291 "--goma-dir",
294 "[CACHE]\\cipd\\goma", 292 "[CACHE]\\cipd\\goma",
295 "--goma-hermetic", 293 "--goma-hermetic",
296 "error", 294 "error",
297 "--goma-enable-compiler-info-cache", 295 "--goma-enable-compiler-info-cache",
298 "--clobber", 296 "--clobber",
299 "--", 297 "--",
300 "base_unittests", 298 "base_unittests",
301 "chromium_builder_tests", 299 "chromium_builder_tests",
302 "content_unittests" 300 "content_unittests"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 ], 375 ],
378 "cwd": "[SLAVE_BUILD]", 376 "cwd": "[SLAVE_BUILD]",
379 "name": "process_dumps" 377 "name": "process_dumps"
380 }, 378 },
381 { 379 {
382 "name": "$result", 380 "name": "$result",
383 "recipe_result": null, 381 "recipe_result": null,
384 "status_code": 0 382 "status_code": 0
385 } 383 }
386 ] 384 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698