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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 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",
336 "--goma-dir", 334 "--goma-dir",
337 "[CACHE]\\cipd\\goma", 335 "[CACHE]\\cipd\\goma",
338 "--goma-fail-fast", 336 "--goma-fail-fast",
339 "--goma-disable-local-fallback", 337 "--goma-disable-local-fallback",
340 "--ninja-ensure-up-to-date", 338 "--ninja-ensure-up-to-date",
341 "--clobber", 339 "--clobber",
342 "--", 340 "--",
343 "all" 341 "all"
344 ], 342 ],
345 "cwd": "[SLAVE_BUILD]", 343 "cwd": "[SLAVE_BUILD]",
(...skipping 11 matching lines...) Expand all
357 ], 355 ],
358 "cwd": "[SLAVE_BUILD]", 356 "cwd": "[SLAVE_BUILD]",
359 "name": "mark: before_tests" 357 "name": "mark: before_tests"
360 }, 358 },
361 { 359 {
362 "name": "$result", 360 "name": "$result",
363 "recipe_result": null, 361 "recipe_result": null,
364 "status_code": 0 362 "status_code": 0
365 } 363 }
366 ] 364 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698