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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "--src-dir", 388 "--src-dir",
389 "[SLAVE_BUILD]\\src", 389 "[SLAVE_BUILD]\\src",
390 "--goma-cache-dir", 390 "--goma-cache-dir",
391 "[GOMA_CACHE]", 391 "[GOMA_CACHE]",
392 "--build-tool", 392 "--build-tool",
393 "ninja", 393 "ninja",
394 "--compiler", 394 "--compiler",
395 "goma-clang", 395 "goma-clang",
396 "--goma-jsonstatus", 396 "--goma-jsonstatus",
397 "/path/to/tmp/json", 397 "/path/to/tmp/json",
398 "--goma-service-account-json-file",
399 "C:\\creds\\service_accounts\\service-account-goma-client.json",
398 "--goma-dir", 400 "--goma-dir",
399 "[CACHE]\\cipd\\goma", 401 "[CACHE]\\cipd\\goma",
400 "--goma-fail-fast", 402 "--goma-fail-fast",
401 "--goma-disable-local-fallback", 403 "--goma-disable-local-fallback",
402 "--", 404 "--",
403 "all" 405 "all"
404 ], 406 ],
405 "cwd": "[SLAVE_BUILD]", 407 "cwd": "[SLAVE_BUILD]",
406 "name": "compile (with patch)", 408 "name": "compile (with patch)",
407 "~followup_annotations": [ 409 "~followup_annotations": [
408 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 410 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
409 "@@@STEP_LOG_END@json.output (invalid)@@@" 411 "@@@STEP_LOG_END@json.output (invalid)@@@"
410 ] 412 ]
411 }, 413 },
412 { 414 {
413 "cmd": [ 415 "cmd": [
414 "python", 416 "python",
415 "-u", 417 "-u",
416 "import sys; sys.exit(0)" 418 "import sys; sys.exit(0)"
417 ], 419 ],
418 "cwd": "[SLAVE_BUILD]", 420 "cwd": "[SLAVE_BUILD]",
419 "name": "mark: before_tests" 421 "name": "mark: before_tests"
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