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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "--src-dir", 424 "--src-dir",
425 "[BUILDER_CACHE]\\win\\src", 425 "[BUILDER_CACHE]\\win\\src",
426 "--goma-cache-dir", 426 "--goma-cache-dir",
427 "[GOMA_CACHE]", 427 "[GOMA_CACHE]",
428 "--buildbot-buildername", 428 "--buildbot-buildername",
429 "win_chromium_rel_ng", 429 "win_chromium_rel_ng",
430 "--buildbot-mastername", 430 "--buildbot-mastername",
431 "tryserver.chromium.win", 431 "tryserver.chromium.win",
432 "--buildbot-slavename", 432 "--buildbot-slavename",
433 "TestSlavename", 433 "TestSlavename",
434 "--goma-deps-cache-dir", 434 "--goma-deps-cache-file",
435 "[GOMA_DEPS_CACHE]", 435 "win_chromium_rel_ng.gomadeps",
436 "--compiler", 436 "--compiler",
437 "goma", 437 "goma",
438 "--goma-jsonstatus", 438 "--goma-jsonstatus",
439 "/path/to/tmp/json", 439 "/path/to/tmp/json",
440 "--goma-service-account-json-file", 440 "--goma-service-account-json-file",
441 "C:\\creds\\service_accounts\\service-account-goma-client.json", 441 "C:\\creds\\service_accounts\\service-account-goma-client.json",
442 "--goma-dir", 442 "--goma-dir",
443 "[CACHE]\\cipd\\goma", 443 "[CACHE]\\cipd\\goma",
444 "--goma-fail-fast", 444 "--goma-fail-fast",
445 "--goma-disable-local-fallback", 445 "--goma-disable-local-fallback",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
598 }, 598 },
599 "name": "process_dumps" 599 "name": "process_dumps"
600 }, 600 },
601 { 601 {
602 "name": "$result", 602 "name": "$result",
603 "recipe_result": null, 603 "recipe_result": null,
604 "status_code": 0 604 "status_code": 0
605 } 605 }
606 ] 606 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698