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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "--src-dir", 398 "--src-dir",
399 "[SLAVE_BUILD]\\src", 399 "[SLAVE_BUILD]\\src",
400 "--goma-cache-dir", 400 "--goma-cache-dir",
401 "[GOMA_CACHE]", 401 "[GOMA_CACHE]",
402 "--buildbot-buildername", 402 "--buildbot-buildername",
403 "win_chromium_rel_ng", 403 "win_chromium_rel_ng",
404 "--buildbot-mastername", 404 "--buildbot-mastername",
405 "tryserver.chromium.win", 405 "tryserver.chromium.win",
406 "--buildbot-slavename", 406 "--buildbot-slavename",
407 "TestSlavename", 407 "TestSlavename",
408 "--goma-deps-cache-file",
409 "win_chromium_rel_ng.gomadeps",
408 "--compiler", 410 "--compiler",
409 "goma", 411 "goma",
410 "--goma-jsonstatus", 412 "--goma-jsonstatus",
411 "/path/to/tmp/json", 413 "/path/to/tmp/json",
412 "--goma-service-account-json-file", 414 "--goma-service-account-json-file",
413 "C:\\creds\\service_accounts\\service-account-goma-client.json", 415 "C:\\creds\\service_accounts\\service-account-goma-client.json",
414 "--goma-dir", 416 "--goma-dir",
415 "[CACHE]\\cipd\\goma", 417 "[CACHE]\\cipd\\goma",
416 "--goma-fail-fast", 418 "--goma-fail-fast",
417 "--goma-disable-local-fallback", 419 "--goma-disable-local-fallback",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 566 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
565 }, 567 },
566 "name": "process_dumps" 568 "name": "process_dumps"
567 }, 569 },
568 { 570 {
569 "name": "$result", 571 "name": "$result",
570 "recipe_result": null, 572 "recipe_result": null,
571 "status_code": 0 573 "status_code": 0
572 } 574 }
573 ] 575 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698