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

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: 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') | 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 ]
(...skipping 16 matching lines...) Expand all
27 "swarming": { 27 "swarming": {
28 "can_use_on_swarming_builders": true, 28 "can_use_on_swarming_builders": true,
29 "dimension_sets": [ 29 "dimension_sets": [
30 { 30 {
31 "device_os": "KTU84P", 31 "device_os": "KTU84P",
32 "device_type": "hammerhead" 32 "device_type": "hammerhead"
33 } 33 }
34 ] 34 ]
35 }, 35 },
36 "test": "base_unittests" 36 "test": "base_unittests"
37 }, 37 },
jbudorick 2016/04/27 00:58:43 This was previously missing android_webview_test_a
agrieve 2016/04/27 01:03:18 good catch. added.
38 { 38 {
39 "apk_under_test": "Blimp.apk",
40 "override_compile_targets": [
41 "blimp_test_apk"
42 ],
39 "swarming": { 43 "swarming": {
40 "can_use_on_swarming_builders": true, 44 "can_use_on_swarming_builders": true,
41 "dimension_sets": [ 45 "dimension_sets": [
42 { 46 {
43 "device_os": "KTU84P", 47 "device_os": "KTU84P",
44 "device_type": "hammerhead" 48 "device_type": "hammerhead"
45 } 49 }
46 ] 50 ]
47 }, 51 },
48 "test": "blimp_unittests" 52 "test": "blimp_test_apk",
53 "test_apk": "BlimpTest.apk"
49 }, 54 },
50 { 55 {
51 "swarming": { 56 "swarming": {
52 "can_use_on_swarming_builders": true, 57 "can_use_on_swarming_builders": true,
53 "dimension_sets": [ 58 "dimension_sets": [
54 { 59 {
55 "device_os": "KTU84P", 60 "device_os": "KTU84P",
56 "device_type": "hammerhead" 61 "device_type": "hammerhead"
57 } 62 }
58 ] 63 ]
59 }, 64 },
60 "test": "breakpad_unittests" 65 "test": "blimp_unittests"
61 }, 66 },
62 { 67 {
63 "swarming": { 68 "swarming": {
64 "can_use_on_swarming_builders": true, 69 "can_use_on_swarming_builders": true,
65 "dimension_sets": [ 70 "dimension_sets": [
66 { 71 {
67 "device_os": "KTU84P", 72 "device_os": "KTU84P",
68 "device_type": "hammerhead" 73 "device_type": "hammerhead"
69 } 74 }
70 ] 75 ]
71 }, 76 },
72 "test": "cc_unittests" 77 "test": "breakpad_unittests"
73 }, 78 },
74 { 79 {
75 "swarming": { 80 "swarming": {
76 "can_use_on_swarming_builders": true, 81 "can_use_on_swarming_builders": true,
77 "dimension_sets": [ 82 "dimension_sets": [
78 { 83 {
79 "device_os": "KTU84P", 84 "device_os": "KTU84P",
80 "device_type": "hammerhead" 85 "device_type": "hammerhead"
81 } 86 }
82 ] 87 ]
83 }, 88 },
84 "test": "components_browsertests" 89 "test": "cc_unittests"
85 }, 90 },
86 { 91 {
87 "swarming": { 92 "swarming": {
88 "can_use_on_swarming_builders": true, 93 "can_use_on_swarming_builders": true,
89 "dimension_sets": [ 94 "dimension_sets": [
90 { 95 {
91 "device_os": "KTU84P", 96 "device_os": "KTU84P",
92 "device_type": "hammerhead" 97 "device_type": "hammerhead"
93 } 98 }
94 ] 99 ]
95 }, 100 },
96 "test": "components_unittests" 101 "test": "chrome_public_test_apk"
97 }, 102 },
98 { 103 {
99 "swarming": { 104 "swarming": {
100 "can_use_on_swarming_builders": true, 105 "can_use_on_swarming_builders": true,
101 "dimension_sets": [ 106 "dimension_sets": [
102 { 107 {
103 "device_os": "KTU84P", 108 "device_os": "KTU84P",
104 "device_type": "hammerhead" 109 "device_type": "hammerhead"
105 } 110 }
106 ] 111 ]
107 }, 112 },
108 "test": "content_browsertests" 113 "test": "chrome_sync_shell_test_apk"
109 }, 114 },
110 { 115 {
111 "swarming": { 116 "swarming": {
112 "can_use_on_swarming_builders": true, 117 "can_use_on_swarming_builders": true,
113 "dimension_sets": [ 118 "dimension_sets": [
114 { 119 {
115 "device_os": "KTU84P", 120 "device_os": "KTU84P",
116 "device_type": "hammerhead" 121 "device_type": "hammerhead"
117 } 122 }
118 ] 123 ]
119 }, 124 },
120 "test": "content_unittests" 125 "test": "components_browsertests"
121 }, 126 },
122 { 127 {
123 "swarming": { 128 "swarming": {
124 "can_use_on_swarming_builders": true, 129 "can_use_on_swarming_builders": true,
125 "dimension_sets": [ 130 "dimension_sets": [
126 { 131 {
127 "device_os": "KTU84P", 132 "device_os": "KTU84P",
128 "device_type": "hammerhead" 133 "device_type": "hammerhead"
129 } 134 }
130 ] 135 ]
131 }, 136 },
132 "test": "device_unittests" 137 "test": "components_unittests"
133 }, 138 },
134 { 139 {
135 "swarming": { 140 "swarming": {
136 "can_use_on_swarming_builders": true, 141 "can_use_on_swarming_builders": true,
137 "dimension_sets": [ 142 "dimension_sets": [
138 { 143 {
139 "device_os": "KTU84P", 144 "device_os": "KTU84P",
140 "device_type": "hammerhead" 145 "device_type": "hammerhead"
141 } 146 }
142 ] 147 ]
143 }, 148 },
144 "test": "events_unittests" 149 "test": "content_browsertests"
145 }, 150 },
146 { 151 {
147 "swarming": { 152 "swarming": {
148 "can_use_on_swarming_builders": true, 153 "can_use_on_swarming_builders": true,
149 "dimension_sets": [ 154 "dimension_sets": [
150 { 155 {
151 "device_os": "KTU84P", 156 "device_os": "KTU84P",
152 "device_type": "hammerhead" 157 "device_type": "hammerhead"
153 } 158 }
154 ] 159 ]
155 }, 160 },
156 "test": "gl_tests" 161 "test": "content_shell_test_apk"
157 }, 162 },
158 { 163 {
159 "swarming": { 164 "swarming": {
160 "can_use_on_swarming_builders": true, 165 "can_use_on_swarming_builders": true,
161 "dimension_sets": [ 166 "dimension_sets": [
162 { 167 {
163 "device_os": "KTU84P", 168 "device_os": "KTU84P",
164 "device_type": "hammerhead" 169 "device_type": "hammerhead"
165 } 170 }
166 ] 171 ]
167 }, 172 },
168 "test": "gpu_unittests" 173 "test": "content_unittests"
169 }, 174 },
170 { 175 {
171 "swarming": { 176 "swarming": {
172 "can_use_on_swarming_builders": true, 177 "can_use_on_swarming_builders": true,
173 "dimension_sets": [ 178 "dimension_sets": [
174 { 179 {
175 "device_os": "KTU84P", 180 "device_os": "KTU84P",
176 "device_type": "hammerhead" 181 "device_type": "hammerhead"
177 } 182 }
178 ] 183 ]
179 }, 184 },
180 "test": "ipc_tests" 185 "test": "device_unittests"
181 }, 186 },
182 { 187 {
183 "swarming": { 188 "swarming": {
184 "can_use_on_swarming_builders": true, 189 "can_use_on_swarming_builders": true,
185 "dimension_sets": [ 190 "dimension_sets": [
186 { 191 {
187 "device_os": "KTU84P", 192 "device_os": "KTU84P",
188 "device_type": "hammerhead" 193 "device_type": "hammerhead"
189 } 194 }
190 ] 195 ]
191 }, 196 },
192 "test": "media_unittests" 197 "test": "events_unittests"
193 }, 198 },
194 { 199 {
195 "swarming": { 200 "swarming": {
196 "can_use_on_swarming_builders": true, 201 "can_use_on_swarming_builders": true,
197 "dimension_sets": [ 202 "dimension_sets": [
198 { 203 {
199 "device_os": "KTU84P", 204 "device_os": "KTU84P",
200 "device_type": "hammerhead" 205 "device_type": "hammerhead"
201 } 206 }
202 ] 207 ]
203 }, 208 },
204 "test": "net_unittests" 209 "test": "gl_tests"
205 }, 210 },
206 { 211 {
207 "swarming": { 212 "swarming": {
208 "can_use_on_swarming_builders": true, 213 "can_use_on_swarming_builders": true,
209 "dimension_sets": [ 214 "dimension_sets": [
210 { 215 {
211 "device_os": "KTU84P", 216 "device_os": "KTU84P",
212 "device_type": "hammerhead" 217 "device_type": "hammerhead"
213 } 218 }
214 ] 219 ]
215 }, 220 },
216 "test": "sandbox_linux_unittests" 221 "test": "gpu_unittests"
217 }, 222 },
218 { 223 {
219 "swarming": { 224 "swarming": {
220 "can_use_on_swarming_builders": true, 225 "can_use_on_swarming_builders": true,
221 "dimension_sets": [ 226 "dimension_sets": [
222 { 227 {
223 "device_os": "KTU84P", 228 "device_os": "KTU84P",
224 "device_type": "hammerhead" 229 "device_type": "hammerhead"
225 } 230 }
226 ] 231 ]
227 }, 232 },
228 "test": "sql_unittests" 233 "test": "ipc_tests"
229 }, 234 },
230 { 235 {
231 "swarming": { 236 "swarming": {
232 "can_use_on_swarming_builders": true, 237 "can_use_on_swarming_builders": true,
233 "dimension_sets": [ 238 "dimension_sets": [
234 { 239 {
235 "device_os": "KTU84P", 240 "device_os": "KTU84P",
236 "device_type": "hammerhead" 241 "device_type": "hammerhead"
237 } 242 }
238 ] 243 ]
239 }, 244 },
240 "test": "sync_unit_tests" 245 "test": "media_unittests"
241 }, 246 },
242 { 247 {
243 "swarming": { 248 "swarming": {
244 "can_use_on_swarming_builders": true, 249 "can_use_on_swarming_builders": true,
245 "dimension_sets": [ 250 "dimension_sets": [
246 { 251 {
247 "device_os": "KTU84P", 252 "device_os": "KTU84P",
248 "device_type": "hammerhead" 253 "device_type": "hammerhead"
249 } 254 }
250 ] 255 ]
251 }, 256 },
252 "test": "ui_android_unittests" 257 "test": "net_unittests"
253 }, 258 },
254 { 259 {
255 "swarming": { 260 "swarming": {
256 "can_use_on_swarming_builders": true, 261 "can_use_on_swarming_builders": true,
257 "dimension_sets": [ 262 "dimension_sets": [
258 { 263 {
259 "device_os": "KTU84P", 264 "device_os": "KTU84P",
260 "device_type": "hammerhead" 265 "device_type": "hammerhead"
261 } 266 }
262 ] 267 ]
263 }, 268 },
264 "test": "ui_base_unittests" 269 "test": "sandbox_linux_unittests"
265 }, 270 },
266 { 271 {
267 "swarming": { 272 "swarming": {
268 "can_use_on_swarming_builders": true, 273 "can_use_on_swarming_builders": true,
269 "dimension_sets": [ 274 "dimension_sets": [
270 { 275 {
271 "device_os": "KTU84P", 276 "device_os": "KTU84P",
272 "device_type": "hammerhead" 277 "device_type": "hammerhead"
273 } 278 }
274 ] 279 ]
275 }, 280 },
276 "test": "ui_touch_selection_unittests" 281 "test": "sql_unittests"
277 }, 282 },
278 { 283 {
279 "swarming": { 284 "swarming": {
280 "can_use_on_swarming_builders": true, 285 "can_use_on_swarming_builders": true,
281 "dimension_sets": [ 286 "dimension_sets": [
282 { 287 {
283 "device_os": "KTU84P", 288 "device_os": "KTU84P",
284 "device_type": "hammerhead" 289 "device_type": "hammerhead"
285 } 290 }
286 ] 291 ]
287 }, 292 },
288 "test": "unit_tests" 293 "test": "sync_unit_tests"
289 } 294 },
290 ],
291 "instrumentation_tests": [
292 { 295 {
293 "apk_under_test": "Blimp.apk",
294 "override_compile_targets": [
295 "blimp_test_apk"
296 ],
297 "swarming": { 296 "swarming": {
298 "can_use_on_swarming_builders": true, 297 "can_use_on_swarming_builders": true,
299 "dimension_sets": [ 298 "dimension_sets": [
300 { 299 {
301 "device_os": "KTU84P", 300 "device_os": "KTU84P",
302 "device_type": "hammerhead" 301 "device_type": "hammerhead"
303 } 302 }
304 ] 303 ]
305 }, 304 },
306 "test": "blimp_test_apk", 305 "test": "ui_android_unittests"
307 "test_apk": "BlimpTest.apk"
308 }, 306 },
309 { 307 {
310 "swarming": { 308 "swarming": {
311 "can_use_on_swarming_builders": true, 309 "can_use_on_swarming_builders": true,
312 "dimension_sets": [ 310 "dimension_sets": [
313 { 311 {
314 "device_os": "KTU84P", 312 "device_os": "KTU84P",
315 "device_type": "hammerhead" 313 "device_type": "hammerhead"
316 } 314 }
317 ] 315 ]
318 }, 316 },
319 "test": "chrome_public_test_apk" 317 "test": "ui_base_unittests"
320 }, 318 },
321 { 319 {
322 "swarming": { 320 "swarming": {
323 "can_use_on_swarming_builders": true, 321 "can_use_on_swarming_builders": true,
324 "dimension_sets": [ 322 "dimension_sets": [
325 { 323 {
326 "device_os": "KTU84P", 324 "device_os": "KTU84P",
327 "device_type": "hammerhead" 325 "device_type": "hammerhead"
328 } 326 }
329 ] 327 ]
330 }, 328 },
331 "test": "chrome_sync_shell_test_apk" 329 "test": "ui_touch_selection_unittests"
332 }, 330 },
333 { 331 {
334 "swarming": { 332 "swarming": {
335 "can_use_on_swarming_builders": true, 333 "can_use_on_swarming_builders": true,
336 "dimension_sets": [ 334 "dimension_sets": [
337 { 335 {
338 "device_os": "KTU84P", 336 "device_os": "KTU84P",
339 "device_type": "hammerhead" 337 "device_type": "hammerhead"
340 } 338 }
341 ] 339 ]
342 }, 340 },
343 "test": "content_shell_test_apk" 341 "test": "unit_tests"
344 } 342 }
345 ] 343 ]
346 }, 344 },
347 "Jelly Bean Tester": { 345 "Jelly Bean Tester": {
348 "gtest_tests": [ 346 "gtest_tests": [
349 { 347 {
350 "test": "android_webview_unittests" 348 "test": "android_webview_unittests"
351 }, 349 },
352 { 350 {
353 "test": "base_unittests" 351 "test": "base_unittests"
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 }, 1171 },
1174 { 1172 {
1175 "test": "chrome_sync_shell_test_apk" 1173 "test": "chrome_sync_shell_test_apk"
1176 }, 1174 },
1177 { 1175 {
1178 "test": "content_shell_test_apk" 1176 "test": "content_shell_test_apk"
1179 } 1177 }
1180 ] 1178 ]
1181 } 1179 }
1182 } 1180 }
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