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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_ChromeOS.json

Issue 1906513003: Revert "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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome ChromeOS", 10 "Google Chrome ChromeOS",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "--src-dir", 198 "--src-dir",
199 "[SLAVE_BUILD]/src", 199 "[SLAVE_BUILD]/src",
200 "--goma-cache-dir", 200 "--goma-cache-dir",
201 "[GOMA_CACHE]", 201 "[GOMA_CACHE]",
202 "--build-tool", 202 "--build-tool",
203 "ninja", 203 "ninja",
204 "--compiler", 204 "--compiler",
205 "goma", 205 "goma",
206 "--goma-jsonstatus", 206 "--goma-jsonstatus",
207 "/path/to/tmp/json", 207 "/path/to/tmp/json",
208 "--goma-service-account-json-file",
209 "/creds/service_accounts/service-account-goma-client.json",
210 "--mode", 208 "--mode",
211 "official", 209 "official",
212 "--goma-dir", 210 "--goma-dir",
213 "[BUILD]/goma", 211 "[BUILD]/goma",
214 "--clobber", 212 "--clobber",
215 "--", 213 "--",
216 "chrome", 214 "chrome",
217 "chrome_sandbox", 215 "chrome_sandbox",
218 "linux_symbols", 216 "linux_symbols",
219 "symupload" 217 "symupload"
220 ], 218 ],
221 "cwd": "[SLAVE_BUILD]", 219 "cwd": "[SLAVE_BUILD]",
222 "name": "compile", 220 "name": "compile",
223 "~followup_annotations": [ 221 "~followup_annotations": [
224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
225 "@@@STEP_LOG_END@json.output (invalid)@@@" 223 "@@@STEP_LOG_END@json.output (invalid)@@@"
226 ] 224 ]
227 }, 225 },
228 { 226 {
229 "name": "$result", 227 "name": "$result",
230 "recipe_result": null, 228 "recipe_result": null,
231 "status_code": 0 229 "status_code": 0
232 } 230 }
233 ] 231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698