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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win_blink_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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "--src-dir", 363 "--src-dir",
364 "[SLAVE_BUILD]\\src", 364 "[SLAVE_BUILD]\\src",
365 "--goma-cache-dir", 365 "--goma-cache-dir",
366 "[GOMA_CACHE]", 366 "[GOMA_CACHE]",
367 "--build-tool", 367 "--build-tool",
368 "ninja", 368 "ninja",
369 "--compiler", 369 "--compiler",
370 "goma", 370 "goma",
371 "--goma-jsonstatus", 371 "--goma-jsonstatus",
372 "/path/to/tmp/json", 372 "/path/to/tmp/json",
373 "--goma-service-account-json-file",
374 "C:\\creds\\service_accounts\\service-account-goma-client.json",
373 "--goma-dir", 375 "--goma-dir",
374 "[CACHE]\\cipd\\goma", 376 "[CACHE]\\cipd\\goma",
375 "--goma-fail-fast", 377 "--goma-fail-fast",
376 "--goma-disable-local-fallback", 378 "--goma-disable-local-fallback",
377 "--", 379 "--",
378 "blink_tests" 380 "blink_tests"
379 ], 381 ],
380 "cwd": "[SLAVE_BUILD]", 382 "cwd": "[SLAVE_BUILD]",
381 "name": "compile (with patch)", 383 "name": "compile (with patch)",
382 "~followup_annotations": [ 384 "~followup_annotations": [
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 ], 468 ],
467 "cwd": "[SLAVE_BUILD]", 469 "cwd": "[SLAVE_BUILD]",
468 "name": "process_dumps" 470 "name": "process_dumps"
469 }, 471 },
470 { 472 {
471 "name": "$result", 473 "name": "$result",
472 "recipe_result": null, 474 "recipe_result": null,
473 "status_code": 0 475 "status_code": 0
474 } 476 }
475 ] 477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698