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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 "--src-dir", 620 "--src-dir",
621 "[BUILDER_CACHE]\\win\\src", 621 "[BUILDER_CACHE]\\win\\src",
622 "--goma-cache-dir", 622 "--goma-cache-dir",
623 "[GOMA_CACHE]", 623 "[GOMA_CACHE]",
624 "--buildbot-buildername", 624 "--buildbot-buildername",
625 "win_chromium_variable", 625 "win_chromium_variable",
626 "--buildbot-mastername", 626 "--buildbot-mastername",
627 "tryserver.chromium.win", 627 "tryserver.chromium.win",
628 "--buildbot-slavename", 628 "--buildbot-slavename",
629 "build1-a1", 629 "build1-a1",
630 "--goma-deps-cache-dir", 630 "--goma-deps-cache-file",
631 "[GOMA_DEPS_CACHE]", 631 "win_chromium_variable.gomadeps",
632 "--compiler", 632 "--compiler",
633 "goma", 633 "goma",
634 "--goma-jsonstatus", 634 "--goma-jsonstatus",
635 "/path/to/tmp/json", 635 "/path/to/tmp/json",
636 "--goma-service-account-json-file", 636 "--goma-service-account-json-file",
637 "C:\\creds\\service_accounts\\service-account-goma-client.json", 637 "C:\\creds\\service_accounts\\service-account-goma-client.json",
638 "--goma-dir", 638 "--goma-dir",
639 "[CACHE]\\cipd\\goma", 639 "[CACHE]\\cipd\\goma",
640 "--ninja-ensure-up-to-date", 640 "--ninja-ensure-up-to-date",
641 "--", 641 "--",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "@@@STEP_LOG_END@report@@@", 876 "@@@STEP_LOG_END@report@@@",
877 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 877 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
878 ] 878 ]
879 }, 879 },
880 { 880 {
881 "name": "$result", 881 "name": "$result",
882 "recipe_result": null, 882 "recipe_result": null,
883 "status_code": 0 883 "status_code": 0
884 } 884 }
885 ] 885 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698