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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__dbg_.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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "--goma-cache-dir", 310 "--goma-cache-dir",
311 "[GOMA_CACHE]", 311 "[GOMA_CACHE]",
312 "--build-tool", 312 "--build-tool",
313 "ninja", 313 "ninja",
314 "--build-data-dir", 314 "--build-data-dir",
315 "[ROOT]\\build_data_dir", 315 "[ROOT]\\build_data_dir",
316 "--compiler", 316 "--compiler",
317 "goma", 317 "goma",
318 "--goma-jsonstatus", 318 "--goma-jsonstatus",
319 "/path/to/tmp/json", 319 "/path/to/tmp/json",
320 "--goma-service-account-json-file",
321 "C:\\creds\\service_accounts\\service-account-goma-client.json",
320 "--goma-dir", 322 "--goma-dir",
321 "[CACHE]\\cipd\\goma", 323 "[CACHE]\\cipd\\goma",
322 "--ninja-ensure-up-to-date", 324 "--ninja-ensure-up-to-date",
323 "--", 325 "--",
324 "browser_tests", 326 "browser_tests",
325 "browser_tests_run", 327 "browser_tests_run",
326 "chromium_builder_tests" 328 "chromium_builder_tests"
327 ], 329 ],
328 "cwd": "[SLAVE_BUILD]", 330 "cwd": "[SLAVE_BUILD]",
329 "name": "compile", 331 "name": "compile",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "~followup_annotations": [ 419 "~followup_annotations": [
418 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 420 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
419 ] 421 ]
420 }, 422 },
421 { 423 {
422 "name": "$result", 424 "name": "$result",
423 "recipe_result": null, 425 "recipe_result": null,
424 "status_code": 0 426 "status_code": 0
425 } 427 }
426 ] 428 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698