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

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

Issue 2032263002: Turn on swarming for all Android tests on linux_android_rel_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
11 ] 11 ]
12 }, 12 },
13 "Android Builder (dbg)": { 13 "Android Builder (dbg)": {
14 "additional_compile_targets": [ 14 "additional_compile_targets": [
15 "system_webview_apk" 15 "system_webview_apk"
16 ] 16 ]
17 }, 17 },
18 "Android Clang Builder (dbg)": { 18 "Android Clang Builder (dbg)": {
19 "additional_compile_targets": [ 19 "additional_compile_targets": [
20 "all" 20 "all"
21 ] 21 ]
22 }, 22 },
23 "Android Tests": { 23 "Android Tests": {
24 "gtest_tests": [ 24 "gtest_tests": [
ghost stip (do not use) 2016/06/03 00:06:19 I just copied the config over from Android Swarm B
25 { 25 {
26 "override_compile_targets": [
27 "android_webview_test_apk"
28 ],
29 "override_isolate_target": "android_webview_test_apk",
30 "swarming": {
31 "can_use_on_swarming_builders": true,
32 "dimension_sets": [
33 {
34 "device_os": "KTU84P",
35 "device_type": "hammerhead"
36 }
37 ],
38 "hard_timeout": 960
39 },
40 "test": "android_webview_test_apk"
41 },
42 {
43 "override_isolate_target": "android_webview_unittests",
44 "swarming": {
45 "can_use_on_swarming_builders": true,
46 "dimension_sets": [
47 {
48 "device_os": "KTU84P",
49 "device_type": "hammerhead"
50 }
51 ]
52 },
26 "test": "android_webview_unittests" 53 "test": "android_webview_unittests"
27 }, 54 },
28 { 55 {
56 "override_isolate_target": "base_unittests",
57 "swarming": {
58 "can_use_on_swarming_builders": true,
59 "dimension_sets": [
60 {
61 "device_os": "KTU84P",
62 "device_type": "hammerhead"
63 }
64 ]
65 },
29 "test": "base_unittests" 66 "test": "base_unittests"
30 }, 67 },
31 { 68 {
69 "override_compile_targets": [
70 "blimp_test_apk"
71 ],
72 "override_isolate_target": "blimp_test_apk",
73 "swarming": {
74 "can_use_on_swarming_builders": true,
75 "dimension_sets": [
76 {
77 "device_os": "KTU84P",
78 "device_type": "hammerhead"
79 }
80 ],
81 "hard_timeout": 960
82 },
83 "test": "blimp_test_apk"
84 },
85 {
86 "override_isolate_target": "blimp_unittests",
87 "swarming": {
88 "can_use_on_swarming_builders": true,
89 "dimension_sets": [
90 {
91 "device_os": "KTU84P",
92 "device_type": "hammerhead"
93 }
94 ]
95 },
32 "test": "blimp_unittests" 96 "test": "blimp_unittests"
33 }, 97 },
34 { 98 {
99 "override_isolate_target": "blink_heap_unittests",
100 "swarming": {
101 "can_use_on_swarming_builders": true,
102 "dimension_sets": [
103 {
104 "device_os": "KTU84P",
105 "device_type": "hammerhead"
106 }
107 ],
108 "hard_timeout": 60
109 },
35 "test": "blink_heap_unittests" 110 "test": "blink_heap_unittests"
36 }, 111 },
37 { 112 {
38 "override_compile_targets": [ 113 "override_isolate_target": "breakpad_unittests",
39 "breakpad_unittests" 114 "swarming": {
40 ], 115 "can_use_on_swarming_builders": true,
116 "dimension_sets": [
117 {
118 "device_os": "KTU84P",
119 "device_type": "hammerhead"
120 }
121 ]
122 },
41 "test": "breakpad_unittests" 123 "test": "breakpad_unittests"
42 }, 124 },
43 { 125 {
126 "override_isolate_target": "cc_unittests",
127 "swarming": {
128 "can_use_on_swarming_builders": true,
129 "dimension_sets": [
130 {
131 "device_os": "KTU84P",
132 "device_type": "hammerhead"
133 }
134 ]
135 },
44 "test": "cc_unittests" 136 "test": "cc_unittests"
45 }, 137 },
46 { 138 {
47 "override_compile_targets": [ 139 "override_compile_targets": [
48 "chrome_public_test_apk" 140 "chrome_public_test_apk"
49 ], 141 ],
50 "override_isolate_target": "chrome_public_test_apk", 142 "override_isolate_target": "chrome_public_test_apk",
51 "swarming": { 143 "swarming": {
52 "can_use_on_swarming_builders": true, 144 "can_use_on_swarming_builders": true,
53 "dimension_sets": [ 145 "dimension_sets": [
54 { 146 {
55 "device_os": "KTU84P", 147 "device_os": "KTU84P",
56 "device_type": "hammerhead" 148 "device_type": "hammerhead"
57 } 149 }
58 ], 150 ],
59 "hard_timeout": 1200 151 "hard_timeout": 1200
60 }, 152 },
61 "test": "chrome_public_test_apk" 153 "test": "chrome_public_test_apk"
62 }, 154 },
63 { 155 {
156 "override_compile_targets": [
157 "chrome_sync_shell_test_apk"
158 ],
159 "override_isolate_target": "chrome_sync_shell_test_apk",
160 "swarming": {
161 "can_use_on_swarming_builders": true,
162 "dimension_sets": [
163 {
164 "device_os": "KTU84P",
165 "device_type": "hammerhead"
166 }
167 ],
168 "hard_timeout": 960
169 },
170 "test": "chrome_sync_shell_test_apk"
171 },
172 {
173 "override_isolate_target": "components_browsertests",
174 "swarming": {
175 "can_use_on_swarming_builders": true,
176 "dimension_sets": [
177 {
178 "device_os": "KTU84P",
179 "device_type": "hammerhead"
180 }
181 ]
182 },
64 "test": "components_browsertests" 183 "test": "components_browsertests"
65 }, 184 },
66 { 185 {
186 "override_isolate_target": "components_unittests",
187 "swarming": {
188 "can_use_on_swarming_builders": true,
189 "dimension_sets": [
190 {
191 "device_os": "KTU84P",
192 "device_type": "hammerhead"
193 }
194 ]
195 },
67 "test": "components_unittests" 196 "test": "components_unittests"
68 }, 197 },
69 { 198 {
70 "override_isolate_target": "content_browsertests", 199 "override_isolate_target": "content_browsertests",
71 "swarming": { 200 "swarming": {
72 "can_use_on_swarming_builders": true, 201 "can_use_on_swarming_builders": true,
73 "dimension_sets": [ 202 "dimension_sets": [
74 { 203 {
75 "device_os": "KTU84P", 204 "device_os": "KTU84P",
76 "device_type": "hammerhead" 205 "device_type": "hammerhead"
77 } 206 }
78 ], 207 ],
79 "hard_timeout": 1200 208 "hard_timeout": 960
80 }, 209 },
81 "test": "content_browsertests" 210 "test": "content_browsertests"
82 }, 211 },
83 { 212 {
213 "override_compile_targets": [
214 "content_shell_test_apk"
215 ],
216 "override_isolate_target": "content_shell_test_apk",
217 "swarming": {
218 "can_use_on_swarming_builders": true,
219 "dimension_sets": [
220 {
221 "device_os": "KTU84P",
222 "device_type": "hammerhead"
223 }
224 ],
225 "hard_timeout": 960
226 },
227 "test": "content_shell_test_apk"
228 },
229 {
230 "override_isolate_target": "content_unittests",
231 "swarming": {
232 "can_use_on_swarming_builders": true,
233 "dimension_sets": [
234 {
235 "device_os": "KTU84P",
236 "device_type": "hammerhead"
237 }
238 ]
239 },
84 "test": "content_unittests" 240 "test": "content_unittests"
85 }, 241 },
86 { 242 {
243 "override_isolate_target": "device_unittests",
244 "swarming": {
245 "can_use_on_swarming_builders": true,
246 "dimension_sets": [
247 {
248 "device_os": "KTU84P",
249 "device_type": "hammerhead"
250 }
251 ]
252 },
87 "test": "device_unittests" 253 "test": "device_unittests"
88 }, 254 },
89 { 255 {
256 "override_isolate_target": "events_unittests",
257 "swarming": {
258 "can_use_on_swarming_builders": true,
259 "dimension_sets": [
260 {
261 "device_os": "KTU84P",
262 "device_type": "hammerhead"
263 }
264 ]
265 },
90 "test": "events_unittests" 266 "test": "events_unittests"
91 }, 267 },
92 { 268 {
269 "override_isolate_target": "gl_tests",
270 "swarming": {
271 "can_use_on_swarming_builders": true,
272 "dimension_sets": [
273 {
274 "device_os": "KTU84P",
275 "device_type": "hammerhead"
276 }
277 ]
278 },
93 "test": "gl_tests" 279 "test": "gl_tests"
94 }, 280 },
95 { 281 {
282 "override_isolate_target": "gl_unittests",
283 "swarming": {
284 "can_use_on_swarming_builders": true,
285 "dimension_sets": [
286 {
287 "device_os": "KTU84P",
288 "device_type": "hammerhead"
289 }
290 ],
291 "hard_timeout": 30
292 },
96 "test": "gl_unittests" 293 "test": "gl_unittests"
97 }, 294 },
98 { 295 {
296 "override_isolate_target": "gpu_ipc_service_unittests",
297 "swarming": {
298 "can_use_on_swarming_builders": true,
299 "dimension_sets": [
300 {
301 "device_os": "KTU84P",
302 "device_type": "hammerhead"
303 }
304 ]
305 },
99 "test": "gpu_ipc_service_unittests" 306 "test": "gpu_ipc_service_unittests"
100 }, 307 },
101 { 308 {
309 "override_isolate_target": "gpu_unittests",
310 "swarming": {
311 "can_use_on_swarming_builders": true,
312 "dimension_sets": [
313 {
314 "device_os": "KTU84P",
315 "device_type": "hammerhead"
316 }
317 ]
318 },
102 "test": "gpu_unittests" 319 "test": "gpu_unittests"
103 }, 320 },
104 { 321 {
322 "override_isolate_target": "ipc_mojo_unittests",
323 "swarming": {
324 "can_use_on_swarming_builders": true,
325 "dimension_sets": [
326 {
327 "device_os": "KTU84P",
328 "device_type": "hammerhead"
329 }
330 ],
331 "hard_timeout": 30
332 },
105 "test": "ipc_mojo_unittests" 333 "test": "ipc_mojo_unittests"
106 }, 334 },
107 { 335 {
336 "override_isolate_target": "ipc_tests",
337 "swarming": {
338 "can_use_on_swarming_builders": true,
339 "dimension_sets": [
340 {
341 "device_os": "KTU84P",
342 "device_type": "hammerhead"
343 }
344 ]
345 },
108 "test": "ipc_tests" 346 "test": "ipc_tests"
109 }, 347 },
110 { 348 {
349 "override_isolate_target": "media_unittests",
350 "swarming": {
351 "can_use_on_swarming_builders": true,
352 "dimension_sets": [
353 {
354 "device_os": "KTU84P",
355 "device_type": "hammerhead"
356 }
357 ]
358 },
111 "test": "media_unittests" 359 "test": "media_unittests"
112 }, 360 },
113 { 361 {
362 "override_isolate_target": "mojo_common_unittests",
363 "swarming": {
364 "can_use_on_swarming_builders": true,
365 "dimension_sets": [
366 {
367 "device_os": "KTU84P",
368 "device_type": "hammerhead"
369 }
370 ],
371 "hard_timeout": 30
372 },
114 "test": "mojo_common_unittests" 373 "test": "mojo_common_unittests"
115 }, 374 },
116 { 375 {
376 "override_isolate_target": "mojo_public_application_unittests",
377 "swarming": {
378 "can_use_on_swarming_builders": true,
379 "dimension_sets": [
380 {
381 "device_os": "KTU84P",
382 "device_type": "hammerhead"
383 }
384 ],
385 "hard_timeout": 30
386 },
117 "test": "mojo_public_application_unittests" 387 "test": "mojo_public_application_unittests"
118 }, 388 },
119 { 389 {
390 "override_isolate_target": "mojo_public_bindings_unittests",
391 "swarming": {
392 "can_use_on_swarming_builders": true,
393 "dimension_sets": [
394 {
395 "device_os": "KTU84P",
396 "device_type": "hammerhead"
397 }
398 ],
399 "hard_timeout": 30
400 },
120 "test": "mojo_public_bindings_unittests" 401 "test": "mojo_public_bindings_unittests"
121 }, 402 },
122 { 403 {
404 "override_isolate_target": "mojo_public_system_unittests",
405 "swarming": {
406 "can_use_on_swarming_builders": true,
407 "dimension_sets": [
408 {
409 "device_os": "KTU84P",
410 "device_type": "hammerhead"
411 }
412 ],
413 "hard_timeout": 30
414 },
123 "test": "mojo_public_system_unittests" 415 "test": "mojo_public_system_unittests"
124 }, 416 },
125 { 417 {
418 "override_isolate_target": "mojo_runner_host_unittests",
419 "swarming": {
420 "can_use_on_swarming_builders": true,
421 "dimension_sets": [
422 {
423 "device_os": "KTU84P",
424 "device_type": "hammerhead"
425 }
426 ],
427 "hard_timeout": 30
428 },
126 "test": "mojo_runner_host_unittests" 429 "test": "mojo_runner_host_unittests"
127 }, 430 },
128 { 431 {
432 "override_isolate_target": "mojo_surfaces_lib_unittests",
433 "swarming": {
434 "can_use_on_swarming_builders": true,
435 "dimension_sets": [
436 {
437 "device_os": "KTU84P",
438 "device_type": "hammerhead"
439 }
440 ],
441 "hard_timeout": 30
442 },
129 "test": "mojo_surfaces_lib_unittests" 443 "test": "mojo_surfaces_lib_unittests"
130 }, 444 },
131 { 445 {
446 "override_isolate_target": "mojo_system_unittests",
447 "swarming": {
448 "can_use_on_swarming_builders": true,
449 "dimension_sets": [
450 {
451 "device_os": "KTU84P",
452 "device_type": "hammerhead"
453 }
454 ],
455 "hard_timeout": 60
456 },
132 "test": "mojo_system_unittests" 457 "test": "mojo_system_unittests"
133 }, 458 },
134 { 459 {
460 "override_isolate_target": "net_unittests",
461 "swarming": {
462 "can_use_on_swarming_builders": true,
463 "dimension_sets": [
464 {
465 "device_os": "KTU84P",
466 "device_type": "hammerhead"
467 }
468 ]
469 },
135 "test": "net_unittests" 470 "test": "net_unittests"
136 }, 471 },
137 { 472 {
138 "override_compile_targets": [ 473 "override_isolate_target": "sandbox_linux_unittests",
139 "sandbox_linux_unittests" 474 "swarming": {
140 ], 475 "can_use_on_swarming_builders": true,
476 "dimension_sets": [
477 {
478 "device_os": "KTU84P",
479 "device_type": "hammerhead"
480 }
481 ]
482 },
141 "test": "sandbox_linux_unittests" 483 "test": "sandbox_linux_unittests"
142 }, 484 },
143 { 485 {
486 "override_isolate_target": "sql_unittests",
487 "swarming": {
488 "can_use_on_swarming_builders": true,
489 "dimension_sets": [
490 {
491 "device_os": "KTU84P",
492 "device_type": "hammerhead"
493 }
494 ]
495 },
144 "test": "sql_unittests" 496 "test": "sql_unittests"
145 }, 497 },
146 { 498 {
499 "override_isolate_target": "sync_unit_tests",
500 "swarming": {
501 "can_use_on_swarming_builders": true,
502 "dimension_sets": [
503 {
504 "device_os": "KTU84P",
505 "device_type": "hammerhead"
506 }
507 ]
508 },
147 "test": "sync_unit_tests" 509 "test": "sync_unit_tests"
148 }, 510 },
149 { 511 {
512 "override_isolate_target": "ui_android_unittests",
513 "swarming": {
514 "can_use_on_swarming_builders": true,
515 "dimension_sets": [
516 {
517 "device_os": "KTU84P",
518 "device_type": "hammerhead"
519 }
520 ]
521 },
150 "test": "ui_android_unittests" 522 "test": "ui_android_unittests"
151 }, 523 },
152 { 524 {
525 "override_isolate_target": "ui_base_unittests",
526 "swarming": {
527 "can_use_on_swarming_builders": true,
528 "dimension_sets": [
529 {
530 "device_os": "KTU84P",
531 "device_type": "hammerhead"
532 }
533 ]
534 },
153 "test": "ui_base_unittests" 535 "test": "ui_base_unittests"
154 }, 536 },
155 { 537 {
538 "override_isolate_target": "ui_touch_selection_unittests",
539 "swarming": {
540 "can_use_on_swarming_builders": true,
541 "dimension_sets": [
542 {
543 "device_os": "KTU84P",
544 "device_type": "hammerhead"
545 }
546 ]
547 },
156 "test": "ui_touch_selection_unittests" 548 "test": "ui_touch_selection_unittests"
157 }, 549 },
158 { 550 {
551 "override_isolate_target": "unit_tests",
552 "swarming": {
553 "can_use_on_swarming_builders": true,
554 "dimension_sets": [
555 {
556 "device_os": "KTU84P",
557 "device_type": "hammerhead"
558 }
559 ]
560 },
159 "test": "unit_tests" 561 "test": "unit_tests"
160 } 562 }
161 ], 563 ],
162 "instrumentation_tests": [ 564 "isolated_scripts": [
163 { 565 {
164 "test": "android_webview_test_apk" 566 "args": [
165 }, 567 "--browser=android-chromium",
166 { 568 "--device=android"
167 "test": "blimp_test_apk" 569 ],
168 }, 570 "isolate_name": "telemetry_perf_unittests",
169 { 571 "name": "telemetry_perf_unittests",
170 "test": "chrome_sync_shell_test_apk" 572 "override_compile_targets": [
171 }, 573 "telemetry_perf_unittests"
172 { 574 ],
173 "test": "content_shell_test_apk" 575 "swarming": {
576 "can_use_on_swarming_builders": true,
577 "dimension_sets": [
578 {
579 "device_os": "KTU84P",
580 "device_type": "hammerhead"
581 }
582 ],
583 "hard_timeout": 960
584 }
174 } 585 }
175 ], 586 ],
176 "junit_tests": [ 587 "junit_tests": [
177 { 588 {
178 "test": "base_junit_tests" 589 "test": "base_junit_tests"
179 }, 590 },
180 { 591 {
181 "test": "chrome_junit_tests" 592 "test": "chrome_junit_tests"
182 }, 593 },
183 { 594 {
(...skipping 18 matching lines...) Expand all
202 "test": "ui_junit_tests" 613 "test": "ui_junit_tests"
203 }, 614 },
204 { 615 {
205 "test": "webapk_client_junit_tests" 616 "test": "webapk_client_junit_tests"
206 } 617 }
207 ], 618 ],
208 "scripts": [ 619 "scripts": [
209 { 620 {
210 "name": "webview_licenses", 621 "name": "webview_licenses",
211 "script": "webview_licenses.py" 622 "script": "webview_licenses.py"
212 },
213 {
214 "name": "telemetry_perf_unittests",
215 "script": "telemetry_perf_unittests.py"
216 } 623 }
217 ] 624 ]
218 }, 625 },
219 "Android Tests (dbg)": { 626 "Android Tests (dbg)": {
220 "gtest_tests": [ 627 "gtest_tests": [
221 { 628 {
222 "test": "android_webview_unittests" 629 "test": "android_webview_unittests"
223 }, 630 },
224 { 631 {
225 "test": "base_unittests" 632 "test": "base_unittests"
(...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 "override_compile_targets": [ 2217 "override_compile_targets": [
1811 "telemetry_unittests_run" 2218 "telemetry_unittests_run"
1812 ], 2219 ],
1813 "swarming": { 2220 "swarming": {
1814 "can_use_on_swarming_builders": true 2221 "can_use_on_swarming_builders": true
1815 } 2222 }
1816 } 2223 }
1817 ] 2224 ]
1818 } 2225 }
1819 } 2226 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698