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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release__clang_.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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--src-dir", 172 "--src-dir",
173 "[SLAVE_BUILD]\\src", 173 "[SLAVE_BUILD]\\src",
174 "--goma-cache-dir", 174 "--goma-cache-dir",
175 "[GOMA_CACHE]", 175 "[GOMA_CACHE]",
176 "--buildbot-buildername", 176 "--buildbot-buildername",
177 "Win64 Release (Clang)", 177 "Win64 Release (Clang)",
178 "--buildbot-mastername", 178 "--buildbot-mastername",
179 "client.libyuv", 179 "client.libyuv",
180 "--buildbot-slavename", 180 "--buildbot-slavename",
181 "slavename", 181 "slavename",
182 "--goma-deps-cache-file",
183 "Win64_Release__Clang_.gomadeps",
182 "--compiler", 184 "--compiler",
183 "goma-clang", 185 "goma-clang",
184 "--goma-jsonstatus", 186 "--goma-jsonstatus",
185 "/path/to/tmp/json", 187 "/path/to/tmp/json",
186 "--goma-service-account-json-file", 188 "--goma-service-account-json-file",
187 "C:\\creds\\service_accounts\\service-account-goma-client.json", 189 "C:\\creds\\service_accounts\\service-account-goma-client.json",
188 "--goma-dir", 190 "--goma-dir",
189 "[CACHE]\\cipd\\goma", 191 "[CACHE]\\cipd\\goma",
190 "--", 192 "--",
191 "All" 193 "All"
(...skipping 25 matching lines...) Expand all
217 "libyuv_unittest.exe" 219 "libyuv_unittest.exe"
218 ], 220 ],
219 "name": "libyuv_unittest" 221 "name": "libyuv_unittest"
220 }, 222 },
221 { 223 {
222 "name": "$result", 224 "name": "$result",
223 "recipe_result": null, 225 "recipe_result": null,
224 "status_code": 0 226 "status_code": 0
225 } 227 }
226 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698