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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_x64_Builder.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[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "--src-dir", 310 "--src-dir",
311 "[SLAVE_BUILD]\\src", 311 "[SLAVE_BUILD]\\src",
312 "--goma-cache-dir", 312 "--goma-cache-dir",
313 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
314 "--build-tool", 314 "--build-tool",
315 "ninja", 315 "ninja",
316 "--compiler", 316 "--compiler",
317 "goma", 317 "goma",
318 "--goma-jsonstatus", 318 "--goma-jsonstatus",
319 "/path/to/tmp/json", 319 "/path/to/tmp/json",
320 "--goma-service-account-json-file",
321 "C:\\creds\\service_accounts\\service-account-goma-client.json",
320 "--goma-dir", 322 "--goma-dir",
321 "[BUILD]\\goma", 323 "[BUILD]\\goma",
322 "--", 324 "--",
323 "blink_tests", 325 "blink_tests",
324 "browser_tests", 326 "browser_tests",
325 "browser_tests_run" 327 "browser_tests_run"
326 ], 328 ],
327 "cwd": "[SLAVE_BUILD]", 329 "cwd": "[SLAVE_BUILD]",
328 "name": "compile", 330 "name": "compile",
329 "~followup_annotations": [ 331 "~followup_annotations": [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 ], 434 ],
433 "cwd": "[SLAVE_BUILD]", 435 "cwd": "[SLAVE_BUILD]",
434 "name": "process_dumps" 436 "name": "process_dumps"
435 }, 437 },
436 { 438 {
437 "name": "$result", 439 "name": "$result",
438 "recipe_result": null, 440 "recipe_result": null,
439 "status_code": 0 441 "status_code": 0
440 } 442 }
441 ] 443 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698