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

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

Powered by Google App Engine
This is Rietveld 408576698