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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release__vs2010_.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\\tools\\runit.py", 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
10 ], 10 ],
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "--src-dir", 151 "--src-dir",
152 "[SLAVE_BUILD]\\src", 152 "[SLAVE_BUILD]\\src",
153 "--goma-cache-dir", 153 "--goma-cache-dir",
154 "[GOMA_CACHE]", 154 "[GOMA_CACHE]",
155 "--buildbot-buildername", 155 "--buildbot-buildername",
156 "Win64 Release (VS2010)", 156 "Win64 Release (VS2010)",
157 "--buildbot-mastername", 157 "--buildbot-mastername",
158 "client.libyuv", 158 "client.libyuv",
159 "--buildbot-slavename", 159 "--buildbot-slavename",
160 "slavename", 160 "slavename",
161 "--goma-deps-cache-file",
162 "Win64_Release__VS2010_.gomadeps",
161 "--compiler", 163 "--compiler",
162 "goma", 164 "goma",
163 "--goma-jsonstatus", 165 "--goma-jsonstatus",
164 "/path/to/tmp/json", 166 "/path/to/tmp/json",
165 "--goma-service-account-json-file", 167 "--goma-service-account-json-file",
166 "C:\\creds\\service_accounts\\service-account-goma-client.json", 168 "C:\\creds\\service_accounts\\service-account-goma-client.json",
167 "--goma-dir", 169 "--goma-dir",
168 "[CACHE]\\cipd\\goma", 170 "[CACHE]\\cipd\\goma",
169 "--", 171 "--",
170 "All" 172 "All"
(...skipping 25 matching lines...) Expand all
196 "libyuv_unittest.exe" 198 "libyuv_unittest.exe"
197 ], 199 ],
198 "name": "libyuv_unittest" 200 "name": "libyuv_unittest"
199 }, 201 },
200 { 202 {
201 "name": "$result", 203 "name": "$result",
202 "recipe_result": null, 204 "recipe_result": null,
203 "status_code": 0 205 "status_code": 0
204 } 206 }
205 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698