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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "--src-dir", 403 "--src-dir",
404 "[BUILDER_CACHE]\\win\\src", 404 "[BUILDER_CACHE]\\win\\src",
405 "--goma-cache-dir", 405 "--goma-cache-dir",
406 "[GOMA_CACHE]", 406 "[GOMA_CACHE]",
407 "--buildbot-buildername", 407 "--buildbot-buildername",
408 "GPU Win Builder", 408 "GPU Win Builder",
409 "--buildbot-mastername", 409 "--buildbot-mastername",
410 "chromium.gpu.fyi", 410 "chromium.gpu.fyi",
411 "--buildbot-slavename", 411 "--buildbot-slavename",
412 "TestSlavename", 412 "TestSlavename",
413 "--goma-deps-cache-dir", 413 "--goma-deps-cache-file",
414 "[GOMA_DEPS_CACHE]", 414 "GPU_Win_Builder.gomadeps",
415 "--build-data-dir", 415 "--build-data-dir",
416 "[ROOT]\\build_data_dir", 416 "[ROOT]\\build_data_dir",
417 "--compiler", 417 "--compiler",
418 "goma", 418 "goma",
419 "--goma-jsonstatus", 419 "--goma-jsonstatus",
420 "/path/to/tmp/json", 420 "/path/to/tmp/json",
421 "--goma-service-account-json-file", 421 "--goma-service-account-json-file",
422 "C:\\creds\\service_accounts\\service-account-goma-client.json", 422 "C:\\creds\\service_accounts\\service-account-goma-client.json",
423 "--goma-dir", 423 "--goma-dir",
424 "[CACHE]\\cipd\\goma", 424 "[CACHE]\\cipd\\goma",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "~followup_annotations": [ 657 "~followup_annotations": [
658 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID IA)<br />Win7 Release (AMD R7 240)<br />Win7 Release (ATI)<br />Win7 Release (NV IDIA GeForce 730)<br />Win7 Release (NVIDIA)<br />Win7 Release (New Intel)<br /> Win8 Release (NVIDIA)@@@" 658 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID IA)<br />Win7 Release (AMD R7 240)<br />Win7 Release (ATI)<br />Win7 Release (NV IDIA GeForce 730)<br />Win7 Release (NVIDIA)<br />Win7 Release (New Intel)<br /> Win8 Release (NVIDIA)@@@"
659 ] 659 ]
660 }, 660 },
661 { 661 {
662 "name": "$result", 662 "name": "$result",
663 "recipe_result": null, 663 "recipe_result": null,
664 "status_code": 0 664 "status_code": 0
665 } 665 }
666 ] 666 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698