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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/mac", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "--src-dir", 622 "--src-dir",
623 "[BUILDER_CACHE]/mac/src", 623 "[BUILDER_CACHE]/mac/src",
624 "--goma-cache-dir", 624 "--goma-cache-dir",
625 "[GOMA_CACHE]", 625 "[GOMA_CACHE]",
626 "--buildbot-buildername", 626 "--buildbot-buildername",
627 "mac_chromium_variable", 627 "mac_chromium_variable",
628 "--buildbot-mastername", 628 "--buildbot-mastername",
629 "tryserver.chromium.mac", 629 "tryserver.chromium.mac",
630 "--buildbot-slavename", 630 "--buildbot-slavename",
631 "build1-a1", 631 "build1-a1",
632 "--goma-deps-cache-dir", 632 "--goma-deps-cache-file",
633 "[GOMA_DEPS_CACHE]", 633 "mac_chromium_variable.gomadeps",
634 "--compiler", 634 "--compiler",
635 "goma-clang", 635 "goma-clang",
636 "--goma-jsonstatus", 636 "--goma-jsonstatus",
637 "/path/to/tmp/json", 637 "/path/to/tmp/json",
638 "--goma-service-account-json-file", 638 "--goma-service-account-json-file",
639 "/creds/service_accounts/service-account-goma-client.json", 639 "/creds/service_accounts/service-account-goma-client.json",
640 "--goma-dir", 640 "--goma-dir",
641 "[CACHE]/cipd/goma", 641 "[CACHE]/cipd/goma",
642 "--ninja-ensure-up-to-date", 642 "--ninja-ensure-up-to-date",
643 "--", 643 "--",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 "--src-dir", 1201 "--src-dir",
1202 "[BUILDER_CACHE]/mac/src", 1202 "[BUILDER_CACHE]/mac/src",
1203 "--goma-cache-dir", 1203 "--goma-cache-dir",
1204 "[GOMA_CACHE]", 1204 "[GOMA_CACHE]",
1205 "--buildbot-buildername", 1205 "--buildbot-buildername",
1206 "mac_chromium_variable", 1206 "mac_chromium_variable",
1207 "--buildbot-mastername", 1207 "--buildbot-mastername",
1208 "tryserver.chromium.mac", 1208 "tryserver.chromium.mac",
1209 "--buildbot-slavename", 1209 "--buildbot-slavename",
1210 "build1-a1", 1210 "build1-a1",
1211 "--goma-deps-cache-dir", 1211 "--goma-deps-cache-file",
1212 "[GOMA_DEPS_CACHE]", 1212 "mac_chromium_variable.gomadeps",
1213 "--compiler", 1213 "--compiler",
1214 "goma-clang", 1214 "goma-clang",
1215 "--goma-jsonstatus", 1215 "--goma-jsonstatus",
1216 "/path/to/tmp/json", 1216 "/path/to/tmp/json",
1217 "--goma-service-account-json-file", 1217 "--goma-service-account-json-file",
1218 "/creds/service_accounts/service-account-goma-client.json", 1218 "/creds/service_accounts/service-account-goma-client.json",
1219 "--goma-dir", 1219 "--goma-dir",
1220 "[CACHE]/cipd/goma", 1220 "[CACHE]/cipd/goma",
1221 "--ninja-ensure-up-to-date", 1221 "--ninja-ensure-up-to-date",
1222 "--", 1222 "--",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 "--src-dir", 1780 "--src-dir",
1781 "[BUILDER_CACHE]/mac/src", 1781 "[BUILDER_CACHE]/mac/src",
1782 "--goma-cache-dir", 1782 "--goma-cache-dir",
1783 "[GOMA_CACHE]", 1783 "[GOMA_CACHE]",
1784 "--buildbot-buildername", 1784 "--buildbot-buildername",
1785 "mac_chromium_variable", 1785 "mac_chromium_variable",
1786 "--buildbot-mastername", 1786 "--buildbot-mastername",
1787 "tryserver.chromium.mac", 1787 "tryserver.chromium.mac",
1788 "--buildbot-slavename", 1788 "--buildbot-slavename",
1789 "build1-a1", 1789 "build1-a1",
1790 "--goma-deps-cache-dir", 1790 "--goma-deps-cache-file",
1791 "[GOMA_DEPS_CACHE]", 1791 "mac_chromium_variable.gomadeps",
1792 "--compiler", 1792 "--compiler",
1793 "goma-clang", 1793 "goma-clang",
1794 "--goma-jsonstatus", 1794 "--goma-jsonstatus",
1795 "/path/to/tmp/json", 1795 "/path/to/tmp/json",
1796 "--goma-service-account-json-file", 1796 "--goma-service-account-json-file",
1797 "/creds/service_accounts/service-account-goma-client.json", 1797 "/creds/service_accounts/service-account-goma-client.json",
1798 "--goma-dir", 1798 "--goma-dir",
1799 "[CACHE]/cipd/goma", 1799 "[CACHE]/cipd/goma",
1800 "--ninja-ensure-up-to-date", 1800 "--ninja-ensure-up-to-date",
1801 "--", 1801 "--",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
2359 "--src-dir", 2359 "--src-dir",
2360 "[BUILDER_CACHE]/mac/src", 2360 "[BUILDER_CACHE]/mac/src",
2361 "--goma-cache-dir", 2361 "--goma-cache-dir",
2362 "[GOMA_CACHE]", 2362 "[GOMA_CACHE]",
2363 "--buildbot-buildername", 2363 "--buildbot-buildername",
2364 "mac_chromium_variable", 2364 "mac_chromium_variable",
2365 "--buildbot-mastername", 2365 "--buildbot-mastername",
2366 "tryserver.chromium.mac", 2366 "tryserver.chromium.mac",
2367 "--buildbot-slavename", 2367 "--buildbot-slavename",
2368 "build1-a1", 2368 "build1-a1",
2369 "--goma-deps-cache-dir", 2369 "--goma-deps-cache-file",
2370 "[GOMA_DEPS_CACHE]", 2370 "mac_chromium_variable.gomadeps",
2371 "--compiler", 2371 "--compiler",
2372 "goma-clang", 2372 "goma-clang",
2373 "--goma-jsonstatus", 2373 "--goma-jsonstatus",
2374 "/path/to/tmp/json", 2374 "/path/to/tmp/json",
2375 "--goma-service-account-json-file", 2375 "--goma-service-account-json-file",
2376 "/creds/service_accounts/service-account-goma-client.json", 2376 "/creds/service_accounts/service-account-goma-client.json",
2377 "--goma-dir", 2377 "--goma-dir",
2378 "[CACHE]/cipd/goma", 2378 "[CACHE]/cipd/goma",
2379 "--ninja-ensure-up-to-date", 2379 "--ninja-ensure-up-to-date",
2380 "--", 2380 "--",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
2935 "--src-dir", 2935 "--src-dir",
2936 "[BUILDER_CACHE]/mac/src", 2936 "[BUILDER_CACHE]/mac/src",
2937 "--goma-cache-dir", 2937 "--goma-cache-dir",
2938 "[GOMA_CACHE]", 2938 "[GOMA_CACHE]",
2939 "--buildbot-buildername", 2939 "--buildbot-buildername",
2940 "mac_chromium_variable", 2940 "mac_chromium_variable",
2941 "--buildbot-mastername", 2941 "--buildbot-mastername",
2942 "tryserver.chromium.mac", 2942 "tryserver.chromium.mac",
2943 "--buildbot-slavename", 2943 "--buildbot-slavename",
2944 "build1-a1", 2944 "build1-a1",
2945 "--goma-deps-cache-dir", 2945 "--goma-deps-cache-file",
2946 "[GOMA_DEPS_CACHE]", 2946 "mac_chromium_variable.gomadeps",
2947 "--compiler", 2947 "--compiler",
2948 "goma-clang", 2948 "goma-clang",
2949 "--goma-jsonstatus", 2949 "--goma-jsonstatus",
2950 "/path/to/tmp/json", 2950 "/path/to/tmp/json",
2951 "--goma-service-account-json-file", 2951 "--goma-service-account-json-file",
2952 "/creds/service_accounts/service-account-goma-client.json", 2952 "/creds/service_accounts/service-account-goma-client.json",
2953 "--goma-dir", 2953 "--goma-dir",
2954 "[CACHE]/cipd/goma", 2954 "[CACHE]/cipd/goma",
2955 "--ninja-ensure-up-to-date", 2955 "--ninja-ensure-up-to-date",
2956 "--", 2956 "--",
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
3224 "@@@STEP_LOG_END@report@@@", 3224 "@@@STEP_LOG_END@report@@@",
3225 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r6\", \"Test.Three\": \"r5\", \"Test.Two\": \"r3\"}}, \"metadata\": {\"regres sion_range_size\": 6}, \"result\": {\"r2\": {\"gl_tests\": {\"status\": \"passed \", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"failures\": [\"Test.Two\"], \"s tatus\": \"failed\", \"valid\": true}}, \"r4\": {\"gl_tests\": {\"failures\": [\ "Test.Two\"], \"status\": \"failed\", \"valid\": true}}, \"r5\": {\"gl_tests\": {\"failures\": [\"Test.Three\"], \"status\": \"failed\", \"valid\": true}}, \"r6 \": {\"gl_tests\": {\"failures\": [\"Test.One\"], \"status\": \"failed\", \"vali d\": true}}}}@@@" 3225 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r6\", \"Test.Three\": \"r5\", \"Test.Two\": \"r3\"}}, \"metadata\": {\"regres sion_range_size\": 6}, \"result\": {\"r2\": {\"gl_tests\": {\"status\": \"passed \", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"failures\": [\"Test.Two\"], \"s tatus\": \"failed\", \"valid\": true}}, \"r4\": {\"gl_tests\": {\"failures\": [\ "Test.Two\"], \"status\": \"failed\", \"valid\": true}}, \"r5\": {\"gl_tests\": {\"failures\": [\"Test.Three\"], \"status\": \"failed\", \"valid\": true}}, \"r6 \": {\"gl_tests\": {\"failures\": [\"Test.One\"], \"status\": \"failed\", \"vali d\": true}}}}@@@"
3226 ] 3226 ]
3227 }, 3227 },
3228 { 3228 {
3229 "name": "$result", 3229 "name": "$result",
3230 "recipe_result": null, 3230 "recipe_result": null,
3231 "status_code": 0 3231 "status_code": 0
3232 } 3232 }
3233 ] 3233 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698