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

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

Powered by Google App Engine
This is Rietveld 408576698