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

Side by Side Diff: scripts/slave/recipes/syzygy/coverage.expected/full_master_client_syzygy_Syzygy_Coverage.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "--src-dir", 91 "--src-dir",
92 "[SLAVE_BUILD]\\src", 92 "[SLAVE_BUILD]\\src",
93 "--goma-cache-dir", 93 "--goma-cache-dir",
94 "[GOMA_CACHE]", 94 "[GOMA_CACHE]",
95 "--buildbot-buildername", 95 "--buildbot-buildername",
96 "Syzygy Coverage", 96 "Syzygy Coverage",
97 "--buildbot-mastername", 97 "--buildbot-mastername",
98 "master.client.syzygy", 98 "master.client.syzygy",
99 "--buildbot-slavename", 99 "--buildbot-slavename",
100 "vm331-m3", 100 "vm331-m3",
101 "--goma-deps-cache-file",
102 "Syzygy_Coverage.gomadeps",
101 "--ninja-ensure-up-to-date", 103 "--ninja-ensure-up-to-date",
102 "--", 104 "--",
103 "build_all" 105 "build_all"
104 ], 106 ],
105 "env": { 107 "env": {
106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
107 }, 109 },
108 "name": "compile" 110 "name": "compile"
109 }, 111 },
110 { 112 {
(...skipping 21 matching lines...) Expand all
132 "~followup_annotations": [ 134 "~followup_annotations": [
133 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo gleapis.com/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/index.html@ @@" 135 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo gleapis.com/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/index.html@ @@"
134 ] 136 ]
135 }, 137 },
136 { 138 {
137 "name": "$result", 139 "name": "$result",
138 "recipe_result": null, 140 "recipe_result": null,
139 "status_code": 0 141 "status_code": 0
140 } 142 }
141 ] 143 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698