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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "--src-dir", 324 "--src-dir",
325 "[SLAVE_BUILD]\\src", 325 "[SLAVE_BUILD]\\src",
326 "--goma-cache-dir", 326 "--goma-cache-dir",
327 "[GOMA_CACHE]", 327 "[GOMA_CACHE]",
328 "--build-tool", 328 "--build-tool",
329 "ninja", 329 "ninja",
330 "--compiler", 330 "--compiler",
331 "goma", 331 "goma",
332 "--goma-jsonstatus", 332 "--goma-jsonstatus",
333 "/path/to/tmp/json", 333 "/path/to/tmp/json",
334 "--goma-service-account-json-file",
335 "C:\\creds\\service_accounts\\service-account-goma-client.json",
334 "--goma-dir", 336 "--goma-dir",
335 "[CACHE]\\cipd\\goma", 337 "[CACHE]\\cipd\\goma",
336 "--goma-fail-fast", 338 "--goma-fail-fast",
337 "--goma-disable-local-fallback", 339 "--goma-disable-local-fallback",
338 "--ninja-ensure-up-to-date", 340 "--ninja-ensure-up-to-date",
339 "--clobber", 341 "--clobber",
340 "--", 342 "--",
341 "all" 343 "all"
342 ], 344 ],
343 "cwd": "[SLAVE_BUILD]", 345 "cwd": "[SLAVE_BUILD]",
(...skipping 11 matching lines...) Expand all
355 ], 357 ],
356 "cwd": "[SLAVE_BUILD]", 358 "cwd": "[SLAVE_BUILD]",
357 "name": "mark: before_tests" 359 "name": "mark: before_tests"
358 }, 360 },
359 { 361 {
360 "name": "$result", 362 "name": "$result",
361 "recipe_result": null, 363 "recipe_result": null,
362 "status_code": 0 364 "status_code": 0
363 } 365 }
364 ] 366 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698