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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/findit_steps_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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "--src-dir", 629 "--src-dir",
630 "[BUILDER_CACHE]/mac/src", 630 "[BUILDER_CACHE]/mac/src",
631 "--goma-cache-dir", 631 "--goma-cache-dir",
632 "[GOMA_CACHE]", 632 "[GOMA_CACHE]",
633 "--buildbot-buildername", 633 "--buildbot-buildername",
634 "mac_chromium_variable", 634 "mac_chromium_variable",
635 "--buildbot-mastername", 635 "--buildbot-mastername",
636 "tryserver.chromium.mac", 636 "tryserver.chromium.mac",
637 "--buildbot-slavename", 637 "--buildbot-slavename",
638 "build1-a1", 638 "build1-a1",
639 "--goma-deps-cache-dir", 639 "--goma-deps-cache-file",
640 "[GOMA_DEPS_CACHE]", 640 "mac_chromium_variable.gomadeps",
641 "--compiler", 641 "--compiler",
642 "goma-clang", 642 "goma-clang",
643 "--goma-jsonstatus", 643 "--goma-jsonstatus",
644 "/path/to/tmp/json", 644 "/path/to/tmp/json",
645 "--goma-service-account-json-file", 645 "--goma-service-account-json-file",
646 "/creds/service_accounts/service-account-goma-client.json", 646 "/creds/service_accounts/service-account-goma-client.json",
647 "--goma-dir", 647 "--goma-dir",
648 "[CACHE]/cipd/goma", 648 "[CACHE]/cipd/goma",
649 "--ninja-ensure-up-to-date", 649 "--ninja-ensure-up-to-date",
650 "--", 650 "--",
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 "--src-dir", 1367 "--src-dir",
1368 "[BUILDER_CACHE]/mac/src", 1368 "[BUILDER_CACHE]/mac/src",
1369 "--goma-cache-dir", 1369 "--goma-cache-dir",
1370 "[GOMA_CACHE]", 1370 "[GOMA_CACHE]",
1371 "--buildbot-buildername", 1371 "--buildbot-buildername",
1372 "mac_chromium_variable", 1372 "mac_chromium_variable",
1373 "--buildbot-mastername", 1373 "--buildbot-mastername",
1374 "tryserver.chromium.mac", 1374 "tryserver.chromium.mac",
1375 "--buildbot-slavename", 1375 "--buildbot-slavename",
1376 "build1-a1", 1376 "build1-a1",
1377 "--goma-deps-cache-dir", 1377 "--goma-deps-cache-file",
1378 "[GOMA_DEPS_CACHE]", 1378 "mac_chromium_variable.gomadeps",
1379 "--compiler", 1379 "--compiler",
1380 "goma-clang", 1380 "goma-clang",
1381 "--goma-jsonstatus", 1381 "--goma-jsonstatus",
1382 "/path/to/tmp/json", 1382 "/path/to/tmp/json",
1383 "--goma-service-account-json-file", 1383 "--goma-service-account-json-file",
1384 "/creds/service_accounts/service-account-goma-client.json", 1384 "/creds/service_accounts/service-account-goma-client.json",
1385 "--goma-dir", 1385 "--goma-dir",
1386 "[CACHE]/cipd/goma", 1386 "[CACHE]/cipd/goma",
1387 "--ninja-ensure-up-to-date", 1387 "--ninja-ensure-up-to-date",
1388 "--", 1388 "--",
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1952 "--src-dir", 1952 "--src-dir",
1953 "[BUILDER_CACHE]/mac/src", 1953 "[BUILDER_CACHE]/mac/src",
1954 "--goma-cache-dir", 1954 "--goma-cache-dir",
1955 "[GOMA_CACHE]", 1955 "[GOMA_CACHE]",
1956 "--buildbot-buildername", 1956 "--buildbot-buildername",
1957 "mac_chromium_variable", 1957 "mac_chromium_variable",
1958 "--buildbot-mastername", 1958 "--buildbot-mastername",
1959 "tryserver.chromium.mac", 1959 "tryserver.chromium.mac",
1960 "--buildbot-slavename", 1960 "--buildbot-slavename",
1961 "build1-a1", 1961 "build1-a1",
1962 "--goma-deps-cache-dir", 1962 "--goma-deps-cache-file",
1963 "[GOMA_DEPS_CACHE]", 1963 "mac_chromium_variable.gomadeps",
1964 "--compiler", 1964 "--compiler",
1965 "goma-clang", 1965 "goma-clang",
1966 "--goma-jsonstatus", 1966 "--goma-jsonstatus",
1967 "/path/to/tmp/json", 1967 "/path/to/tmp/json",
1968 "--goma-service-account-json-file", 1968 "--goma-service-account-json-file",
1969 "/creds/service_accounts/service-account-goma-client.json", 1969 "/creds/service_accounts/service-account-goma-client.json",
1970 "--goma-dir", 1970 "--goma-dir",
1971 "[CACHE]/cipd/goma", 1971 "[CACHE]/cipd/goma",
1972 "--ninja-ensure-up-to-date", 1972 "--ninja-ensure-up-to-date",
1973 "--", 1973 "--",
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
2534 "--src-dir", 2534 "--src-dir",
2535 "[BUILDER_CACHE]/mac/src", 2535 "[BUILDER_CACHE]/mac/src",
2536 "--goma-cache-dir", 2536 "--goma-cache-dir",
2537 "[GOMA_CACHE]", 2537 "[GOMA_CACHE]",
2538 "--buildbot-buildername", 2538 "--buildbot-buildername",
2539 "mac_chromium_variable", 2539 "mac_chromium_variable",
2540 "--buildbot-mastername", 2540 "--buildbot-mastername",
2541 "tryserver.chromium.mac", 2541 "tryserver.chromium.mac",
2542 "--buildbot-slavename", 2542 "--buildbot-slavename",
2543 "build1-a1", 2543 "build1-a1",
2544 "--goma-deps-cache-dir", 2544 "--goma-deps-cache-file",
2545 "[GOMA_DEPS_CACHE]", 2545 "mac_chromium_variable.gomadeps",
2546 "--compiler", 2546 "--compiler",
2547 "goma-clang", 2547 "goma-clang",
2548 "--goma-jsonstatus", 2548 "--goma-jsonstatus",
2549 "/path/to/tmp/json", 2549 "/path/to/tmp/json",
2550 "--goma-service-account-json-file", 2550 "--goma-service-account-json-file",
2551 "/creds/service_accounts/service-account-goma-client.json", 2551 "/creds/service_accounts/service-account-goma-client.json",
2552 "--goma-dir", 2552 "--goma-dir",
2553 "[CACHE]/cipd/goma", 2553 "[CACHE]/cipd/goma",
2554 "--ninja-ensure-up-to-date", 2554 "--ninja-ensure-up-to-date",
2555 "--", 2555 "--",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
2819 "@@@STEP_LOG_END@report@@@", 2819 "@@@STEP_LOG_END@report@@@",
2820 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"browser_tests\": {\"Test.b rowser_One\": \"r6\"}, \"gl_tests\": {\"Test.gl_One\": \"r3\"}}, \"metadata\": { \"regression_range_size\": 6}, \"result\": {\"r2\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"failures\": [\"Test.gl_ One\"], \"status\": \"failed\", \"valid\": true}}, \"r5\": {\"browser_tests\": { \"status\": \"passed\", \"valid\": true}, \"gl_tests\": {\"failures\": [\"Test.g l_One\"], \"status\": \"failed\", \"valid\": true}}, \"r6\": {\"browser_tests\": {\"failures\": [\"Test.browser_One\"], \"status\": \"failed\", \"valid\": true} }}}@@@" 2820 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"browser_tests\": {\"Test.b rowser_One\": \"r6\"}, \"gl_tests\": {\"Test.gl_One\": \"r3\"}}, \"metadata\": { \"regression_range_size\": 6}, \"result\": {\"r2\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"failures\": [\"Test.gl_ One\"], \"status\": \"failed\", \"valid\": true}}, \"r5\": {\"browser_tests\": { \"status\": \"passed\", \"valid\": true}, \"gl_tests\": {\"failures\": [\"Test.g l_One\"], \"status\": \"failed\", \"valid\": true}}, \"r6\": {\"browser_tests\": {\"failures\": [\"Test.browser_One\"], \"status\": \"failed\", \"valid\": true} }}}@@@"
2821 ] 2821 ]
2822 }, 2822 },
2823 { 2823 {
2824 "name": "$result", 2824 "name": "$result",
2825 "recipe_result": null, 2825 "recipe_result": null,
2826 "status_code": 0 2826 "status_code": 0
2827 } 2827 }
2828 ] 2828 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698