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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "--src-dir", 132 "--src-dir",
133 "[SLAVE_BUILD]\\v8", 133 "[SLAVE_BUILD]\\v8",
134 "--goma-cache-dir", 134 "--goma-cache-dir",
135 "[GOMA_CACHE]", 135 "[GOMA_CACHE]",
136 "--build-tool", 136 "--build-tool",
137 "ninja", 137 "ninja",
138 "--compiler", 138 "--compiler",
139 "goma", 139 "goma",
140 "--goma-jsonstatus", 140 "--goma-jsonstatus",
141 "/path/to/tmp/json", 141 "/path/to/tmp/json",
142 "--goma-service-account-json-file",
143 "C:\\creds\\service_accounts\\service-account-goma-client.json",
142 "--goma-dir", 144 "--goma-dir",
143 "[BUILD]\\goma", 145 "[BUILD]\\goma",
144 "--" 146 "--"
145 ], 147 ],
146 "cwd": "[SLAVE_BUILD]", 148 "cwd": "[SLAVE_BUILD]",
147 "name": "compile", 149 "name": "compile",
148 "~followup_annotations": [ 150 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
150 "@@@STEP_LOG_END@json.output (invalid)@@@" 152 "@@@STEP_LOG_END@json.output (invalid)@@@"
151 ] 153 ]
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 457 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
456 "@@@STEP_LOG_END@durations@@@" 458 "@@@STEP_LOG_END@durations@@@"
457 ] 459 ]
458 }, 460 },
459 { 461 {
460 "name": "$result", 462 "name": "$result",
461 "recipe_result": null, 463 "recipe_result": null,
462 "status_code": 0 464 "status_code": 0
463 } 465 }
464 ] 466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698