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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "--src-dir", 392 "--src-dir",
393 "[SLAVE_BUILD]\\src", 393 "[SLAVE_BUILD]\\src",
394 "--goma-cache-dir", 394 "--goma-cache-dir",
395 "[GOMA_CACHE]", 395 "[GOMA_CACHE]",
396 "--build-tool", 396 "--build-tool",
397 "ninja", 397 "ninja",
398 "--compiler", 398 "--compiler",
399 "goma", 399 "goma",
400 "--goma-jsonstatus", 400 "--goma-jsonstatus",
401 "/path/to/tmp/json", 401 "/path/to/tmp/json",
402 "--goma-service-account-json-file",
403 "C:\\creds\\service_accounts\\service-account-goma-client.json",
402 "--goma-dir", 404 "--goma-dir",
403 "[CACHE]\\cipd\\goma", 405 "[CACHE]\\cipd\\goma",
404 "--goma-fail-fast", 406 "--goma-fail-fast",
405 "--goma-disable-local-fallback", 407 "--goma-disable-local-fallback",
406 "--ninja-ensure-up-to-date", 408 "--ninja-ensure-up-to-date",
407 "--", 409 "--",
408 "blink_tests" 410 "blink_tests"
409 ], 411 ],
410 "cwd": "[SLAVE_BUILD]", 412 "cwd": "[SLAVE_BUILD]",
411 "name": "compile (with patch)", 413 "name": "compile (with patch)",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 ], 550 ],
549 "cwd": "[SLAVE_BUILD]", 551 "cwd": "[SLAVE_BUILD]",
550 "name": "process_dumps" 552 "name": "process_dumps"
551 }, 553 },
552 { 554 {
553 "name": "$result", 555 "name": "$result",
554 "recipe_result": null, 556 "recipe_result": null,
555 "status_code": 0 557 "status_code": 0
556 } 558 }
557 ] 559 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698