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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.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_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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--build-data-dir", 267 "--build-data-dir",
268 "[ROOT]\\build_data_dir", 268 "[ROOT]\\build_data_dir",
269 "--compiler", 269 "--compiler",
270 "goma", 270 "goma",
271 "--goma-jsonstatus", 271 "--goma-jsonstatus",
272 "/path/to/tmp/json", 272 "/path/to/tmp/json",
273 "--goma-service-account-json-file",
274 "C:\\creds\\service_accounts\\service-account-goma-client.json",
273 "--goma-dir", 275 "--goma-dir",
274 "[CACHE]\\cipd\\goma", 276 "[CACHE]\\cipd\\goma",
275 "--goma-hermetic", 277 "--goma-hermetic",
276 "error", 278 "error",
277 "--goma-enable-compiler-info-cache", 279 "--goma-enable-compiler-info-cache",
278 "--", 280 "--",
279 "base_unittests", 281 "base_unittests",
280 "chromium_builder_tests", 282 "chromium_builder_tests",
281 "content_unittests" 283 "content_unittests"
282 ], 284 ],
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 ], 349 ],
348 "cwd": "[SLAVE_BUILD]", 350 "cwd": "[SLAVE_BUILD]",
349 "name": "process_dumps" 351 "name": "process_dumps"
350 }, 352 },
351 { 353 {
352 "name": "$result", 354 "name": "$result",
353 "recipe_result": null, 355 "recipe_result": null,
354 "status_code": 0 356 "status_code": 0
355 } 357 }
356 ] 358 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698