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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "--src-dir", 416 "--src-dir",
417 "[BUILDER_CACHE]\\win_clang\\src", 417 "[BUILDER_CACHE]\\win_clang\\src",
418 "--goma-cache-dir", 418 "--goma-cache-dir",
419 "[GOMA_CACHE]", 419 "[GOMA_CACHE]",
420 "--buildbot-buildername", 420 "--buildbot-buildername",
421 "win_clang", 421 "win_clang",
422 "--buildbot-mastername", 422 "--buildbot-mastername",
423 "tryserver.chromium.win", 423 "tryserver.chromium.win",
424 "--buildbot-slavename", 424 "--buildbot-slavename",
425 "TestSlavename", 425 "TestSlavename",
426 "--goma-deps-cache-dir", 426 "--goma-deps-cache-file",
427 "[GOMA_DEPS_CACHE]", 427 "win_clang.gomadeps",
428 "--compiler", 428 "--compiler",
429 "goma-clang", 429 "goma-clang",
430 "--goma-jsonstatus", 430 "--goma-jsonstatus",
431 "/path/to/tmp/json", 431 "/path/to/tmp/json",
432 "--goma-service-account-json-file", 432 "--goma-service-account-json-file",
433 "C:\\creds\\service_accounts\\service-account-goma-client.json", 433 "C:\\creds\\service_accounts\\service-account-goma-client.json",
434 "--goma-dir", 434 "--goma-dir",
435 "[CACHE]\\cipd\\goma", 435 "[CACHE]\\cipd\\goma",
436 "--goma-fail-fast", 436 "--goma-fail-fast",
437 "--goma-disable-local-fallback", 437 "--goma-disable-local-fallback",
(...skipping 16 matching lines...) Expand all
454 "import sys; sys.exit(0)" 454 "import sys; sys.exit(0)"
455 ], 455 ],
456 "name": "mark: before_tests" 456 "name": "mark: before_tests"
457 }, 457 },
458 { 458 {
459 "name": "$result", 459 "name": "$result",
460 "recipe_result": null, 460 "recipe_result": null,
461 "status_code": 0 461 "status_code": 0
462 } 462 }
463 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698