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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Win.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_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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "--src-dir", 244 "--src-dir",
245 "[SLAVE_BUILD]\\src", 245 "[SLAVE_BUILD]\\src",
246 "--goma-cache-dir", 246 "--goma-cache-dir",
247 "[GOMA_CACHE]", 247 "[GOMA_CACHE]",
248 "--build-tool", 248 "--build-tool",
249 "ninja", 249 "ninja",
250 "--compiler", 250 "--compiler",
251 "goma", 251 "goma",
252 "--goma-jsonstatus", 252 "--goma-jsonstatus",
253 "/path/to/tmp/json", 253 "/path/to/tmp/json",
254 "--goma-service-account-json-file",
255 "C:\\creds\\service_accounts\\service-account-goma-client.json",
256 "--goma-dir", 254 "--goma-dir",
257 "[CACHE]\\cipd\\goma", 255 "[CACHE]\\cipd\\goma",
258 "--ninja-ensure-up-to-date", 256 "--ninja-ensure-up-to-date",
259 "--clobber", 257 "--clobber",
260 "--", 258 "--",
261 "all" 259 "all"
262 ], 260 ],
263 "cwd": "[SLAVE_BUILD]", 261 "cwd": "[SLAVE_BUILD]",
264 "name": "compile", 262 "name": "compile",
265 "~followup_annotations": [ 263 "~followup_annotations": [
(...skipping 17 matching lines...) Expand all
283 ], 281 ],
284 "cwd": "[SLAVE_BUILD]", 282 "cwd": "[SLAVE_BUILD]",
285 "name": "archive_build" 283 "name": "archive_build"
286 }, 284 },
287 { 285 {
288 "name": "$result", 286 "name": "$result",
289 "recipe_result": null, 287 "recipe_result": null,
290 "status_code": 0 288 "status_code": 0
291 } 289 }
292 ] 290 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698