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

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

Issue 2407363002: Enabling enable_vr_shell flag and tests on chromium.android (Closed)
Patch Set: Added swarming config for vr_shell_unittests on M 64 bit 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 | « no previous file | tools/mb/mb_config.pyl » ('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 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 "test": "ui_android_unittests" 2460 "test": "ui_android_unittests"
2461 }, 2461 },
2462 { 2462 {
2463 "test": "ui_base_unittests" 2463 "test": "ui_base_unittests"
2464 }, 2464 },
2465 { 2465 {
2466 "test": "ui_touch_selection_unittests" 2466 "test": "ui_touch_selection_unittests"
2467 }, 2467 },
2468 { 2468 {
2469 "test": "unit_tests" 2469 "test": "unit_tests"
2470 },
2471 {
2472 "test": "vr_shell_unittests"
2470 } 2473 }
2471 ], 2474 ],
2472 "instrumentation_tests": [ 2475 "instrumentation_tests": [
2473 { 2476 {
2474 "apk_under_test": "Blimp.apk", 2477 "apk_under_test": "Blimp.apk",
2475 "override_compile_targets": [ 2478 "override_compile_targets": [
2476 "blimp_test_apk" 2479 "blimp_test_apk"
2477 ], 2480 ],
2478 "test": "blimp_test_apk", 2481 "test": "blimp_test_apk",
2479 "test_apk": "BlimpTest.apk" 2482 "test_apk": "BlimpTest.apk"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
2564 "test": "ui_android_unittests" 2567 "test": "ui_android_unittests"
2565 }, 2568 },
2566 { 2569 {
2567 "test": "ui_base_unittests" 2570 "test": "ui_base_unittests"
2568 }, 2571 },
2569 { 2572 {
2570 "test": "ui_touch_selection_unittests" 2573 "test": "ui_touch_selection_unittests"
2571 }, 2574 },
2572 { 2575 {
2573 "test": "unit_tests" 2576 "test": "unit_tests"
2577 },
2578 {
2579 "test": "vr_shell_unittests"
2574 } 2580 }
2575 ], 2581 ],
2576 "instrumentation_tests": [ 2582 "instrumentation_tests": [
2577 { 2583 {
2578 "test": "android_webview_test_apk" 2584 "test": "android_webview_test_apk"
2579 }, 2585 },
2580 { 2586 {
2581 "apk_under_test": "Blimp.apk", 2587 "apk_under_test": "Blimp.apk",
2582 "override_compile_targets": [ 2588 "override_compile_targets": [
2583 "blimp_test_apk" 2589 "blimp_test_apk"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 "test": "ui_android_unittests" 2677 "test": "ui_android_unittests"
2672 }, 2678 },
2673 { 2679 {
2674 "test": "ui_base_unittests" 2680 "test": "ui_base_unittests"
2675 }, 2681 },
2676 { 2682 {
2677 "test": "ui_touch_selection_unittests" 2683 "test": "ui_touch_selection_unittests"
2678 }, 2684 },
2679 { 2685 {
2680 "test": "unit_tests" 2686 "test": "unit_tests"
2687 },
2688 {
2689 "test": "vr_shell_unittests"
2681 } 2690 }
2682 ], 2691 ],
2683 "instrumentation_tests": [ 2692 "instrumentation_tests": [
2684 { 2693 {
2685 "test": "android_webview_test_apk" 2694 "test": "android_webview_test_apk"
2686 }, 2695 },
2687 { 2696 {
2688 "apk_under_test": "Blimp.apk", 2697 "apk_under_test": "Blimp.apk",
2689 "override_compile_targets": [ 2698 "override_compile_targets": [
2690 "blimp_test_apk" 2699 "blimp_test_apk"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
2786 "test": "ui_android_unittests" 2795 "test": "ui_android_unittests"
2787 }, 2796 },
2788 { 2797 {
2789 "test": "ui_base_unittests" 2798 "test": "ui_base_unittests"
2790 }, 2799 },
2791 { 2800 {
2792 "test": "ui_touch_selection_unittests" 2801 "test": "ui_touch_selection_unittests"
2793 }, 2802 },
2794 { 2803 {
2795 "test": "unit_tests" 2804 "test": "unit_tests"
2805 },
2806 {
2807 "test": "vr_shell_unittests"
2796 } 2808 }
2797 ], 2809 ],
2798 "instrumentation_tests": [ 2810 "instrumentation_tests": [
2799 { 2811 {
2800 "test": "android_webview_test_apk", 2812 "test": "android_webview_test_apk",
2801 "timeout_scale": 2 2813 "timeout_scale": 2
2802 }, 2814 },
2803 { 2815 {
2804 "override_compile_targets": [ 2816 "override_compile_targets": [
2805 "blimp_test_apk" 2817 "blimp_test_apk"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
2896 "test": "ui_android_unittests" 2908 "test": "ui_android_unittests"
2897 }, 2909 },
2898 { 2910 {
2899 "test": "ui_base_unittests" 2911 "test": "ui_base_unittests"
2900 }, 2912 },
2901 { 2913 {
2902 "test": "ui_touch_selection_unittests" 2914 "test": "ui_touch_selection_unittests"
2903 }, 2915 },
2904 { 2916 {
2905 "test": "unit_tests" 2917 "test": "unit_tests"
2918 },
2919 {
2920 "test": "vr_shell_unittests"
2906 } 2921 }
2907 ], 2922 ],
2908 "instrumentation_tests": [ 2923 "instrumentation_tests": [
2909 { 2924 {
2910 "test": "android_webview_test_apk" 2925 "test": "android_webview_test_apk"
2911 }, 2926 },
2912 { 2927 {
2913 "apk_under_test": "Blimp.apk", 2928 "apk_under_test": "Blimp.apk",
2914 "override_compile_targets": [ 2929 "override_compile_targets": [
2915 "blimp_test_apk" 2930 "blimp_test_apk"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 "test": "ui_android_unittests" 3018 "test": "ui_android_unittests"
3004 }, 3019 },
3005 { 3020 {
3006 "test": "ui_base_unittests" 3021 "test": "ui_base_unittests"
3007 }, 3022 },
3008 { 3023 {
3009 "test": "ui_touch_selection_unittests" 3024 "test": "ui_touch_selection_unittests"
3010 }, 3025 },
3011 { 3026 {
3012 "test": "unit_tests" 3027 "test": "unit_tests"
3028 },
3029 {
3030 "test": "vr_shell_unittests"
3013 } 3031 }
3014 ], 3032 ],
3015 "instrumentation_tests": [ 3033 "instrumentation_tests": [
3016 { 3034 {
3017 "test": "android_webview_test_apk" 3035 "test": "android_webview_test_apk"
3018 }, 3036 },
3019 { 3037 {
3020 "apk_under_test": "Blimp.apk", 3038 "apk_under_test": "Blimp.apk",
3021 "override_compile_targets": [ 3039 "override_compile_targets": [
3022 "blimp_test_apk" 3040 "blimp_test_apk"
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
4042 "link": [ 4060 "link": [
4043 "https://luci-logdog.appspot.com/v/?s", 4061 "https://luci-logdog.appspot.com/v/?s",
4044 "=android%2Fswarming%2Flogcats%2F", 4062 "=android%2Fswarming%2Flogcats%2F",
4045 "${TASK_ID}%2F%2B%2Funified_logcats" 4063 "${TASK_ID}%2F%2B%2Funified_logcats"
4046 ], 4064 ],
4047 "name": "shard #${SHARD_INDEX} logcats" 4065 "name": "shard #${SHARD_INDEX} logcats"
4048 } 4066 }
4049 ] 4067 ]
4050 }, 4068 },
4051 "test": "unit_tests" 4069 "test": "unit_tests"
4070 },
4071 {
4072 "override_isolate_target": "vr_shell_unittests",
4073 "swarming": {
4074 "can_use_on_swarming_builders": true,
4075 "cipd_packages": [
4076 {
4077 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
4078 "location": "bin",
4079 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
4080 }
4081 ],
4082 "dimension_sets": [
4083 {
4084 "device_os": "MMB29Q",
4085 "device_type": "bullhead"
4086 }
4087 ],
4088 "hard_timeout": 960,
4089 "output_links": [
4090 {
4091 "link": [
4092 "https://luci-logdog.appspot.com/v/?s",
4093 "=android%2Fswarming%2Flogcats%2F",
4094 "${TASK_ID}%2F%2B%2Funified_logcats"
4095 ],
4096 "name": "shard #${SHARD_INDEX} logcats"
4097 }
4098 ]
4099 },
4100 "test": "vr_shell_unittests"
4052 } 4101 }
4053 ] 4102 ]
4054 }, 4103 },
4055 "Marshmallow Tablet Tester": { 4104 "Marshmallow Tablet Tester": {
4056 "gtest_tests": [ 4105 "gtest_tests": [
4057 { 4106 {
4058 "test": "android_webview_unittests" 4107 "test": "android_webview_unittests"
4059 }, 4108 },
4060 { 4109 {
4061 "test": "base_unittests" 4110 "test": "base_unittests"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
4127 "test": "ui_android_unittests" 4176 "test": "ui_android_unittests"
4128 }, 4177 },
4129 { 4178 {
4130 "test": "ui_base_unittests" 4179 "test": "ui_base_unittests"
4131 }, 4180 },
4132 { 4181 {
4133 "test": "ui_touch_selection_unittests" 4182 "test": "ui_touch_selection_unittests"
4134 }, 4183 },
4135 { 4184 {
4136 "test": "unit_tests" 4185 "test": "unit_tests"
4186 },
4187 {
4188 "test": "vr_shell_unittests"
4137 } 4189 }
4138 ], 4190 ],
4139 "instrumentation_tests": [ 4191 "instrumentation_tests": [
4140 { 4192 {
4141 "test": "android_webview_test_apk" 4193 "test": "android_webview_test_apk"
4142 }, 4194 },
4143 { 4195 {
4144 "apk_under_test": "Blimp.apk", 4196 "apk_under_test": "Blimp.apk",
4145 "override_compile_targets": [ 4197 "override_compile_targets": [
4146 "blimp_test_apk" 4198 "blimp_test_apk"
4147 ], 4199 ],
4148 "test": "blimp_test_apk", 4200 "test": "blimp_test_apk",
4149 "test_apk": "BlimpTest.apk" 4201 "test_apk": "BlimpTest.apk"
4150 }, 4202 },
4151 { 4203 {
4152 "test": "chrome_public_test_apk" 4204 "test": "chrome_public_test_apk"
4153 }, 4205 },
4154 { 4206 {
4155 "test": "chrome_sync_shell_test_apk" 4207 "test": "chrome_sync_shell_test_apk"
4156 }, 4208 },
4157 { 4209 {
4158 "test": "content_shell_test_apk" 4210 "test": "content_shell_test_apk"
4159 } 4211 }
4160 ] 4212 ]
4161 } 4213 }
4162 } 4214 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698