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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "--src-dir", 330 "--src-dir",
331 "[BUILDER_CACHE]\\win\\src", 331 "[BUILDER_CACHE]\\win\\src",
332 "--goma-cache-dir", 332 "--goma-cache-dir",
333 "[GOMA_CACHE]", 333 "[GOMA_CACHE]",
334 "--buildbot-buildername", 334 "--buildbot-buildername",
335 "GPU Win Builder", 335 "GPU Win Builder",
336 "--buildbot-mastername", 336 "--buildbot-mastername",
337 "chromium.gpu", 337 "chromium.gpu",
338 "--buildbot-slavename", 338 "--buildbot-slavename",
339 "TestSlavename", 339 "TestSlavename",
340 "--goma-deps-cache-dir", 340 "--goma-deps-cache-file",
341 "[GOMA_DEPS_CACHE]", 341 "GPU_Win_Builder.gomadeps",
342 "--build-data-dir", 342 "--build-data-dir",
343 "[ROOT]\\build_data_dir", 343 "[ROOT]\\build_data_dir",
344 "--compiler", 344 "--compiler",
345 "goma", 345 "goma",
346 "--goma-jsonstatus", 346 "--goma-jsonstatus",
347 "/path/to/tmp/json", 347 "/path/to/tmp/json",
348 "--goma-service-account-json-file", 348 "--goma-service-account-json-file",
349 "C:\\creds\\service_accounts\\service-account-goma-client.json", 349 "C:\\creds\\service_accounts\\service-account-goma-client.json",
350 "--goma-dir", 350 "--goma-dir",
351 "[CACHE]\\cipd\\goma", 351 "[CACHE]\\cipd\\goma",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "~followup_annotations": [ 451 "~followup_annotations": [
452 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" 452 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@"
453 ] 453 ]
454 }, 454 },
455 { 455 {
456 "name": "$result", 456 "name": "$result",
457 "recipe_result": null, 457 "recipe_result": null,
458 "status_code": 0 458 "status_code": 0
459 } 459 }
460 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698