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

Side by Side Diff: testing/buildbot/chromium.android.json

Issue 2395363002: Add storage_unittests to buildbots. (Closed)
Patch Set: Rebased against master. 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
« no previous file with comments | « build/android/pylib/gtest/gtest_config.py ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "override_compile_targets": [ 10 "override_compile_targets": [
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 "=android%2Fswarming%2Flogcats%2F", 1020 "=android%2Fswarming%2Flogcats%2F",
1021 "${TASK_ID}%2F%2B%2Funified_logcats" 1021 "${TASK_ID}%2F%2B%2Funified_logcats"
1022 ], 1022 ],
1023 "name": "shard #${SHARD_INDEX} logcats" 1023 "name": "shard #${SHARD_INDEX} logcats"
1024 } 1024 }
1025 ] 1025 ]
1026 }, 1026 },
1027 "test": "sql_unittests" 1027 "test": "sql_unittests"
1028 }, 1028 },
1029 { 1029 {
1030 "override_isolate_target": "storage_unittests",
1031 "swarming": {
1032 "can_use_on_swarming_builders": true,
1033 "cipd_packages": [
1034 {
1035 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1036 "location": "bin",
1037 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
1038 }
1039 ],
1040 "dimension_sets": [
1041 {
1042 "android_devices": "4",
1043 "device_os": "MMB29Q",
1044 "device_type": "bullhead"
1045 }
1046 ],
1047 "output_links": [
1048 {
1049 "link": [
1050 "https://luci-logdog.appspot.com/v/?s",
1051 "=android%2Fswarming%2Flogcats%2F",
1052 "${TASK_ID}%2F%2B%2Funified_logcats"
1053 ],
1054 "name": "shard #${SHARD_INDEX} logcats"
1055 }
1056 ]
1057 },
1058 "test": "storage_unittests"
1059 },
1060 {
1030 "override_isolate_target": "ui_android_unittests", 1061 "override_isolate_target": "ui_android_unittests",
1031 "swarming": { 1062 "swarming": {
1032 "can_use_on_swarming_builders": true, 1063 "can_use_on_swarming_builders": true,
1033 "cipd_packages": [ 1064 "cipd_packages": [
1034 { 1065 {
1035 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 1066 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1036 "location": "bin", 1067 "location": "bin",
1037 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " 1068 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
1038 } 1069 }
1039 ], 1070 ],
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 "=android%2Fswarming%2Flogcats%2F", 2264 "=android%2Fswarming%2Flogcats%2F",
2234 "${TASK_ID}%2F%2B%2Funified_logcats" 2265 "${TASK_ID}%2F%2B%2Funified_logcats"
2235 ], 2266 ],
2236 "name": "shard #${SHARD_INDEX} logcats" 2267 "name": "shard #${SHARD_INDEX} logcats"
2237 } 2268 }
2238 ] 2269 ]
2239 }, 2270 },
2240 "test": "sql_unittests" 2271 "test": "sql_unittests"
2241 }, 2272 },
2242 { 2273 {
2274 "override_isolate_target": "storage_unittests",
2275 "swarming": {
2276 "can_use_on_swarming_builders": true,
2277 "cipd_packages": [
2278 {
2279 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
2280 "location": "bin",
2281 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
2282 }
2283 ],
2284 "dimension_sets": [
2285 {
2286 "device_os": "KTU84P",
2287 "device_type": "hammerhead"
2288 }
2289 ],
2290 "output_links": [
2291 {
2292 "link": [
2293 "https://luci-logdog.appspot.com/v/?s",
2294 "=android%2Fswarming%2Flogcats%2F",
2295 "${TASK_ID}%2F%2B%2Funified_logcats"
2296 ],
2297 "name": "shard #${SHARD_INDEX} logcats"
2298 }
2299 ]
2300 },
2301 "test": "storage_unittests"
2302 },
2303 {
2243 "override_isolate_target": "ui_android_unittests", 2304 "override_isolate_target": "ui_android_unittests",
2244 "swarming": { 2305 "swarming": {
2245 "can_use_on_swarming_builders": true, 2306 "can_use_on_swarming_builders": true,
2246 "cipd_packages": [ 2307 "cipd_packages": [
2247 { 2308 {
2248 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 2309 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
2249 "location": "bin", 2310 "location": "bin",
2250 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " 2311 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
2251 } 2312 }
2252 ], 2313 ],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
2450 { 2511 {
2451 "override_compile_targets": [ 2512 "override_compile_targets": [
2452 "sandbox_linux_unittests_deps" 2513 "sandbox_linux_unittests_deps"
2453 ], 2514 ],
2454 "test": "sandbox_linux_unittests" 2515 "test": "sandbox_linux_unittests"
2455 }, 2516 },
2456 { 2517 {
2457 "test": "sql_unittests" 2518 "test": "sql_unittests"
2458 }, 2519 },
2459 { 2520 {
2521 "test": "storage_unittests"
2522 },
2523 {
2460 "test": "ui_android_unittests" 2524 "test": "ui_android_unittests"
2461 }, 2525 },
2462 { 2526 {
2463 "test": "ui_base_unittests" 2527 "test": "ui_base_unittests"
2464 }, 2528 },
2465 { 2529 {
2466 "test": "ui_touch_selection_unittests" 2530 "test": "ui_touch_selection_unittests"
2467 }, 2531 },
2468 { 2532 {
2469 "test": "unit_tests" 2533 "test": "unit_tests"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
2554 { 2618 {
2555 "override_compile_targets": [ 2619 "override_compile_targets": [
2556 "sandbox_linux_unittests_deps" 2620 "sandbox_linux_unittests_deps"
2557 ], 2621 ],
2558 "test": "sandbox_linux_unittests" 2622 "test": "sandbox_linux_unittests"
2559 }, 2623 },
2560 { 2624 {
2561 "test": "sql_unittests" 2625 "test": "sql_unittests"
2562 }, 2626 },
2563 { 2627 {
2628 "test": "storage_unittests"
2629 },
2630 {
2564 "test": "ui_android_unittests" 2631 "test": "ui_android_unittests"
2565 }, 2632 },
2566 { 2633 {
2567 "test": "ui_base_unittests" 2634 "test": "ui_base_unittests"
2568 }, 2635 },
2569 { 2636 {
2570 "test": "ui_touch_selection_unittests" 2637 "test": "ui_touch_selection_unittests"
2571 }, 2638 },
2572 { 2639 {
2573 "test": "unit_tests" 2640 "test": "unit_tests"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
2661 { 2728 {
2662 "override_compile_targets": [ 2729 "override_compile_targets": [
2663 "sandbox_linux_unittests_deps" 2730 "sandbox_linux_unittests_deps"
2664 ], 2731 ],
2665 "test": "sandbox_linux_unittests" 2732 "test": "sandbox_linux_unittests"
2666 }, 2733 },
2667 { 2734 {
2668 "test": "sql_unittests" 2735 "test": "sql_unittests"
2669 }, 2736 },
2670 { 2737 {
2738 "test": "storage_unittests"
2739 },
2740 {
2671 "test": "ui_android_unittests" 2741 "test": "ui_android_unittests"
2672 }, 2742 },
2673 { 2743 {
2674 "test": "ui_base_unittests" 2744 "test": "ui_base_unittests"
2675 }, 2745 },
2676 { 2746 {
2677 "test": "ui_touch_selection_unittests" 2747 "test": "ui_touch_selection_unittests"
2678 }, 2748 },
2679 { 2749 {
2680 "test": "unit_tests" 2750 "test": "unit_tests"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
2776 { 2846 {
2777 "override_compile_targets": [ 2847 "override_compile_targets": [
2778 "sandbox_linux_unittests_deps" 2848 "sandbox_linux_unittests_deps"
2779 ], 2849 ],
2780 "test": "sandbox_linux_unittests" 2850 "test": "sandbox_linux_unittests"
2781 }, 2851 },
2782 { 2852 {
2783 "test": "sql_unittests" 2853 "test": "sql_unittests"
2784 }, 2854 },
2785 { 2855 {
2856 "test": "storage_unittests"
2857 },
2858 {
2786 "test": "ui_android_unittests" 2859 "test": "ui_android_unittests"
2787 }, 2860 },
2788 { 2861 {
2789 "test": "ui_base_unittests" 2862 "test": "ui_base_unittests"
2790 }, 2863 },
2791 { 2864 {
2792 "test": "ui_touch_selection_unittests" 2865 "test": "ui_touch_selection_unittests"
2793 }, 2866 },
2794 { 2867 {
2795 "test": "unit_tests" 2868 "test": "unit_tests"
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
3516 "=android%2Fswarming%2Flogcats%2F", 3589 "=android%2Fswarming%2Flogcats%2F",
3517 "${TASK_ID}%2F%2B%2Funified_logcats" 3590 "${TASK_ID}%2F%2B%2Funified_logcats"
3518 ], 3591 ],
3519 "name": "shard #${SHARD_INDEX} logcats" 3592 "name": "shard #${SHARD_INDEX} logcats"
3520 } 3593 }
3521 ] 3594 ]
3522 }, 3595 },
3523 "test": "sql_unittests" 3596 "test": "sql_unittests"
3524 }, 3597 },
3525 { 3598 {
3599 "override_isolate_target": "storage_unittests",
3600 "swarming": {
3601 "can_use_on_swarming_builders": true,
3602 "cipd_packages": [
3603 {
3604 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
3605 "location": "bin",
3606 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
3607 }
3608 ],
3609 "dimension_sets": [
3610 {
3611 "android_devices": "4",
3612 "device_os": "LMY48I",
3613 "device_type": "hammerhead"
3614 }
3615 ],
3616 "expiration": 10800,
3617 "hard_timeout": 960,
3618 "output_links": [
3619 {
3620 "link": [
3621 "https://luci-logdog.appspot.com/v/?s",
3622 "=android%2Fswarming%2Flogcats%2F",
3623 "${TASK_ID}%2F%2B%2Funified_logcats"
3624 ],
3625 "name": "shard #${SHARD_INDEX} logcats"
3626 }
3627 ]
3628 },
3629 "test": "storage_unittests"
3630 },
3631 {
3526 "override_isolate_target": "ui_android_unittests", 3632 "override_isolate_target": "ui_android_unittests",
3527 "swarming": { 3633 "swarming": {
3528 "can_use_on_swarming_builders": true, 3634 "can_use_on_swarming_builders": true,
3529 "cipd_packages": [ 3635 "cipd_packages": [
3530 { 3636 {
3531 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 3637 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
3532 "location": "bin", 3638 "location": "bin",
3533 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " 3639 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
3534 } 3640 }
3535 ], 3641 ],
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3901 { 4007 {
3902 "override_compile_targets": [ 4008 "override_compile_targets": [
3903 "sandbox_linux_unittests_deps" 4009 "sandbox_linux_unittests_deps"
3904 ], 4010 ],
3905 "test": "sandbox_linux_unittests" 4011 "test": "sandbox_linux_unittests"
3906 }, 4012 },
3907 { 4013 {
3908 "test": "sql_unittests" 4014 "test": "sql_unittests"
3909 }, 4015 },
3910 { 4016 {
4017 "test": "storage_unittests"
4018 },
4019 {
3911 "test": "ui_android_unittests" 4020 "test": "ui_android_unittests"
3912 }, 4021 },
3913 { 4022 {
3914 "test": "ui_base_unittests" 4023 "test": "ui_base_unittests"
3915 }, 4024 },
3916 { 4025 {
3917 "test": "ui_touch_selection_unittests" 4026 "test": "ui_touch_selection_unittests"
3918 }, 4027 },
3919 { 4028 {
3920 "test": "unit_tests" 4029 "test": "unit_tests"
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
4828 "=android%2Fswarming%2Flogcats%2F", 4937 "=android%2Fswarming%2Flogcats%2F",
4829 "${TASK_ID}%2F%2B%2Funified_logcats" 4938 "${TASK_ID}%2F%2B%2Funified_logcats"
4830 ], 4939 ],
4831 "name": "shard #${SHARD_INDEX} logcats" 4940 "name": "shard #${SHARD_INDEX} logcats"
4832 } 4941 }
4833 ] 4942 ]
4834 }, 4943 },
4835 "test": "sql_unittests" 4944 "test": "sql_unittests"
4836 }, 4945 },
4837 { 4946 {
4947 "override_isolate_target": "storage_unittests",
4948 "swarming": {
4949 "can_use_on_swarming_builders": true,
4950 "cipd_packages": [
4951 {
4952 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
4953 "location": "bin",
4954 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
4955 }
4956 ],
4957 "dimension_sets": [
4958 {
4959 "device_os": "MMB29Q",
4960 "device_type": "bullhead"
4961 }
4962 ],
4963 "hard_timeout": 960,
4964 "output_links": [
4965 {
4966 "link": [
4967 "https://luci-logdog.appspot.com/v/?s",
4968 "=android%2Fswarming%2Flogcats%2F",
4969 "${TASK_ID}%2F%2B%2Funified_logcats"
4970 ],
4971 "name": "shard #${SHARD_INDEX} logcats"
4972 }
4973 ]
4974 },
4975 "test": "storage_unittests"
4976 },
4977 {
4838 "override_isolate_target": "ui_android_unittests", 4978 "override_isolate_target": "ui_android_unittests",
4839 "swarming": { 4979 "swarming": {
4840 "can_use_on_swarming_builders": true, 4980 "can_use_on_swarming_builders": true,
4841 "cipd_packages": [ 4981 "cipd_packages": [
4842 { 4982 {
4843 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 4983 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
4844 "location": "bin", 4984 "location": "bin",
4845 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " 4985 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
4846 } 4986 }
4847 ], 4987 ],
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
5025 { 5165 {
5026 "override_compile_targets": [ 5166 "override_compile_targets": [
5027 "sandbox_linux_unittests_deps" 5167 "sandbox_linux_unittests_deps"
5028 ], 5168 ],
5029 "test": "sandbox_linux_unittests" 5169 "test": "sandbox_linux_unittests"
5030 }, 5170 },
5031 { 5171 {
5032 "test": "sql_unittests" 5172 "test": "sql_unittests"
5033 }, 5173 },
5034 { 5174 {
5175 "test": "storage_unittests"
5176 },
5177 {
5035 "test": "ui_android_unittests" 5178 "test": "ui_android_unittests"
5036 }, 5179 },
5037 { 5180 {
5038 "test": "ui_base_unittests" 5181 "test": "ui_base_unittests"
5039 }, 5182 },
5040 { 5183 {
5041 "test": "ui_touch_selection_unittests" 5184 "test": "ui_touch_selection_unittests"
5042 }, 5185 },
5043 { 5186 {
5044 "test": "unit_tests" 5187 "test": "unit_tests"
(...skipping 16 matching lines...) Expand all
5061 }, 5204 },
5062 { 5205 {
5063 "test": "chrome_sync_shell_test_apk" 5206 "test": "chrome_sync_shell_test_apk"
5064 }, 5207 },
5065 { 5208 {
5066 "test": "content_shell_test_apk" 5209 "test": "content_shell_test_apk"
5067 } 5210 }
5068 ] 5211 ]
5069 } 5212 }
5070 } 5213 }
OLDNEW
« no previous file with comments | « build/android/pylib/gtest/gtest_config.py ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698