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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "--src-dir", 341 "--src-dir",
342 "[BUILDER_CACHE]\\win\\src", 342 "[BUILDER_CACHE]\\win\\src",
343 "--goma-cache-dir", 343 "--goma-cache-dir",
344 "[GOMA_CACHE]", 344 "[GOMA_CACHE]",
345 "--buildbot-buildername", 345 "--buildbot-buildername",
346 "Win Builder", 346 "Win Builder",
347 "--buildbot-mastername", 347 "--buildbot-mastername",
348 "client.skia", 348 "client.skia",
349 "--buildbot-slavename", 349 "--buildbot-slavename",
350 "TestSlavename", 350 "TestSlavename",
351 "--goma-deps-cache-dir", 351 "--goma-deps-cache-file",
352 "[GOMA_DEPS_CACHE]", 352 "Win_Builder.gomadeps",
353 "--build-data-dir", 353 "--build-data-dir",
354 "[ROOT]\\build_data_dir", 354 "[ROOT]\\build_data_dir",
355 "--compiler", 355 "--compiler",
356 "goma", 356 "goma",
357 "--goma-jsonstatus", 357 "--goma-jsonstatus",
358 "/path/to/tmp/json", 358 "/path/to/tmp/json",
359 "--goma-service-account-json-file", 359 "--goma-service-account-json-file",
360 "C:\\creds\\service_accounts\\service-account-goma-client.json", 360 "C:\\creds\\service_accounts\\service-account-goma-client.json",
361 "--goma-dir", 361 "--goma-dir",
362 "[CACHE]\\cipd\\goma", 362 "[CACHE]\\cipd\\goma",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "~followup_annotations": [ 467 "~followup_annotations": [
468 "@@@STEP_TEXT@Win7 Tests (1)@@@" 468 "@@@STEP_TEXT@Win7 Tests (1)@@@"
469 ] 469 ]
470 }, 470 },
471 { 471 {
472 "name": "$result", 472 "name": "$result",
473 "recipe_result": null, 473 "recipe_result": null,
474 "status_code": 0 474 "status_code": 0
475 } 475 }
476 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698