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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 802673002: Revert of Isolate remaining tests under ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « testing/buildbot/chromium.win.json ('k') | ui/accessibility/accessibility.gyp » ('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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 "accessibility_unittests",
7 "test": "accessibility_unittests",
8 "swarming": {
9 "can_use_on_swarming_builders": true
10 }
11 },
12 { 7 {
13 "test": "app_installer_unittests", 8 "test": "app_installer_unittests",
14 "platforms": ["win"] 9 "platforms": ["win"]
15 }, 10 },
16 { 11 "app_list_unittests",
17 "test": "app_list_unittests",
18 "swarming": {
19 "can_use_on_swarming_builders": true
20 }
21 },
22 { 12 {
23 "test": "ash_unittests", 13 "test": "ash_unittests",
24 "chromium_configs": [ 14 "chromium_configs": [
25 "chromium_chromeos", 15 "chromium_chromeos",
26 "chromium_chromeos_clang", 16 "chromium_chromeos_clang",
27 "chromium_chromeos_ozone" 17 "chromium_chromeos_ozone"
28 ], 18 ],
29 "swarming": { 19 "swarming": {
30 "can_use_on_swarming_builders": true 20 "can_use_on_swarming_builders": true
31 } 21 }
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "swarming": { 77 "swarming": {
88 "can_use_on_swarming_builders": true 78 "can_use_on_swarming_builders": true
89 } 79 }
90 }, 80 },
91 "crypto_unittests", 81 "crypto_unittests",
92 { 82 {
93 "test": "dbus_unittests", 83 "test": "dbus_unittests",
94 "platforms": ["linux"] 84 "platforms": ["linux"]
95 }, 85 },
96 "device_unittests", 86 "device_unittests",
97 { 87 "events_unittests",
98 "test": "events_unittests",
99 "swarming": {
100 "can_use_on_swarming_builders": true
101 }
102 },
103 { 88 {
104 "test": "extensions_unittests", 89 "test": "extensions_unittests",
105 "platforms": ["win", "mac", "linux"] 90 "platforms": ["win", "mac", "linux"]
106 }, 91 },
107 "gcm_unit_tests", 92 "gcm_unit_tests",
108 { 93 "gfx_unittests",
109 "test": "gfx_unittests",
110 "swarming": {
111 "can_use_on_swarming_builders": true
112 }
113 },
114 "google_apis_unittests", 94 "google_apis_unittests",
115 "gpu_unittests", 95 "gpu_unittests",
116 { 96 {
117 "test": "interactive_ui_tests", 97 "test": "interactive_ui_tests",
118 "swarming": { 98 "swarming": {
119 "can_use_on_swarming_builders": true, 99 "can_use_on_swarming_builders": true,
120 "shards": 3 100 "shards": 3
121 } 101 }
122 }, 102 },
123 { 103 {
124 "test": "installer_util_unittests", 104 "test": "installer_util_unittests",
125 "platforms": ["win"] 105 "platforms": ["win"]
126 }, 106 },
127 { 107 {
128 "test": "ipc_mojo_unittests", 108 "test": "ipc_mojo_unittests",
129 "platforms": ["linux"] 109 "platforms": ["linux"]
130 }, 110 },
131 "ipc_tests", 111 "ipc_tests",
132 "jingle_unittests", 112 "jingle_unittests",
133 { 113 {
134 "test": "keyboard_unittests", 114 "test": "keyboard_unittests",
135 "platforms": ["linux", "win"] 115 "platforms": ["linux", "win"]
136 }, 116 },
137 "media_perftests", 117 "media_perftests",
138 "media_unittests", 118 "media_unittests",
139 { 119 "message_center_unittests",
140 "test": "message_center_unittests",
141 "swarming": {
142 "can_use_on_swarming_builders": true
143 }
144 },
145 "mojo_common_unittests", 120 "mojo_common_unittests",
146 "mojo_public_bindings_unittests", 121 "mojo_public_bindings_unittests",
147 "mojo_public_environment_unittests", 122 "mojo_public_environment_unittests",
148 "mojo_public_system_unittests", 123 "mojo_public_system_unittests",
149 "mojo_public_utility_unittests", 124 "mojo_public_utility_unittests",
150 "mojo_system_unittests", 125 "mojo_system_unittests",
151 { 126 {
152 "test": "nacl_loader_unittests", 127 "test": "nacl_loader_unittests",
153 "platforms": ["linux"] 128 "platforms": ["linux"]
154 }, 129 },
(...skipping 20 matching lines...) Expand all
175 }, 150 },
176 "sql_unittests", 151 "sql_unittests",
177 { 152 {
178 "test": "sync_integration_tests", 153 "test": "sync_integration_tests",
179 "swarming": { 154 "swarming": {
180 "can_use_on_swarming_builders": true, 155 "can_use_on_swarming_builders": true,
181 "shards": 3 156 "shards": 3
182 } 157 }
183 }, 158 },
184 "sync_unit_tests", 159 "sync_unit_tests",
185 { 160 "ui_base_unittests",
186 "test": "ui_base_unittests",
187 "swarming": {
188 "can_use_on_swarming_builders": true
189 }
190 },
191 "ui_touch_selection_unittests", 161 "ui_touch_selection_unittests",
192 { 162 {
193 "test": "unit_tests", 163 "test": "unit_tests",
194 "swarming": { 164 "swarming": {
195 "can_use_on_swarming_builders": true, 165 "can_use_on_swarming_builders": true,
196 "shards": 2 166 "shards": 2
197 } 167 }
198 }, 168 },
199 { 169 {
200 "test": "ui_chromeos_unittests", 170 "test": "ui_chromeos_unittests",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "non_filter_tests_builders": [ 240 "non_filter_tests_builders": [
271 ], 241 ],
272 242
273 "filter_compile_builders": [ 243 "filter_compile_builders": [
274 "win_chromium_compile_dbg", 244 "win_chromium_compile_dbg",
275 "win_chromium_rel_swarming", 245 "win_chromium_rel_swarming",
276 "win_chromium_x64_rel_swarming", 246 "win_chromium_x64_rel_swarming",
277 "win8_chromium_rel" 247 "win8_chromium_rel"
278 ] 248 ]
279 } 249 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/accessibility/accessibility.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698