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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder.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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "--src-dir", 318 "--src-dir",
319 "[SLAVE_BUILD]\\src", 319 "[SLAVE_BUILD]\\src",
320 "--goma-cache-dir", 320 "--goma-cache-dir",
321 "[GOMA_CACHE]", 321 "[GOMA_CACHE]",
322 "--build-tool", 322 "--build-tool",
323 "ninja", 323 "ninja",
324 "--compiler", 324 "--compiler",
325 "goma", 325 "goma",
326 "--goma-jsonstatus", 326 "--goma-jsonstatus",
327 "/path/to/tmp/json", 327 "/path/to/tmp/json",
328 "--goma-service-account-json-file",
329 "C:\\creds\\service_accounts\\service-account-goma-client.json",
330 "--goma-dir", 328 "--goma-dir",
331 "[CACHE]\\cipd\\goma", 329 "[CACHE]\\cipd\\goma",
332 "--ninja-ensure-up-to-date", 330 "--ninja-ensure-up-to-date",
333 "--", 331 "--",
334 "browser_tests", 332 "browser_tests",
335 "browser_tests_run", 333 "browser_tests_run",
336 "chromium_builder_tests", 334 "chromium_builder_tests",
337 "mini_installer" 335 "mini_installer"
338 ], 336 ],
339 "cwd": "[SLAVE_BUILD]", 337 "cwd": "[SLAVE_BUILD]",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "~followup_annotations": [ 453 "~followup_annotations": [
456 "@@@STEP_TEXT@Win7 Tests (1)@@@" 454 "@@@STEP_TEXT@Win7 Tests (1)@@@"
457 ] 455 ]
458 }, 456 },
459 { 457 {
460 "name": "$result", 458 "name": "$result",
461 "recipe_result": null, 459 "recipe_result": null,
462 "status_code": 0 460 "status_code": 0
463 } 461 }
464 ] 462 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698