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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "--src-dir", 329 "--src-dir",
330 "[SLAVE_BUILD]\\src", 330 "[SLAVE_BUILD]\\src",
331 "--goma-cache-dir", 331 "--goma-cache-dir",
332 "[GOMA_CACHE]", 332 "[GOMA_CACHE]",
333 "--build-tool", 333 "--build-tool",
334 "ninja", 334 "ninja",
335 "--compiler", 335 "--compiler",
336 "goma", 336 "goma",
337 "--goma-jsonstatus", 337 "--goma-jsonstatus",
338 "/path/to/tmp/json", 338 "/path/to/tmp/json",
339 "--goma-service-account-json-file",
340 "C:\\creds\\service_accounts\\service-account-goma-client.json",
339 "--goma-dir", 341 "--goma-dir",
340 "[BUILD]\\goma", 342 "[BUILD]\\goma",
341 "--", 343 "--",
342 "browser_tests", 344 "browser_tests",
343 "browser_tests_run" 345 "browser_tests_run"
344 ], 346 ],
345 "cwd": "[SLAVE_BUILD]", 347 "cwd": "[SLAVE_BUILD]",
346 "name": "compile", 348 "name": "compile",
347 "~followup_annotations": [ 349 "~followup_annotations": [
348 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 ], 452 ],
451 "cwd": "[SLAVE_BUILD]", 453 "cwd": "[SLAVE_BUILD]",
452 "name": "process_dumps" 454 "name": "process_dumps"
453 }, 455 },
454 { 456 {
455 "name": "$result", 457 "name": "$result",
456 "recipe_result": null, 458 "recipe_result": null,
457 "status_code": 0 459 "status_code": 0
458 } 460 }
459 ] 461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698