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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "--src-dir", 130 "--src-dir",
131 "[SLAVE_BUILD]\\v8", 131 "[SLAVE_BUILD]\\v8",
132 "--goma-cache-dir", 132 "--goma-cache-dir",
133 "[GOMA_CACHE]", 133 "[GOMA_CACHE]",
134 "--build-tool", 134 "--build-tool",
135 "ninja", 135 "ninja",
136 "--compiler", 136 "--compiler",
137 "goma-clang", 137 "goma-clang",
138 "--goma-jsonstatus", 138 "--goma-jsonstatus",
139 "/path/to/tmp/json", 139 "/path/to/tmp/json",
140 "--goma-service-account-json-file",
141 "C:\\creds\\service_accounts\\service-account-goma-client.json",
140 "--goma-dir", 142 "--goma-dir",
141 "[BUILD]\\goma", 143 "[BUILD]\\goma",
142 "--arch", 144 "--arch",
143 "x64", 145 "x64",
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 ]
152 }, 154 },
153 { 155 {
154 "name": "$result", 156 "name": "$result",
155 "recipe_result": null, 157 "recipe_result": null,
156 "status_code": 0 158 "status_code": 0
157 } 159 }
158 ] 160 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698