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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 "--src-dir", 602 "--src-dir",
603 "[BUILDER_CACHE]\\win\\src", 603 "[BUILDER_CACHE]\\win\\src",
604 "--goma-cache-dir", 604 "--goma-cache-dir",
605 "[GOMA_CACHE]", 605 "[GOMA_CACHE]",
606 "--buildbot-buildername", 606 "--buildbot-buildername",
607 "win_chromium_variable", 607 "win_chromium_variable",
608 "--buildbot-mastername", 608 "--buildbot-mastername",
609 "tryserver.chromium.win", 609 "tryserver.chromium.win",
610 "--buildbot-slavename", 610 "--buildbot-slavename",
611 "build1-a1", 611 "build1-a1",
612 "--goma-deps-cache-dir", 612 "--goma-deps-cache-file",
613 "[GOMA_DEPS_CACHE]", 613 "win_chromium_variable.gomadeps",
614 "--compiler", 614 "--compiler",
615 "goma", 615 "goma",
616 "--goma-jsonstatus", 616 "--goma-jsonstatus",
617 "/path/to/tmp/json", 617 "/path/to/tmp/json",
618 "--goma-service-account-json-file", 618 "--goma-service-account-json-file",
619 "C:\\creds\\service_accounts\\service-account-goma-client.json", 619 "C:\\creds\\service_accounts\\service-account-goma-client.json",
620 "--goma-dir", 620 "--goma-dir",
621 "[CACHE]\\cipd\\goma", 621 "[CACHE]\\cipd\\goma",
622 "--ninja-ensure-up-to-date", 622 "--ninja-ensure-up-to-date",
623 "--", 623 "--",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 "@@@STEP_LOG_END@report@@@", 723 "@@@STEP_LOG_END@report@@@",
724 "@@@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}}}}@@@" 724 "@@@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}}}}@@@"
725 ] 725 ]
726 }, 726 },
727 { 727 {
728 "name": "$result", 728 "name": "$result",
729 "recipe_result": null, 729 "recipe_result": null,
730 "status_code": 0 730 "status_code": 0
731 } 731 }
732 ] 732 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698