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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_gn.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "--src-dir", 192 "--src-dir",
193 "[SLAVE_BUILD]\\src", 193 "[SLAVE_BUILD]\\src",
194 "--goma-cache-dir", 194 "--goma-cache-dir",
195 "[GOMA_CACHE]", 195 "[GOMA_CACHE]",
196 "--buildbot-buildername", 196 "--buildbot-buildername",
197 "win_x64_gn", 197 "win_x64_gn",
198 "--buildbot-mastername", 198 "--buildbot-mastername",
199 "tryserver.libyuv", 199 "tryserver.libyuv",
200 "--buildbot-slavename", 200 "--buildbot-slavename",
201 "slavename", 201 "slavename",
202 "--goma-deps-cache-file",
203 "win_x64_gn.gomadeps",
202 "--compiler", 204 "--compiler",
203 "goma-clang", 205 "goma-clang",
204 "--goma-jsonstatus", 206 "--goma-jsonstatus",
205 "/path/to/tmp/json", 207 "/path/to/tmp/json",
206 "--goma-service-account-json-file", 208 "--goma-service-account-json-file",
207 "C:\\creds\\service_accounts\\service-account-goma-client.json", 209 "C:\\creds\\service_accounts\\service-account-goma-client.json",
208 "--goma-dir", 210 "--goma-dir",
209 "[CACHE]\\cipd\\goma", 211 "[CACHE]\\cipd\\goma",
210 "--goma-fail-fast", 212 "--goma-fail-fast",
211 "--goma-disable-local-fallback", 213 "--goma-disable-local-fallback",
212 "--", 214 "--",
213 "all" 215 "all"
214 ], 216 ],
215 "env": { 217 "env": {
216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
217 }, 219 },
218 "name": "compile", 220 "name": "compile",
219 "~followup_annotations": [ 221 "~followup_annotations": [
220 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
221 "@@@STEP_LOG_END@json.output (invalid)@@@" 223 "@@@STEP_LOG_END@json.output (invalid)@@@"
222 ] 224 ]
223 }, 225 },
224 { 226 {
225 "name": "$result", 227 "name": "$result",
226 "recipe_result": null, 228 "recipe_result": null,
227 "status_code": 0 229 "status_code": 0
228 } 230 }
229 ] 231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698