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

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

Powered by Google App Engine
This is Rietveld 408576698