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

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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 { 2959 {
2887 "override_compile_targets": [ 2960 "override_compile_targets": [
2888 "sandbox_linux_unittests_deps" 2961 "sandbox_linux_unittests_deps"
2889 ], 2962 ],
2890 "test": "sandbox_linux_unittests" 2963 "test": "sandbox_linux_unittests"
2891 }, 2964 },
2892 { 2965 {
2893 "test": "sql_unittests" 2966 "test": "sql_unittests"
2894 }, 2967 },
2895 { 2968 {
2969 "test": "storage_unittests"
2970 },
2971 {
2896 "test": "ui_android_unittests" 2972 "test": "ui_android_unittests"
2897 }, 2973 },
2898 { 2974 {
2899 "test": "ui_base_unittests" 2975 "test": "ui_base_unittests"
2900 }, 2976 },
2901 { 2977 {
2902 "test": "ui_touch_selection_unittests" 2978 "test": "ui_touch_selection_unittests"
2903 }, 2979 },
2904 { 2980 {
2905 "test": "unit_tests" 2981 "test": "unit_tests"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
2993 { 3069 {
2994 "override_compile_targets": [ 3070 "override_compile_targets": [
2995 "sandbox_linux_unittests_deps" 3071 "sandbox_linux_unittests_deps"
2996 ], 3072 ],
2997 "test": "sandbox_linux_unittests" 3073 "test": "sandbox_linux_unittests"
2998 }, 3074 },
2999 { 3075 {
3000 "test": "sql_unittests" 3076 "test": "sql_unittests"
3001 }, 3077 },
3002 { 3078 {
3079 "test": "storage_unittests"
3080 },
3081 {
3003 "test": "ui_android_unittests" 3082 "test": "ui_android_unittests"
3004 }, 3083 },
3005 { 3084 {
3006 "test": "ui_base_unittests" 3085 "test": "ui_base_unittests"
3007 }, 3086 },
3008 { 3087 {
3009 "test": "ui_touch_selection_unittests" 3088 "test": "ui_touch_selection_unittests"
3010 }, 3089 },
3011 { 3090 {
3012 "test": "unit_tests" 3091 "test": "unit_tests"
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
3920 "=android%2Fswarming%2Flogcats%2F", 3999 "=android%2Fswarming%2Flogcats%2F",
3921 "${TASK_ID}%2F%2B%2Funified_logcats" 4000 "${TASK_ID}%2F%2B%2Funified_logcats"
3922 ], 4001 ],
3923 "name": "shard #${SHARD_INDEX} logcats" 4002 "name": "shard #${SHARD_INDEX} logcats"
3924 } 4003 }
3925 ] 4004 ]
3926 }, 4005 },
3927 "test": "sql_unittests" 4006 "test": "sql_unittests"
3928 }, 4007 },
3929 { 4008 {
4009 "override_isolate_target": "storage_unittests",
4010 "swarming": {
4011 "can_use_on_swarming_builders": true,
4012 "cipd_packages": [
4013 {
4014 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
4015 "location": "bin",
4016 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
4017 }
4018 ],
4019 "dimension_sets": [
4020 {
4021 "device_os": "MMB29Q",
4022 "device_type": "bullhead"
4023 }
4024 ],
4025 "hard_timeout": 960,
4026 "output_links": [
4027 {
4028 "link": [
4029 "https://luci-logdog.appspot.com/v/?s",
4030 "=android%2Fswarming%2Flogcats%2F",
4031 "${TASK_ID}%2F%2B%2Funified_logcats"
4032 ],
4033 "name": "shard #${SHARD_INDEX} logcats"
4034 }
4035 ]
4036 },
4037 "test": "storage_unittests"
4038 },
4039 {
3930 "override_isolate_target": "ui_android_unittests", 4040 "override_isolate_target": "ui_android_unittests",
3931 "swarming": { 4041 "swarming": {
3932 "can_use_on_swarming_builders": true, 4042 "can_use_on_swarming_builders": true,
3933 "cipd_packages": [ 4043 "cipd_packages": [
3934 { 4044 {
3935 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 4045 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
3936 "location": "bin", 4046 "location": "bin",
3937 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " 4047 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
3938 } 4048 }
3939 ], 4049 ],
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
4117 { 4227 {
4118 "override_compile_targets": [ 4228 "override_compile_targets": [
4119 "sandbox_linux_unittests_deps" 4229 "sandbox_linux_unittests_deps"
4120 ], 4230 ],
4121 "test": "sandbox_linux_unittests" 4231 "test": "sandbox_linux_unittests"
4122 }, 4232 },
4123 { 4233 {
4124 "test": "sql_unittests" 4234 "test": "sql_unittests"
4125 }, 4235 },
4126 { 4236 {
4237 "test": "storage_unittests"
4238 },
4239 {
4127 "test": "ui_android_unittests" 4240 "test": "ui_android_unittests"
4128 }, 4241 },
4129 { 4242 {
4130 "test": "ui_base_unittests" 4243 "test": "ui_base_unittests"
4131 }, 4244 },
4132 { 4245 {
4133 "test": "ui_touch_selection_unittests" 4246 "test": "ui_touch_selection_unittests"
4134 }, 4247 },
4135 { 4248 {
4136 "test": "unit_tests" 4249 "test": "unit_tests"
(...skipping 16 matching lines...) Expand all
4153 }, 4266 },
4154 { 4267 {
4155 "test": "chrome_sync_shell_test_apk" 4268 "test": "chrome_sync_shell_test_apk"
4156 }, 4269 },
4157 { 4270 {
4158 "test": "content_shell_test_apk" 4271 "test": "content_shell_test_apk"
4159 } 4272 }
4160 ] 4273 ]
4161 } 4274 }
4162 } 4275 }
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