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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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
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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 "--src-dir", 719 "--src-dir",
720 "[BUILDER_CACHE]\\Win_x64_Builder\\src", 720 "[BUILDER_CACHE]\\Win_x64_Builder\\src",
721 "--goma-cache-dir", 721 "--goma-cache-dir",
722 "[GOMA_CACHE]", 722 "[GOMA_CACHE]",
723 "--buildbot-buildername", 723 "--buildbot-buildername",
724 "Win x64 Builder", 724 "Win x64 Builder",
725 "--buildbot-mastername", 725 "--buildbot-mastername",
726 "chromium.perf", 726 "chromium.perf",
727 "--buildbot-slavename", 727 "--buildbot-slavename",
728 "TestSlavename", 728 "TestSlavename",
729 "--goma-deps-cache-dir", 729 "--goma-deps-cache-file",
730 "[GOMA_DEPS_CACHE]", 730 "Win_x64_Builder.gomadeps",
731 "--build-data-dir", 731 "--build-data-dir",
732 "[ROOT]\\build_data_dir", 732 "[ROOT]\\build_data_dir",
733 "--compiler", 733 "--compiler",
734 "goma", 734 "goma",
735 "--goma-jsonstatus", 735 "--goma-jsonstatus",
736 "/path/to/tmp/json", 736 "/path/to/tmp/json",
737 "--goma-service-account-json-file", 737 "--goma-service-account-json-file",
738 "C:\\creds\\service_accounts\\service-account-goma-client.json", 738 "C:\\creds\\service_accounts\\service-account-goma-client.json",
739 "--mode", 739 "--mode",
740 "official", 740 "official",
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 1707 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1708 }, 1708 },
1709 "name": "process_dumps" 1709 "name": "process_dumps"
1710 }, 1710 },
1711 { 1711 {
1712 "name": "$result", 1712 "name": "$result",
1713 "recipe_result": null, 1713 "recipe_result": null,
1714 "status_code": 0 1714 "status_code": 0
1715 } 1715 }
1716 ] 1716 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698