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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Win.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\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "--src-dir", 307 "--src-dir",
308 "[BUILDER_CACHE]\\win_archive\\src", 308 "[BUILDER_CACHE]\\win_archive\\src",
309 "--goma-cache-dir", 309 "--goma-cache-dir",
310 "[GOMA_CACHE]", 310 "[GOMA_CACHE]",
311 "--buildbot-buildername", 311 "--buildbot-buildername",
312 "Win", 312 "Win",
313 "--buildbot-mastername", 313 "--buildbot-mastername",
314 "chromium", 314 "chromium",
315 "--buildbot-slavename", 315 "--buildbot-slavename",
316 "TestSlavename", 316 "TestSlavename",
317 "--goma-deps-cache-dir", 317 "--goma-deps-cache-file",
318 "[GOMA_DEPS_CACHE]", 318 "Win.gomadeps",
319 "--build-data-dir", 319 "--build-data-dir",
320 "[ROOT]\\build_data_dir", 320 "[ROOT]\\build_data_dir",
321 "--compiler", 321 "--compiler",
322 "goma", 322 "goma",
323 "--goma-jsonstatus", 323 "--goma-jsonstatus",
324 "/path/to/tmp/json", 324 "/path/to/tmp/json",
325 "--goma-service-account-json-file", 325 "--goma-service-account-json-file",
326 "C:\\creds\\service_accounts\\service-account-goma-client.json", 326 "C:\\creds\\service_accounts\\service-account-goma-client.json",
327 "--goma-dir", 327 "--goma-dir",
328 "[CACHE]\\cipd\\goma", 328 "[CACHE]\\cipd\\goma",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "dev" 360 "dev"
361 ], 361 ],
362 "name": "archive_build" 362 "name": "archive_build"
363 }, 363 },
364 { 364 {
365 "name": "$result", 365 "name": "$result",
366 "recipe_result": null, 366 "recipe_result": null,
367 "status_code": 0 367 "status_code": 0
368 } 368 }
369 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698