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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "--src-dir", 339 "--src-dir",
340 "[BUILDER_CACHE]\\win_layout\\src", 340 "[BUILDER_CACHE]\\win_layout\\src",
341 "--goma-cache-dir", 341 "--goma-cache-dir",
342 "[GOMA_CACHE]", 342 "[GOMA_CACHE]",
343 "--buildbot-buildername", 343 "--buildbot-buildername",
344 "WebKit Win Builder", 344 "WebKit Win Builder",
345 "--buildbot-mastername", 345 "--buildbot-mastername",
346 "chromium.webkit", 346 "chromium.webkit",
347 "--buildbot-slavename", 347 "--buildbot-slavename",
348 "TestSlavename", 348 "TestSlavename",
349 "--goma-deps-cache-dir", 349 "--goma-deps-cache-file",
350 "[GOMA_DEPS_CACHE]", 350 "WebKit_Win_Builder.gomadeps",
351 "--build-data-dir", 351 "--build-data-dir",
352 "[ROOT]\\build_data_dir", 352 "[ROOT]\\build_data_dir",
353 "--compiler", 353 "--compiler",
354 "goma", 354 "goma",
355 "--goma-jsonstatus", 355 "--goma-jsonstatus",
356 "/path/to/tmp/json", 356 "/path/to/tmp/json",
357 "--goma-service-account-json-file", 357 "--goma-service-account-json-file",
358 "C:\\creds\\service_accounts\\service-account-goma-client.json", 358 "C:\\creds\\service_accounts\\service-account-goma-client.json",
359 "--goma-dir", 359 "--goma-dir",
360 "[CACHE]\\cipd\\goma", 360 "[CACHE]\\cipd\\goma",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "~followup_annotations": [ 481 "~followup_annotations": [
482 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" 482 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@"
483 ] 483 ]
484 }, 484 },
485 { 485 {
486 "name": "$result", 486 "name": "$result",
487 "recipe_result": null, 487 "recipe_result": null,
488 "status_code": 0 488 "status_code": 0
489 } 489 }
490 ] 490 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698