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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_Builder.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[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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "--goma-cache-dir", 373 "--goma-cache-dir",
374 "[GOMA_CACHE]", 374 "[GOMA_CACHE]",
375 "--build-tool", 375 "--build-tool",
376 "ninja", 376 "ninja",
377 "--build-data-dir", 377 "--build-data-dir",
378 "[ROOT]\\build_data_dir", 378 "[ROOT]\\build_data_dir",
379 "--compiler", 379 "--compiler",
380 "goma", 380 "goma",
381 "--goma-jsonstatus", 381 "--goma-jsonstatus",
382 "/path/to/tmp/json", 382 "/path/to/tmp/json",
383 "--goma-service-account-json-file",
384 "C:\\creds\\service_accounts\\service-account-goma-client.json",
383 "--goma-dir", 385 "--goma-dir",
384 "[CACHE]\\cipd\\goma", 386 "[CACHE]\\cipd\\goma",
385 "--ninja-ensure-up-to-date", 387 "--ninja-ensure-up-to-date",
386 "--", 388 "--",
387 "browser_tests", 389 "browser_tests",
388 "browser_tests_run" 390 "browser_tests_run"
389 ], 391 ],
390 "cwd": "[SLAVE_BUILD]", 392 "cwd": "[SLAVE_BUILD]",
391 "name": "compile", 393 "name": "compile",
392 "~followup_annotations": [ 394 "~followup_annotations": [
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 "~followup_annotations": [ 643 "~followup_annotations": [
642 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" 644 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@"
643 ] 645 ]
644 }, 646 },
645 { 647 {
646 "name": "$result", 648 "name": "$result",
647 "recipe_result": null, 649 "recipe_result": null,
648 "status_code": 0 650 "status_code": 0
649 } 651 }
650 ] 652 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698