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

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

Issue 1863723002: Remove many tests to stop gunking up the waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | testing/buildbot/gn_isolate_map.pyl » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
11 }, 11 },
12 "Android Swarm Builder": { 12 "Android Swarm Builder": {
13 "gtest_tests": [ 13 "gtest_tests": [
14 { 14 {
15 "swarming": { 15 "swarming": {
16 "can_use_on_swarming_builders": true, 16 "can_use_on_swarming_builders": true,
17 "dimension_sets": [ 17 "dimension_sets": [
18 { 18 {
19 "build.id": "KTU84P", 19 "build.id": "KTU84P",
20 "product.board": "hammerhead" 20 "product.board": "hammerhead"
21 } 21 }
22 ] 22 ]
23 }, 23 },
24 "test": "android_webview_unittests"
25 },
26 {
27 "swarming": {
28 "can_use_on_swarming_builders": true,
29 "dimension_sets": [
30 {
31 "build.id": "KTU84P",
32 "product.board": "hammerhead"
33 }
34 ]
35 },
36 "test": "base_unittests"
37 },
38 {
39 "swarming": {
40 "can_use_on_swarming_builders": true,
41 "dimension_sets": [
42 {
43 "build.id": "KTU84P",
44 "product.board": "hammerhead"
45 }
46 ]
47 },
48 "test": "breakpad_unittests"
49 },
50 {
51 "swarming": {
52 "can_use_on_swarming_builders": true,
53 "dimension_sets": [
54 {
55 "build.id": "KTU84P",
56 "product.board": "hammerhead"
57 }
58 ]
59 },
60 "test": "cc_unittests"
61 },
62 {
63 "swarming": {
64 "can_use_on_swarming_builders": true,
65 "dimension_sets": [
66 {
67 "build.id": "KTU84P",
68 "product.board": "hammerhead"
69 }
70 ]
71 },
72 "test": "components_browsertests"
73 },
74 {
75 "swarming": {
76 "can_use_on_swarming_builders": true,
77 "dimension_sets": [
78 {
79 "build.id": "KTU84P",
80 "product.board": "hammerhead"
81 }
82 ]
83 },
84 "test": "components_unittests"
85 },
86 {
87 "swarming": {
88 "can_use_on_swarming_builders": true,
89 "dimension_sets": [
90 {
91 "build.id": "KTU84P",
92 "product.board": "hammerhead"
93 }
94 ]
95 },
96 "test": "content_browsertests"
97 },
98 {
99 "swarming": {
100 "can_use_on_swarming_builders": true,
101 "dimension_sets": [
102 {
103 "build.id": "KTU84P",
104 "product.board": "hammerhead"
105 }
106 ]
107 },
108 "test": "content_unittests"
109 },
110 {
111 "swarming": {
112 "can_use_on_swarming_builders": true,
113 "dimension_sets": [
114 {
115 "build.id": "KTU84P",
116 "product.board": "hammerhead"
117 }
118 ]
119 },
120 "test": "device_unittests"
121 },
122 {
123 "swarming": {
124 "can_use_on_swarming_builders": true,
125 "dimension_sets": [
126 {
127 "build.id": "KTU84P",
128 "product.board": "hammerhead"
129 }
130 ]
131 },
132 "test": "events_unittests"
133 },
134 {
135 "swarming": {
136 "can_use_on_swarming_builders": true,
137 "dimension_sets": [
138 {
139 "build.id": "KTU84P",
140 "product.board": "hammerhead"
141 }
142 ]
143 },
144 "test": "gl_tests"
145 },
146 {
147 "swarming": {
148 "can_use_on_swarming_builders": true,
149 "dimension_sets": [
150 {
151 "build.id": "KTU84P",
152 "product.board": "hammerhead"
153 }
154 ]
155 },
156 "test": "gl_unittests"
157 },
158 {
159 "swarming": {
160 "can_use_on_swarming_builders": true,
161 "dimension_sets": [
162 {
163 "build.id": "KTU84P",
164 "product.board": "hammerhead"
165 }
166 ]
167 },
168 "test": "gpu_unittests"
169 },
170 {
171 "swarming": {
172 "can_use_on_swarming_builders": true,
173 "dimension_sets": [
174 {
175 "build.id": "KTU84P",
176 "product.board": "hammerhead"
177 }
178 ]
179 },
180 "test": "ipc_tests"
181 },
182 {
183 "swarming": {
184 "can_use_on_swarming_builders": true,
185 "dimension_sets": [
186 {
187 "build.id": "KTU84P",
188 "product.board": "hammerhead"
189 }
190 ]
191 },
192 "test": "media_unittests"
193 },
194 {
195 "swarming": {
196 "can_use_on_swarming_builders": true,
197 "dimension_sets": [
198 {
199 "build.id": "KTU84P",
200 "product.board": "hammerhead"
201 }
202 ]
203 },
204 "test": "net_unittests"
205 },
206 {
207 "swarming": {
208 "can_use_on_swarming_builders": true,
209 "dimension_sets": [
210 {
211 "build.id": "KTU84P",
212 "product.board": "hammerhead"
213 }
214 ]
215 },
216 "test": "sql_unittests"
217 },
218 {
219 "swarming": {
220 "can_use_on_swarming_builders": true,
221 "dimension_sets": [
222 {
223 "build.id": "KTU84P",
224 "product.board": "hammerhead"
225 }
226 ]
227 },
228 "test": "sync_unit_tests"
229 },
230 {
231 "swarming": {
232 "can_use_on_swarming_builders": true,
233 "dimension_sets": [
234 {
235 "build.id": "KTU84P",
236 "product.board": "hammerhead"
237 }
238 ]
239 },
240 "test": "ui_android_unittests"
241 },
242 {
243 "swarming": {
244 "can_use_on_swarming_builders": true,
245 "dimension_sets": [
246 {
247 "build.id": "KTU84P",
248 "product.board": "hammerhead"
249 }
250 ]
251 },
252 "test": "ui_base_unittests"
253 },
254 {
255 "swarming": {
256 "can_use_on_swarming_builders": true,
257 "dimension_sets": [
258 {
259 "build.id": "KTU84P",
260 "product.board": "hammerhead"
261 }
262 ]
263 },
264 "test": "ui_touch_selection_unittests"
265 },
266 {
267 "swarming": {
268 "can_use_on_swarming_builders": true,
269 "dimension_sets": [
270 {
271 "build.id": "KTU84P",
272 "product.board": "hammerhead"
273 }
274 ]
275 },
276 "test": "unit_tests" 24 "test": "unit_tests"
277 } 25 }
278 ] 26 ]
279 }, 27 },
280 "Jelly Bean Tester": { 28 "Jelly Bean Tester": {
281 "gtest_tests": [ 29 "gtest_tests": [
282 { 30 {
283 "test": "android_webview_unittests" 31 "test": "android_webview_unittests"
284 }, 32 },
285 { 33 {
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 }, 1148 },
1401 { 1149 {
1402 "test": "chrome_sync_shell_test_apk" 1150 "test": "chrome_sync_shell_test_apk"
1403 }, 1151 },
1404 { 1152 {
1405 "test": "content_shell_test_apk" 1153 "test": "content_shell_test_apk"
1406 } 1154 }
1407 ] 1155 ]
1408 } 1156 }
1409 } 1157 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698