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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_rel.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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "--src-dir", 156 "--src-dir",
157 "[SLAVE_BUILD]\\src", 157 "[SLAVE_BUILD]\\src",
158 "--goma-cache-dir", 158 "--goma-cache-dir",
159 "[GOMA_CACHE]", 159 "[GOMA_CACHE]",
160 "--buildbot-buildername", 160 "--buildbot-buildername",
161 "win_rel", 161 "win_rel",
162 "--buildbot-mastername", 162 "--buildbot-mastername",
163 "tryserver.libyuv", 163 "tryserver.libyuv",
164 "--buildbot-slavename", 164 "--buildbot-slavename",
165 "slavename", 165 "slavename",
166 "--goma-deps-cache-file",
167 "win_rel.gomadeps",
166 "--compiler", 168 "--compiler",
167 "goma", 169 "goma",
168 "--goma-jsonstatus", 170 "--goma-jsonstatus",
169 "/path/to/tmp/json", 171 "/path/to/tmp/json",
170 "--goma-service-account-json-file", 172 "--goma-service-account-json-file",
171 "C:\\creds\\service_accounts\\service-account-goma-client.json", 173 "C:\\creds\\service_accounts\\service-account-goma-client.json",
172 "--goma-dir", 174 "--goma-dir",
173 "[CACHE]\\cipd\\goma", 175 "[CACHE]\\cipd\\goma",
174 "--goma-fail-fast", 176 "--goma-fail-fast",
175 "--goma-disable-local-fallback", 177 "--goma-disable-local-fallback",
(...skipping 27 matching lines...) Expand all
203 "libyuv_unittest.exe" 205 "libyuv_unittest.exe"
204 ], 206 ],
205 "name": "libyuv_unittest" 207 "name": "libyuv_unittest"
206 }, 208 },
207 { 209 {
208 "name": "$result", 210 "name": "$result",
209 "recipe_result": null, 211 "recipe_result": null,
210 "status_code": 0 212 "status_code": 0
211 } 213 }
212 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698