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

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

Issue 1918823006: 🐾 Enable instrumentation tests on Android Swarm Builder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add android_webview_test_apk Created 4 years, 7 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') | 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 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 "device_os": "KTU84P", 19 "device_os": "KTU84P",
20 "device_type": "hammerhead" 20 "device_type": "hammerhead"
21 } 21 }
22 ] 22 ]
23 }, 23 },
24 "test": "android_webview_test_apk"
25 },
26 {
27 "swarming": {
28 "can_use_on_swarming_builders": true,
29 "dimension_sets": [
30 {
31 "device_os": "KTU84P",
32 "device_type": "hammerhead"
33 }
34 ]
35 },
24 "test": "android_webview_unittests" 36 "test": "android_webview_unittests"
25 }, 37 },
26 { 38 {
27 "swarming": { 39 "swarming": {
28 "can_use_on_swarming_builders": true, 40 "can_use_on_swarming_builders": true,
29 "dimension_sets": [ 41 "dimension_sets": [
30 { 42 {
31 "device_os": "KTU84P", 43 "device_os": "KTU84P",
32 "device_type": "hammerhead" 44 "device_type": "hammerhead"
33 } 45 }
34 ] 46 ]
35 }, 47 },
36 "test": "base_unittests" 48 "test": "base_unittests"
37 }, 49 },
38 { 50 {
51 "apk_under_test": "Blimp.apk",
ghost stip (do not use) 2016/04/27 02:30:34 this is ignored IIUC
52 "override_compile_targets": [
ghost stip (do not use) 2016/04/27 02:30:34 don't think you actually need this
53 "blimp_test_apk"
54 ],
39 "swarming": { 55 "swarming": {
40 "can_use_on_swarming_builders": true, 56 "can_use_on_swarming_builders": true,
41 "dimension_sets": [ 57 "dimension_sets": [
42 { 58 {
43 "device_os": "KTU84P", 59 "device_os": "KTU84P",
44 "device_type": "hammerhead" 60 "device_type": "hammerhead"
45 } 61 }
46 ] 62 ]
47 }, 63 },
48 "test": "blimp_unittests" 64 "test": "blimp_test_apk",
65 "test_apk": "BlimpTest.apk"
ghost stip (do not use) 2016/04/27 02:30:34 ignored IIUC
49 }, 66 },
50 { 67 {
51 "swarming": { 68 "swarming": {
52 "can_use_on_swarming_builders": true, 69 "can_use_on_swarming_builders": true,
53 "dimension_sets": [ 70 "dimension_sets": [
54 { 71 {
55 "device_os": "KTU84P", 72 "device_os": "KTU84P",
56 "device_type": "hammerhead" 73 "device_type": "hammerhead"
57 } 74 }
58 ] 75 ]
59 }, 76 },
60 "test": "breakpad_unittests" 77 "test": "blimp_unittests"
61 }, 78 },
62 { 79 {
63 "swarming": { 80 "swarming": {
64 "can_use_on_swarming_builders": true, 81 "can_use_on_swarming_builders": true,
65 "dimension_sets": [ 82 "dimension_sets": [
66 { 83 {
67 "device_os": "KTU84P", 84 "device_os": "KTU84P",
68 "device_type": "hammerhead" 85 "device_type": "hammerhead"
69 } 86 }
70 ] 87 ]
71 }, 88 },
72 "test": "cc_unittests" 89 "test": "breakpad_unittests"
73 }, 90 },
74 { 91 {
75 "swarming": { 92 "swarming": {
76 "can_use_on_swarming_builders": true, 93 "can_use_on_swarming_builders": true,
77 "dimension_sets": [ 94 "dimension_sets": [
78 { 95 {
79 "device_os": "KTU84P", 96 "device_os": "KTU84P",
80 "device_type": "hammerhead" 97 "device_type": "hammerhead"
81 } 98 }
82 ] 99 ]
83 }, 100 },
84 "test": "components_browsertests" 101 "test": "cc_unittests"
85 }, 102 },
86 { 103 {
87 "swarming": { 104 "swarming": {
88 "can_use_on_swarming_builders": true, 105 "can_use_on_swarming_builders": true,
89 "dimension_sets": [ 106 "dimension_sets": [
90 { 107 {
91 "device_os": "KTU84P", 108 "device_os": "KTU84P",
92 "device_type": "hammerhead" 109 "device_type": "hammerhead"
93 } 110 }
94 ] 111 ]
95 }, 112 },
96 "test": "components_unittests" 113 "test": "chrome_public_test_apk"
ghost stip (do not use) 2016/04/27 02:30:34 surprised _apk works, publicly it's chrome_public_
jbudorick 2016/04/27 03:03:05 it doesn't: https://build.chromium.org/p/chromium.
jbudorick 2016/04/27 03:25:07 and this actually brings up another interesting bl
97 }, 114 },
98 { 115 {
99 "swarming": { 116 "swarming": {
100 "can_use_on_swarming_builders": true, 117 "can_use_on_swarming_builders": true,
101 "dimension_sets": [ 118 "dimension_sets": [
102 { 119 {
103 "device_os": "KTU84P", 120 "device_os": "KTU84P",
104 "device_type": "hammerhead" 121 "device_type": "hammerhead"
105 } 122 }
106 ] 123 ]
107 }, 124 },
108 "test": "content_browsertests" 125 "test": "chrome_sync_shell_test_apk"
109 }, 126 },
110 { 127 {
111 "swarming": { 128 "swarming": {
112 "can_use_on_swarming_builders": true, 129 "can_use_on_swarming_builders": true,
113 "dimension_sets": [ 130 "dimension_sets": [
114 { 131 {
115 "device_os": "KTU84P", 132 "device_os": "KTU84P",
116 "device_type": "hammerhead" 133 "device_type": "hammerhead"
117 } 134 }
118 ] 135 ]
119 }, 136 },
120 "test": "content_unittests" 137 "test": "components_browsertests"
121 }, 138 },
122 { 139 {
123 "swarming": { 140 "swarming": {
124 "can_use_on_swarming_builders": true, 141 "can_use_on_swarming_builders": true,
125 "dimension_sets": [ 142 "dimension_sets": [
126 { 143 {
127 "device_os": "KTU84P", 144 "device_os": "KTU84P",
128 "device_type": "hammerhead" 145 "device_type": "hammerhead"
129 } 146 }
130 ] 147 ]
131 }, 148 },
132 "test": "device_unittests" 149 "test": "components_unittests"
133 }, 150 },
134 { 151 {
135 "swarming": { 152 "swarming": {
136 "can_use_on_swarming_builders": true, 153 "can_use_on_swarming_builders": true,
137 "dimension_sets": [ 154 "dimension_sets": [
138 { 155 {
139 "device_os": "KTU84P", 156 "device_os": "KTU84P",
140 "device_type": "hammerhead" 157 "device_type": "hammerhead"
141 } 158 }
142 ] 159 ]
143 }, 160 },
144 "test": "events_unittests" 161 "test": "content_browsertests"
145 }, 162 },
146 { 163 {
147 "swarming": { 164 "swarming": {
148 "can_use_on_swarming_builders": true, 165 "can_use_on_swarming_builders": true,
149 "dimension_sets": [ 166 "dimension_sets": [
150 { 167 {
151 "device_os": "KTU84P", 168 "device_os": "KTU84P",
152 "device_type": "hammerhead" 169 "device_type": "hammerhead"
153 } 170 }
154 ] 171 ]
155 }, 172 },
156 "test": "gl_tests" 173 "test": "content_shell_test_apk"
157 }, 174 },
158 { 175 {
159 "swarming": { 176 "swarming": {
160 "can_use_on_swarming_builders": true, 177 "can_use_on_swarming_builders": true,
161 "dimension_sets": [ 178 "dimension_sets": [
162 { 179 {
163 "device_os": "KTU84P", 180 "device_os": "KTU84P",
164 "device_type": "hammerhead" 181 "device_type": "hammerhead"
165 } 182 }
166 ] 183 ]
167 }, 184 },
168 "test": "gpu_unittests" 185 "test": "content_unittests"
169 }, 186 },
170 { 187 {
171 "swarming": { 188 "swarming": {
172 "can_use_on_swarming_builders": true, 189 "can_use_on_swarming_builders": true,
173 "dimension_sets": [ 190 "dimension_sets": [
174 { 191 {
175 "device_os": "KTU84P", 192 "device_os": "KTU84P",
176 "device_type": "hammerhead" 193 "device_type": "hammerhead"
177 } 194 }
178 ] 195 ]
179 }, 196 },
180 "test": "ipc_tests" 197 "test": "device_unittests"
181 }, 198 },
182 { 199 {
183 "swarming": { 200 "swarming": {
184 "can_use_on_swarming_builders": true, 201 "can_use_on_swarming_builders": true,
185 "dimension_sets": [ 202 "dimension_sets": [
186 { 203 {
187 "device_os": "KTU84P", 204 "device_os": "KTU84P",
188 "device_type": "hammerhead" 205 "device_type": "hammerhead"
189 } 206 }
190 ] 207 ]
191 }, 208 },
192 "test": "media_unittests" 209 "test": "events_unittests"
193 }, 210 },
194 { 211 {
195 "swarming": { 212 "swarming": {
196 "can_use_on_swarming_builders": true, 213 "can_use_on_swarming_builders": true,
197 "dimension_sets": [ 214 "dimension_sets": [
198 { 215 {
199 "device_os": "KTU84P", 216 "device_os": "KTU84P",
200 "device_type": "hammerhead" 217 "device_type": "hammerhead"
201 } 218 }
202 ] 219 ]
203 }, 220 },
204 "test": "net_unittests" 221 "test": "gl_tests"
205 }, 222 },
206 { 223 {
207 "swarming": { 224 "swarming": {
208 "can_use_on_swarming_builders": true, 225 "can_use_on_swarming_builders": true,
209 "dimension_sets": [ 226 "dimension_sets": [
210 { 227 {
211 "device_os": "KTU84P", 228 "device_os": "KTU84P",
212 "device_type": "hammerhead" 229 "device_type": "hammerhead"
213 } 230 }
214 ] 231 ]
215 }, 232 },
216 "test": "sandbox_linux_unittests" 233 "test": "gpu_unittests"
217 }, 234 },
218 { 235 {
219 "swarming": { 236 "swarming": {
220 "can_use_on_swarming_builders": true, 237 "can_use_on_swarming_builders": true,
221 "dimension_sets": [ 238 "dimension_sets": [
222 { 239 {
223 "device_os": "KTU84P", 240 "device_os": "KTU84P",
224 "device_type": "hammerhead" 241 "device_type": "hammerhead"
225 } 242 }
226 ] 243 ]
227 }, 244 },
228 "test": "sql_unittests" 245 "test": "ipc_tests"
229 }, 246 },
230 { 247 {
231 "swarming": { 248 "swarming": {
232 "can_use_on_swarming_builders": true, 249 "can_use_on_swarming_builders": true,
233 "dimension_sets": [ 250 "dimension_sets": [
234 { 251 {
235 "device_os": "KTU84P", 252 "device_os": "KTU84P",
236 "device_type": "hammerhead" 253 "device_type": "hammerhead"
237 } 254 }
238 ] 255 ]
239 }, 256 },
240 "test": "sync_unit_tests" 257 "test": "media_unittests"
241 }, 258 },
242 { 259 {
243 "swarming": { 260 "swarming": {
244 "can_use_on_swarming_builders": true, 261 "can_use_on_swarming_builders": true,
245 "dimension_sets": [ 262 "dimension_sets": [
246 { 263 {
247 "device_os": "KTU84P", 264 "device_os": "KTU84P",
248 "device_type": "hammerhead" 265 "device_type": "hammerhead"
249 } 266 }
250 ] 267 ]
251 }, 268 },
252 "test": "ui_android_unittests" 269 "test": "net_unittests"
253 }, 270 },
254 { 271 {
255 "swarming": { 272 "swarming": {
256 "can_use_on_swarming_builders": true, 273 "can_use_on_swarming_builders": true,
257 "dimension_sets": [ 274 "dimension_sets": [
258 { 275 {
259 "device_os": "KTU84P", 276 "device_os": "KTU84P",
260 "device_type": "hammerhead" 277 "device_type": "hammerhead"
261 } 278 }
262 ] 279 ]
263 }, 280 },
264 "test": "ui_base_unittests" 281 "test": "sandbox_linux_unittests"
265 }, 282 },
266 { 283 {
267 "swarming": { 284 "swarming": {
268 "can_use_on_swarming_builders": true, 285 "can_use_on_swarming_builders": true,
269 "dimension_sets": [ 286 "dimension_sets": [
270 { 287 {
271 "device_os": "KTU84P", 288 "device_os": "KTU84P",
272 "device_type": "hammerhead" 289 "device_type": "hammerhead"
273 } 290 }
274 ] 291 ]
275 }, 292 },
276 "test": "ui_touch_selection_unittests" 293 "test": "sql_unittests"
277 }, 294 },
278 { 295 {
279 "swarming": { 296 "swarming": {
280 "can_use_on_swarming_builders": true, 297 "can_use_on_swarming_builders": true,
281 "dimension_sets": [ 298 "dimension_sets": [
282 { 299 {
283 "device_os": "KTU84P", 300 "device_os": "KTU84P",
284 "device_type": "hammerhead" 301 "device_type": "hammerhead"
285 } 302 }
286 ] 303 ]
287 }, 304 },
288 "test": "unit_tests" 305 "test": "sync_unit_tests"
289 } 306 },
290 ],
291 "instrumentation_tests": [
292 { 307 {
293 "apk_under_test": "Blimp.apk",
294 "override_compile_targets": [
295 "blimp_test_apk"
296 ],
297 "swarming": { 308 "swarming": {
298 "can_use_on_swarming_builders": true, 309 "can_use_on_swarming_builders": true,
299 "dimension_sets": [ 310 "dimension_sets": [
300 { 311 {
301 "device_os": "KTU84P", 312 "device_os": "KTU84P",
302 "device_type": "hammerhead" 313 "device_type": "hammerhead"
303 } 314 }
304 ] 315 ]
305 }, 316 },
306 "test": "blimp_test_apk", 317 "test": "ui_android_unittests"
307 "test_apk": "BlimpTest.apk"
308 }, 318 },
309 { 319 {
310 "swarming": { 320 "swarming": {
311 "can_use_on_swarming_builders": true, 321 "can_use_on_swarming_builders": true,
312 "dimension_sets": [ 322 "dimension_sets": [
313 { 323 {
314 "device_os": "KTU84P", 324 "device_os": "KTU84P",
315 "device_type": "hammerhead" 325 "device_type": "hammerhead"
316 } 326 }
317 ] 327 ]
318 }, 328 },
319 "test": "chrome_public_test_apk" 329 "test": "ui_base_unittests"
320 }, 330 },
321 { 331 {
322 "swarming": { 332 "swarming": {
323 "can_use_on_swarming_builders": true, 333 "can_use_on_swarming_builders": true,
324 "dimension_sets": [ 334 "dimension_sets": [
325 { 335 {
326 "device_os": "KTU84P", 336 "device_os": "KTU84P",
327 "device_type": "hammerhead" 337 "device_type": "hammerhead"
328 } 338 }
329 ] 339 ]
330 }, 340 },
331 "test": "chrome_sync_shell_test_apk" 341 "test": "ui_touch_selection_unittests"
332 }, 342 },
333 { 343 {
334 "swarming": { 344 "swarming": {
335 "can_use_on_swarming_builders": true, 345 "can_use_on_swarming_builders": true,
336 "dimension_sets": [ 346 "dimension_sets": [
337 { 347 {
338 "device_os": "KTU84P", 348 "device_os": "KTU84P",
339 "device_type": "hammerhead" 349 "device_type": "hammerhead"
340 } 350 }
341 ] 351 ]
342 }, 352 },
343 "test": "content_shell_test_apk" 353 "test": "unit_tests"
344 } 354 }
345 ] 355 ]
346 }, 356 },
347 "Jelly Bean Tester": { 357 "Jelly Bean Tester": {
348 "gtest_tests": [ 358 "gtest_tests": [
349 { 359 {
350 "test": "android_webview_unittests" 360 "test": "android_webview_unittests"
351 }, 361 },
352 { 362 {
353 "test": "base_unittests" 363 "test": "base_unittests"
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 }, 1183 },
1174 { 1184 {
1175 "test": "chrome_sync_shell_test_apk" 1185 "test": "chrome_sync_shell_test_apk"
1176 }, 1186 },
1177 { 1187 {
1178 "test": "content_shell_test_apk" 1188 "test": "content_shell_test_apk"
1179 } 1189 }
1180 ] 1190 ]
1181 } 1191 }
1182 } 1192 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698