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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder.json

Issue 1909483002: 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "--src-dir", 319 "--src-dir",
320 "[SLAVE_BUILD]\\src", 320 "[SLAVE_BUILD]\\src",
321 "--goma-cache-dir", 321 "--goma-cache-dir",
322 "[GOMA_CACHE]", 322 "[GOMA_CACHE]",
323 "--build-tool", 323 "--build-tool",
324 "ninja", 324 "ninja",
325 "--compiler", 325 "--compiler",
326 "goma", 326 "goma",
327 "--goma-jsonstatus", 327 "--goma-jsonstatus",
328 "/path/to/tmp/json", 328 "/path/to/tmp/json",
329 "--goma-service-account-json-file",
330 "C:\\creds\\service_accounts\\service-account-goma-client.json",
329 "--goma-dir", 331 "--goma-dir",
330 "[BUILD]\\goma", 332 "[BUILD]\\goma",
331 "--ninja-ensure-up-to-date", 333 "--ninja-ensure-up-to-date",
332 "--", 334 "--",
333 "browser_tests", 335 "browser_tests",
334 "browser_tests_run", 336 "browser_tests_run",
335 "chromium_builder_tests", 337 "chromium_builder_tests",
336 "mini_installer" 338 "mini_installer"
337 ], 339 ],
338 "cwd": "[SLAVE_BUILD]", 340 "cwd": "[SLAVE_BUILD]",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "~followup_annotations": [ 431 "~followup_annotations": [
430 "@@@STEP_TEXT@Win7 Tests (1)@@@" 432 "@@@STEP_TEXT@Win7 Tests (1)@@@"
431 ] 433 ]
432 }, 434 },
433 { 435 {
434 "name": "$result", 436 "name": "$result",
435 "recipe_result": null, 437 "recipe_result": null,
436 "status_code": 0 438 "status_code": 0
437 } 439 }
438 ] 440 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698