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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/only_one_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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 "@@@STEP_LOG_END@report@@@", 889 "@@@STEP_LOG_END@report@@@",
890 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \ "result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 890 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \ "result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
891 ] 891 ]
892 }, 892 },
893 { 893 {
894 "name": "$result", 894 "name": "$result",
895 "recipe_result": null, 895 "recipe_result": null,
896 "status_code": 0 896 "status_code": 0
897 } 897 }
898 ] 898 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698