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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_x64_Builder.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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "--src-dir", 329 "--src-dir",
330 "[BUILDER_CACHE]\\win_layout\\src", 330 "[BUILDER_CACHE]\\win_layout\\src",
331 "--goma-cache-dir", 331 "--goma-cache-dir",
332 "[GOMA_CACHE]", 332 "[GOMA_CACHE]",
333 "--buildbot-buildername", 333 "--buildbot-buildername",
334 "WebKit Win x64 Builder", 334 "WebKit Win x64 Builder",
335 "--buildbot-mastername", 335 "--buildbot-mastername",
336 "chromium.webkit", 336 "chromium.webkit",
337 "--buildbot-slavename", 337 "--buildbot-slavename",
338 "TestSlavename", 338 "TestSlavename",
339 "--goma-deps-cache-dir", 339 "--goma-deps-cache-file",
340 "[GOMA_DEPS_CACHE]", 340 "WebKit_Win_x64_Builder.gomadeps",
341 "--build-data-dir", 341 "--build-data-dir",
342 "[ROOT]\\build_data_dir", 342 "[ROOT]\\build_data_dir",
343 "--compiler", 343 "--compiler",
344 "goma", 344 "goma",
345 "--goma-jsonstatus", 345 "--goma-jsonstatus",
346 "/path/to/tmp/json", 346 "/path/to/tmp/json",
347 "--goma-service-account-json-file", 347 "--goma-service-account-json-file",
348 "C:\\creds\\service_accounts\\service-account-goma-client.json", 348 "C:\\creds\\service_accounts\\service-account-goma-client.json",
349 "--goma-dir", 349 "--goma-dir",
350 "[CACHE]\\cipd\\goma", 350 "[CACHE]\\cipd\\goma",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 472 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
473 }, 473 },
474 "name": "process_dumps" 474 "name": "process_dumps"
475 }, 475 },
476 { 476 {
477 "name": "$result", 477 "name": "$result",
478 "recipe_result": null, 478 "recipe_result": null,
479 "status_code": 0 479 "status_code": 0
480 } 480 }
481 ] 481 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698