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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "--src-dir", 264 "--src-dir",
265 "[SLAVE_BUILD]\\src", 265 "[SLAVE_BUILD]\\src",
266 "--goma-cache-dir", 266 "--goma-cache-dir",
267 "[GOMA_CACHE]", 267 "[GOMA_CACHE]",
268 "--build-tool", 268 "--build-tool",
269 "ninja", 269 "ninja",
270 "--compiler", 270 "--compiler",
271 "goma", 271 "goma",
272 "--goma-jsonstatus", 272 "--goma-jsonstatus",
273 "/path/to/tmp/json", 273 "/path/to/tmp/json",
274 "--goma-service-account-json-file",
275 "C:\\creds\\service_accounts\\service-account-goma-client.json",
276 "--mode", 274 "--mode",
277 "official", 275 "official",
278 "--goma-dir", 276 "--goma-dir",
279 "[CACHE]\\cipd\\goma", 277 "[CACHE]\\cipd\\goma",
280 "--clobber", 278 "--clobber",
281 "--", 279 "--",
282 "chrome", 280 "chrome",
283 "chrome_official_builder_no_unittests" 281 "chrome_official_builder_no_unittests"
284 ], 282 ],
285 "cwd": "[SLAVE_BUILD]", 283 "cwd": "[SLAVE_BUILD]",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ], 328 ],
331 "cwd": "[SLAVE_BUILD]", 329 "cwd": "[SLAVE_BUILD]",
332 "name": "process_dumps" 330 "name": "process_dumps"
333 }, 331 },
334 { 332 {
335 "name": "$result", 333 "name": "$result",
336 "recipe_result": null, 334 "recipe_result": null,
337 "status_code": 0 335 "status_code": 0
338 } 336 }
339 ] 337 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698