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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.json

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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",
400 "--goma-dir", 398 "--goma-dir",
401 "[CACHE]\\cipd\\goma", 399 "[CACHE]\\cipd\\goma",
402 "--goma-fail-fast", 400 "--goma-fail-fast",
403 "--goma-disable-local-fallback", 401 "--goma-disable-local-fallback",
404 "--", 402 "--",
405 "all" 403 "all"
406 ], 404 ],
407 "cwd": "[SLAVE_BUILD]", 405 "cwd": "[SLAVE_BUILD]",
408 "name": "compile (with patch)", 406 "name": "compile (with patch)",
409 "~followup_annotations": [ 407 "~followup_annotations": [
410 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 408 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
411 "@@@STEP_LOG_END@json.output (invalid)@@@" 409 "@@@STEP_LOG_END@json.output (invalid)@@@"
412 ] 410 ]
413 }, 411 },
414 { 412 {
415 "cmd": [ 413 "cmd": [
416 "python", 414 "python",
417 "-u", 415 "-u",
418 "import sys; sys.exit(0)" 416 "import sys; sys.exit(0)"
419 ], 417 ],
420 "cwd": "[SLAVE_BUILD]", 418 "cwd": "[SLAVE_BUILD]",
421 "name": "mark: before_tests" 419 "name": "mark: before_tests"
422 }, 420 },
423 { 421 {
424 "name": "$result", 422 "name": "$result",
425 "recipe_result": null, 423 "recipe_result": null,
426 "status_code": 0 424 "status_code": 0
427 } 425 }
428 ] 426 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698