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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "--src-dir", 178 "--src-dir",
179 "[SLAVE_BUILD]\\src", 179 "[SLAVE_BUILD]\\src",
180 "--goma-cache-dir", 180 "--goma-cache-dir",
181 "[GOMA_CACHE]", 181 "[GOMA_CACHE]",
182 "--buildbot-buildername", 182 "--buildbot-buildername",
183 "win_clang", 183 "win_clang",
184 "--buildbot-mastername", 184 "--buildbot-mastername",
185 "tryserver.libyuv", 185 "tryserver.libyuv",
186 "--buildbot-slavename", 186 "--buildbot-slavename",
187 "slavename", 187 "slavename",
188 "--goma-deps-cache-file",
189 "win_clang.gomadeps",
188 "--compiler", 190 "--compiler",
189 "goma-clang", 191 "goma-clang",
190 "--goma-jsonstatus", 192 "--goma-jsonstatus",
191 "/path/to/tmp/json", 193 "/path/to/tmp/json",
192 "--goma-service-account-json-file", 194 "--goma-service-account-json-file",
193 "C:\\creds\\service_accounts\\service-account-goma-client.json", 195 "C:\\creds\\service_accounts\\service-account-goma-client.json",
194 "--goma-dir", 196 "--goma-dir",
195 "[CACHE]\\cipd\\goma", 197 "[CACHE]\\cipd\\goma",
196 "--goma-fail-fast", 198 "--goma-fail-fast",
197 "--goma-disable-local-fallback", 199 "--goma-disable-local-fallback",
(...skipping 27 matching lines...) Expand all
225 "libyuv_unittest.exe" 227 "libyuv_unittest.exe"
226 ], 228 ],
227 "name": "libyuv_unittest" 229 "name": "libyuv_unittest"
228 }, 230 },
229 { 231 {
230 "name": "$result", 232 "name": "$result",
231 "recipe_result": null, 233 "recipe_result": null,
232 "status_code": 0 234 "status_code": 0
233 } 235 }
234 ] 236 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698