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.webkit.json

Issue 1040083006: Converted accessibility_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 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 | « testing/buildbot/chromium.perf.json ('k') | testing/buildbot/chromium.win.json » ('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 "WebKit XP": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "blink_heap_unittests", 4 {
5 "blink_platform_unittests", 5 "swarming": {
6 "webkit_unit_tests", 6 "can_use_on_swarming_builders": true
7 "wtf_unittests" 7 },
8 "test": "accessibility_unittests"
9 },
10 {
11 "test": "app_list_unittests"
12 },
13 {
14 "test": "app_shell_unittests"
15 },
16 {
17 "swarming": {
18 "can_use_on_swarming_builders": true
19 },
20 "test": "ash_unittests"
21 },
22 {
23 "test": "aura_unittests"
24 },
25 {
26 "swarming": {
27 "can_use_on_swarming_builders": true
28 },
29 "test": "base_unittests"
30 },
31 {
32 "swarming": {
33 "can_use_on_swarming_builders": true,
34 "shards": 5
35 },
36 "test": "browser_tests"
37 },
38 {
39 "test": "cacheinvalidation_unittests"
40 },
41 {
42 "test": "chromeos_unittests"
43 },
44 {
45 "test": "chromevox_tests"
46 },
47 {
48 "test": "components_unittests"
49 },
50 {
51 "test": "compositor_unittests"
52 },
53 {
54 "swarming": {
55 "can_use_on_swarming_builders": true
56 },
57 "test": "content_browsertests"
58 },
59 {
60 "swarming": {
61 "can_use_on_swarming_builders": true
62 },
63 "test": "content_unittests"
64 },
65 {
66 "test": "content_unittests"
67 },
68 {
69 "swarming": {
70 "can_use_on_swarming_builders": true
71 },
72 "test": "crypto_unittests"
73 },
74 {
75 "test": "dbus_unittests"
76 },
77 {
78 "test": "device_unittests"
79 },
80 {
81 "test": "display_unittests"
82 },
83 {
84 "test": "events_unittests"
85 },
86 {
87 "swarming": {
88 "can_use_on_swarming_builders": true
89 },
90 "test": "extensions_browsertests"
91 },
92 {
93 "test": "extensions_unittests"
94 },
95 {
96 "test": "gcm_unit_tests"
97 },
98 {
99 "test": "google_apis_unittests"
100 },
101 {
102 "test": "gpu_unittests"
103 },
104 {
105 "swarming": {
106 "can_use_on_swarming_builders": true
107 },
108 "test": "interactive_ui_tests"
109 },
110 {
111 "test": "ipc_tests"
112 },
113 {
114 "test": "jingle_unittests"
115 },
116 {
117 "test": "media_unittests"
118 },
119 {
120 "test": "message_center_unittests"
121 },
122 {
123 "test": "nacl_loader_unittests"
124 },
125 {
126 "swarming": {
127 "can_use_on_swarming_builders": true
128 },
129 "test": "net_unittests"
130 },
131 {
132 "test": "ppapi_unittests"
133 },
134 {
135 "test": "printing_unittests"
136 },
137 {
138 "test": "remoting_unittests"
139 },
140 {
141 "test": "sandbox_linux_unittests"
142 },
143 {
144 "test": "skia_unittests"
145 },
146 {
147 "test": "sql_unittests"
148 },
149 {
150 "test": "sync_unit_tests"
151 },
152 {
153 "test": "ui_base_unittests"
154 },
155 {
156 "test": "ui_touch_selection_unittests"
157 },
158 {
159 "swarming": {
160 "can_use_on_swarming_builders": true
161 },
162 "test": "unit_tests"
163 },
164 {
165 "test": "url_unittests"
166 },
167 {
168 "test": "views_unittests"
169 },
170 {
171 "test": "wm_unittests"
172 }
173 ]
174 },
175 "Linux ChromiumOS Tests (2)": {
176 "gtest_tests": []
177 },
178 "Linux ChromiumOS Tests (dbg)(1)": {
179 "gtest_tests": [
180 {
181 "swarming": {
182 "can_use_on_swarming_builders": true
183 },
184 "test": "accessibility_unittests"
185 },
186 {
187 "test": "app_list_unittests"
188 },
189 {
190 "test": "app_shell_unittests"
191 },
192 {
193 "swarming": {
194 "can_use_on_swarming_builders": true
195 },
196 "test": "ash_unittests"
197 },
198 {
199 "test": "aura_unittests"
200 },
201 {
202 "swarming": {
203 "can_use_on_swarming_builders": true
204 },
205 "test": "base_unittests"
206 },
207 {
208 "swarming": {
209 "can_use_on_swarming_builders": true,
210 "shards": 20
211 },
212 "test": "browser_tests"
213 },
214 {
215 "test": "cacheinvalidation_unittests"
216 },
217 {
218 "test": "chromeos_unittests"
219 },
220 {
221 "test": "components_unittests"
222 },
223 {
224 "test": "compositor_unittests"
225 },
226 {
227 "swarming": {
228 "can_use_on_swarming_builders": true,
229 "shards": 2
230 },
231 "test": "content_browsertests"
232 },
233 {
234 "swarming": {
235 "can_use_on_swarming_builders": true
236 },
237 "test": "content_unittests"
238 },
239 {
240 "swarming": {
241 "can_use_on_swarming_builders": true
242 },
243 "test": "crypto_unittests"
244 },
245 {
246 "test": "dbus_unittests"
247 },
248 {
249 "test": "device_unittests"
250 },
251 {
252 "test": "display_unittests"
253 },
254 {
255 "test": "events_unittests"
256 },
257 {
258 "swarming": {
259 "can_use_on_swarming_builders": true
260 },
261 "test": "extensions_browsertests"
262 },
263 {
264 "test": "extensions_unittests"
265 },
266 {
267 "test": "gcm_unit_tests"
268 },
269 {
270 "test": "google_apis_unittests"
271 },
272 {
273 "test": "gpu_unittests"
274 },
275 {
276 "swarming": {
277 "can_use_on_swarming_builders": true,
278 "shards": 3
279 },
280 "test": "interactive_ui_tests"
281 },
282 {
283 "test": "ipc_tests"
284 },
285 {
286 "test": "jingle_unittests"
287 },
288 {
289 "test": "media_unittests"
290 },
291 {
292 "test": "message_center_unittests"
293 },
294 {
295 "test": "nacl_loader_unittests"
296 },
297 {
298 "swarming": {
299 "can_use_on_swarming_builders": true
300 },
301 "test": "net_unittests"
302 },
303 {
304 "test": "ppapi_unittests"
305 },
306 {
307 "test": "printing_unittests"
308 },
309 {
310 "test": "remoting_unittests"
311 },
312 {
313 "test": "sandbox_linux_unittests"
314 },
315 {
316 "test": "skia_unittests"
317 },
318 {
319 "test": "sql_unittests"
320 },
321 {
322 "test": "sync_unit_tests"
323 },
324 {
325 "test": "ui_base_unittests"
326 },
327 {
328 "test": "ui_touch_selection_unittests"
329 },
330 {
331 "swarming": {
332 "can_use_on_swarming_builders": true
333 },
334 "test": "unit_tests"
335 },
336 {
337 "test": "url_unittests"
338 },
339 {
340 "test": "views_unittests"
341 },
342 {
343 "test": "wm_unittests"
344 }
345 ]
346 },
347 "Linux ChromiumOS Tests (dbg)(2)": {
348 "gtest_tests": []
349 },
350 "Linux ChromiumOS Tests (dbg)(3)": {
351 "gtest_tests": []
352 },
353 "WebKit Linux": {
354 "gtest_tests": [
355 {
356 "test": "blink_heap_unittests"
357 },
358 {
359 "test": "blink_platform_unittests"
360 },
361 {
362 "test": "webkit_unit_tests"
363 },
364 {
365 "test": "wtf_unittests"
366 }
8 ], 367 ],
9 "scripts": [ 368 "scripts": [
10 { 369 {
11 "name": "webkit_lint",
12 "script": "webkit_lint.py"
13 },
14 {
15 "name": "webkit_python_tests",
16 "script": "webkit_python_tests.py"
17 }
18 ]
19 },
20 "WebKit Win7": {
21 "gtest_tests": [
22 "blink_heap_unittests",
23 "blink_platform_unittests",
24 "webkit_unit_tests",
25 "wtf_unittests"
26 ],
27 "scripts": [
28 {
29 "name": "webkit_lint", 370 "name": "webkit_lint",
30 "script": "webkit_lint.py" 371 "script": "webkit_lint.py"
31 }, 372 },
32 { 373 {
33 "name": "webkit_python_tests", 374 "name": "webkit_python_tests",
34 "script": "webkit_python_tests.py" 375 "script": "webkit_python_tests.py"
35 } 376 }
36 ] 377 ]
37 }, 378 },
38 "WebKit Win7 (dbg)": { 379 "WebKit Linux (dbg)": {
39 "gtest_tests": [ 380 "gtest_tests": [
40 "blink_heap_unittests", 381 {
41 "blink_platform_unittests", 382 "test": "blink_heap_unittests"
42 "webkit_unit_tests", 383 },
43 "wtf_unittests" 384 {
385 "test": "blink_platform_unittests"
386 },
387 {
388 "test": "webkit_unit_tests"
389 },
390 {
391 "test": "wtf_unittests"
392 }
44 ], 393 ],
45 "scripts": [ 394 "scripts": [
46 { 395 {
47 "name": "webkit_lint", 396 "name": "webkit_lint",
48 "script": "webkit_lint.py" 397 "script": "webkit_lint.py"
49 }, 398 },
50 { 399 {
51 "name": "webkit_python_tests", 400 "name": "webkit_python_tests",
52 "script": "webkit_python_tests.py" 401 "script": "webkit_python_tests.py"
53 } 402 }
54 ] 403 ]
55 }, 404 },
56 "WebKit Mac10.6": { 405 "WebKit Linux 32": {
57 "gtest_tests": [ 406 "gtest_tests": [
58 "blink_heap_unittests", 407 {
59 "blink_platform_unittests", 408 "test": "blink_heap_unittests"
60 "webkit_unit_tests", 409 },
61 "wtf_unittests" 410 {
411 "test": "blink_platform_unittests"
412 },
413 {
414 "test": "webkit_unit_tests"
415 },
416 {
417 "test": "wtf_unittests"
418 }
62 ], 419 ],
63 "scripts": [ 420 "scripts": [
64 { 421 {
65 "name": "webkit_lint", 422 "name": "webkit_lint",
66 "script": "webkit_lint.py" 423 "script": "webkit_lint.py"
67 }, 424 },
68 { 425 {
69 "name": "webkit_python_tests", 426 "name": "webkit_python_tests",
70 "script": "webkit_python_tests.py" 427 "script": "webkit_python_tests.py"
71 } 428 }
72 ] 429 ]
73 }, 430 },
74 "WebKit Mac10.7": { 431 "WebKit Linux Leak": {
75 "gtest_tests": [ 432 "gtest_tests": [
76 "blink_heap_unittests", 433 {
77 "blink_platform_unittests", 434 "test": "blink_heap_unittests"
78 "webkit_unit_tests", 435 },
79 "wtf_unittests" 436 {
437 "test": "blink_platform_unittests"
438 },
439 {
440 "test": "webkit_unit_tests"
441 },
442 {
443 "test": "wtf_unittests"
444 }
80 ], 445 ],
81 "scripts": [ 446 "scripts": [
82 { 447 {
83 "name": "webkit_lint",
84 "script": "webkit_lint.py"
85 },
86 {
87 "name": "webkit_python_tests",
88 "script": "webkit_python_tests.py"
89 }
90 ]
91 },
92 "WebKit Mac10.8": {
93 "gtest_tests": [
94 "blink_heap_unittests",
95 "blink_platform_unittests",
96 "webkit_unit_tests",
97 "wtf_unittests"
98 ],
99 "scripts": [
100 {
101 "name": "webkit_lint", 448 "name": "webkit_lint",
102 "script": "webkit_lint.py" 449 "script": "webkit_lint.py"
103 }, 450 },
104 { 451 {
105 "name": "webkit_python_tests", 452 "name": "webkit_python_tests",
106 "script": "webkit_python_tests.py" 453 "script": "webkit_python_tests.py"
107 } 454 }
108 ] 455 ]
109 }, 456 },
110 "WebKit Mac10.8 (retina)": { 457 "WebKit Linux Oilpan": {
111 "gtest_tests": [ 458 "gtest_tests": [
112 "blink_heap_unittests", 459 {
113 "blink_platform_unittests", 460 "test": "blink_heap_unittests"
114 "webkit_unit_tests", 461 },
115 "wtf_unittests" 462 {
463 "test": "blink_platform_unittests"
464 },
465 {
466 "test": "webkit_unit_tests"
467 },
468 {
469 "test": "wtf_unittests"
470 }
116 ], 471 ],
117 "scripts": [ 472 "scripts": [
118 { 473 {
119 "name": "webkit_lint", 474 "name": "webkit_lint",
120 "script": "webkit_lint.py" 475 "script": "webkit_lint.py"
121 }, 476 },
122 { 477 {
123 "name": "webkit_python_tests", 478 "name": "webkit_python_tests",
124 "script": "webkit_python_tests.py" 479 "script": "webkit_python_tests.py"
125 } 480 }
126 ] 481 ]
127 }, 482 },
128 "WebKit Mac10.9": { 483 "WebKit Linux Oilpan (dbg)": {
129 "gtest_tests": [ 484 "gtest_tests": [
130 "blink_heap_unittests", 485 {
131 "blink_platform_unittests", 486 "test": "blink_heap_unittests"
132 "webkit_unit_tests", 487 },
133 "wtf_unittests" 488 {
489 "test": "blink_platform_unittests"
490 },
491 {
492 "test": "webkit_unit_tests"
493 },
494 {
495 "test": "wtf_unittests"
496 }
134 ], 497 ],
135 "scripts": [ 498 "scripts": [
136 { 499 {
137 "name": "webkit_lint", 500 "name": "webkit_lint",
138 "script": "webkit_lint.py" 501 "script": "webkit_lint.py"
139 }, 502 },
140 { 503 {
141 "name": "webkit_python_tests", 504 "name": "webkit_python_tests",
142 "script": "webkit_python_tests.py" 505 "script": "webkit_python_tests.py"
143 } 506 }
144 ] 507 ]
145 }, 508 },
146 "WebKit Mac10.6 (dbg)": { 509 "WebKit Linux Oilpan Leak": {
147 "gtest_tests": [ 510 "gtest_tests": [
148 "blink_heap_unittests", 511 {
149 "blink_platform_unittests", 512 "test": "blink_heap_unittests"
150 "webkit_unit_tests", 513 },
151 "wtf_unittests" 514 {
515 "test": "blink_platform_unittests"
516 },
517 {
518 "test": "webkit_unit_tests"
519 },
520 {
521 "test": "wtf_unittests"
522 }
152 ], 523 ],
153 "scripts": [ 524 "scripts": [
154 { 525 {
155 "name": "webkit_lint", 526 "name": "webkit_lint",
156 "script": "webkit_lint.py" 527 "script": "webkit_lint.py"
157 }, 528 },
158 { 529 {
159 "name": "webkit_python_tests", 530 "name": "webkit_python_tests",
160 "script": "webkit_python_tests.py" 531 "script": "webkit_python_tests.py"
161 } 532 }
162 ] 533 ]
163 }, 534 },
164 "WebKit Mac10.7 (dbg)": { 535 "WebKit Mac Oilpan": {
165 "gtest_tests": [ 536 "gtest_tests": [
166 "blink_heap_unittests", 537 {
167 "blink_platform_unittests", 538 "test": "blink_heap_unittests"
168 "webkit_unit_tests", 539 },
169 "wtf_unittests" 540 {
541 "test": "blink_platform_unittests"
542 },
543 {
544 "test": "webkit_unit_tests"
545 },
546 {
547 "test": "wtf_unittests"
548 }
170 ], 549 ],
171 "scripts": [ 550 "scripts": [
172 { 551 {
173 "name": "webkit_lint", 552 "name": "webkit_lint",
174 "script": "webkit_lint.py" 553 "script": "webkit_lint.py"
175 }, 554 },
176 { 555 {
177 "name": "webkit_python_tests", 556 "name": "webkit_python_tests",
178 "script": "webkit_python_tests.py" 557 "script": "webkit_python_tests.py"
179 } 558 }
180 ] 559 ]
181 }, 560 },
182 "WebKit Linux": { 561 "WebKit Mac Oilpan (dbg)": {
183 "gtest_tests": [ 562 "gtest_tests": [
184 "blink_heap_unittests", 563 {
185 "blink_platform_unittests", 564 "test": "blink_heap_unittests"
186 "webkit_unit_tests", 565 },
187 "wtf_unittests" 566 {
567 "test": "blink_platform_unittests"
568 },
569 {
570 "test": "webkit_unit_tests"
571 },
572 {
573 "test": "wtf_unittests"
574 }
188 ], 575 ],
189 "scripts": [ 576 "scripts": [
190 { 577 {
191 "name": "webkit_lint", 578 "name": "webkit_lint",
192 "script": "webkit_lint.py" 579 "script": "webkit_lint.py"
193 }, 580 },
194 { 581 {
195 "name": "webkit_python_tests", 582 "name": "webkit_python_tests",
196 "script": "webkit_python_tests.py" 583 "script": "webkit_python_tests.py"
197 } 584 }
198 ] 585 ]
199 }, 586 },
200 "WebKit Linux 32": { 587 "WebKit Mac10.6": {
201 "gtest_tests": [ 588 "gtest_tests": [
202 "blink_heap_unittests", 589 {
203 "blink_platform_unittests", 590 "test": "blink_heap_unittests"
204 "webkit_unit_tests", 591 },
205 "wtf_unittests" 592 {
593 "test": "blink_platform_unittests"
594 },
595 {
596 "test": "webkit_unit_tests"
597 },
598 {
599 "test": "wtf_unittests"
600 }
206 ], 601 ],
207 "scripts": [ 602 "scripts": [
208 { 603 {
209 "name": "webkit_lint", 604 "name": "webkit_lint",
210 "script": "webkit_lint.py" 605 "script": "webkit_lint.py"
211 }, 606 },
212 { 607 {
213 "name": "webkit_python_tests", 608 "name": "webkit_python_tests",
214 "script": "webkit_python_tests.py" 609 "script": "webkit_python_tests.py"
215 } 610 }
216 ] 611 ]
217 }, 612 },
218 "WebKit Linux (dbg)": { 613 "WebKit Mac10.6 (dbg)": {
219 "gtest_tests": [ 614 "gtest_tests": [
220 "blink_heap_unittests", 615 {
221 "blink_platform_unittests", 616 "test": "blink_heap_unittests"
222 "webkit_unit_tests", 617 },
223 "wtf_unittests" 618 {
619 "test": "blink_platform_unittests"
620 },
621 {
622 "test": "webkit_unit_tests"
623 },
624 {
625 "test": "wtf_unittests"
626 }
224 ], 627 ],
225 "scripts": [ 628 "scripts": [
226 { 629 {
227 "name": "webkit_lint", 630 "name": "webkit_lint",
228 "script": "webkit_lint.py" 631 "script": "webkit_lint.py"
229 }, 632 },
230 { 633 {
231 "name": "webkit_python_tests", 634 "name": "webkit_python_tests",
232 "script": "webkit_python_tests.py" 635 "script": "webkit_python_tests.py"
233 } 636 }
234 ] 637 ]
235 }, 638 },
236 "WebKit Win Oilpan": { 639 "WebKit Mac10.7": {
237 "gtest_tests": [ 640 "gtest_tests": [
238 "blink_heap_unittests", 641 {
239 "blink_platform_unittests", 642 "test": "blink_heap_unittests"
240 "webkit_unit_tests", 643 },
241 "wtf_unittests" 644 {
645 "test": "blink_platform_unittests"
646 },
647 {
648 "test": "webkit_unit_tests"
649 },
650 {
651 "test": "wtf_unittests"
652 }
242 ], 653 ],
243 "scripts": [ 654 "scripts": [
244 { 655 {
245 "name": "webkit_lint", 656 "name": "webkit_lint",
246 "script": "webkit_lint.py" 657 "script": "webkit_lint.py"
247 }, 658 },
248 { 659 {
249 "name": "webkit_python_tests", 660 "name": "webkit_python_tests",
250 "script": "webkit_python_tests.py" 661 "script": "webkit_python_tests.py"
251 } 662 }
252 ] 663 ]
253 }, 664 },
254 "WebKit Win Oilpan (dbg)": { 665 "WebKit Mac10.7 (dbg)": {
255 "gtest_tests": [ 666 "gtest_tests": [
256 "blink_heap_unittests", 667 {
257 "blink_platform_unittests", 668 "test": "blink_heap_unittests"
258 "webkit_unit_tests", 669 },
259 "wtf_unittests" 670 {
671 "test": "blink_platform_unittests"
672 },
673 {
674 "test": "webkit_unit_tests"
675 },
676 {
677 "test": "wtf_unittests"
678 }
260 ], 679 ],
261 "scripts": [ 680 "scripts": [
262 { 681 {
263 "name": "webkit_lint", 682 "name": "webkit_lint",
264 "script": "webkit_lint.py" 683 "script": "webkit_lint.py"
265 }, 684 },
266 { 685 {
267 "name": "webkit_python_tests", 686 "name": "webkit_python_tests",
268 "script": "webkit_python_tests.py" 687 "script": "webkit_python_tests.py"
269 } 688 }
270 ] 689 ]
271 }, 690 },
272 "WebKit Mac Oilpan": { 691 "WebKit Mac10.8": {
273 "gtest_tests": [ 692 "gtest_tests": [
274 "blink_heap_unittests", 693 {
275 "blink_platform_unittests", 694 "test": "blink_heap_unittests"
276 "webkit_unit_tests", 695 },
277 "wtf_unittests" 696 {
697 "test": "blink_platform_unittests"
698 },
699 {
700 "test": "webkit_unit_tests"
701 },
702 {
703 "test": "wtf_unittests"
704 }
278 ], 705 ],
279 "scripts": [ 706 "scripts": [
280 { 707 {
281 "name": "webkit_lint", 708 "name": "webkit_lint",
282 "script": "webkit_lint.py" 709 "script": "webkit_lint.py"
283 }, 710 },
284 { 711 {
285 "name": "webkit_python_tests", 712 "name": "webkit_python_tests",
286 "script": "webkit_python_tests.py" 713 "script": "webkit_python_tests.py"
287 } 714 }
288 ] 715 ]
289 }, 716 },
290 "WebKit Mac Oilpan (dbg)": { 717 "WebKit Mac10.8 (retina)": {
291 "gtest_tests": [ 718 "gtest_tests": [
292 "blink_heap_unittests", 719 {
293 "blink_platform_unittests", 720 "test": "blink_heap_unittests"
294 "webkit_unit_tests", 721 },
295 "wtf_unittests" 722 {
723 "test": "blink_platform_unittests"
724 },
725 {
726 "test": "webkit_unit_tests"
727 },
728 {
729 "test": "wtf_unittests"
730 }
296 ], 731 ],
297 "scripts": [ 732 "scripts": [
298 { 733 {
299 "name": "webkit_lint", 734 "name": "webkit_lint",
300 "script": "webkit_lint.py" 735 "script": "webkit_lint.py"
301 }, 736 },
302 { 737 {
303 "name": "webkit_python_tests", 738 "name": "webkit_python_tests",
304 "script": "webkit_python_tests.py" 739 "script": "webkit_python_tests.py"
305 } 740 }
306 ] 741 ]
307 }, 742 },
308 "WebKit Linux Oilpan": { 743 "WebKit Mac10.9": {
309 "gtest_tests": [ 744 "gtest_tests": [
310 "blink_heap_unittests", 745 {
311 "blink_platform_unittests", 746 "test": "blink_heap_unittests"
312 "webkit_unit_tests", 747 },
313 "wtf_unittests" 748 {
749 "test": "blink_platform_unittests"
750 },
751 {
752 "test": "webkit_unit_tests"
753 },
754 {
755 "test": "wtf_unittests"
756 }
314 ], 757 ],
315 "scripts": [ 758 "scripts": [
316 { 759 {
317 "name": "webkit_lint", 760 "name": "webkit_lint",
318 "script": "webkit_lint.py" 761 "script": "webkit_lint.py"
319 }, 762 },
320 { 763 {
321 "name": "webkit_python_tests", 764 "name": "webkit_python_tests",
322 "script": "webkit_python_tests.py" 765 "script": "webkit_python_tests.py"
323 } 766 }
324 ] 767 ]
325 }, 768 },
326 "WebKit Linux Leak": { 769 "WebKit Win Oilpan": {
327 "gtest_tests": [ 770 "gtest_tests": [
328 "blink_heap_unittests", 771 {
329 "blink_platform_unittests", 772 "test": "blink_heap_unittests"
330 "webkit_unit_tests", 773 },
331 "wtf_unittests" 774 {
775 "test": "blink_platform_unittests"
776 },
777 {
778 "test": "webkit_unit_tests"
779 },
780 {
781 "test": "wtf_unittests"
782 }
332 ], 783 ],
333 "scripts": [ 784 "scripts": [
334 { 785 {
335 "name": "webkit_lint", 786 "name": "webkit_lint",
336 "script": "webkit_lint.py" 787 "script": "webkit_lint.py"
337 }, 788 },
338 { 789 {
339 "name": "webkit_python_tests", 790 "name": "webkit_python_tests",
340 "script": "webkit_python_tests.py" 791 "script": "webkit_python_tests.py"
341 } 792 }
342 ] 793 ]
343 }, 794 },
344 "WebKit Linux Oilpan Leak": { 795 "WebKit Win Oilpan (dbg)": {
345 "gtest_tests": [ 796 "gtest_tests": [
346 "blink_heap_unittests", 797 {
347 "blink_platform_unittests", 798 "test": "blink_heap_unittests"
348 "webkit_unit_tests", 799 },
349 "wtf_unittests" 800 {
801 "test": "blink_platform_unittests"
802 },
803 {
804 "test": "webkit_unit_tests"
805 },
806 {
807 "test": "wtf_unittests"
808 }
350 ], 809 ],
351 "scripts": [ 810 "scripts": [
352 { 811 {
353 "name": "webkit_lint", 812 "name": "webkit_lint",
354 "script": "webkit_lint.py" 813 "script": "webkit_lint.py"
355 }, 814 },
356 { 815 {
357 "name": "webkit_python_tests", 816 "name": "webkit_python_tests",
358 "script": "webkit_python_tests.py" 817 "script": "webkit_python_tests.py"
359 } 818 }
360 ] 819 ]
361 }, 820 },
362 "WebKit Linux Oilpan (dbg)": { 821 "WebKit Win7": {
363 "gtest_tests": [ 822 "gtest_tests": [
364 "blink_heap_unittests", 823 {
365 "blink_platform_unittests", 824 "test": "blink_heap_unittests"
366 "webkit_unit_tests", 825 },
367 "wtf_unittests" 826 {
827 "test": "blink_platform_unittests"
828 },
829 {
830 "test": "webkit_unit_tests"
831 },
832 {
833 "test": "wtf_unittests"
834 }
368 ], 835 ],
369 "scripts": [ 836 "scripts": [
370 { 837 {
371 "name": "webkit_lint", 838 "name": "webkit_lint",
372 "script": "webkit_lint.py" 839 "script": "webkit_lint.py"
373 }, 840 },
374 { 841 {
375 "name": "webkit_python_tests", 842 "name": "webkit_python_tests",
376 "script": "webkit_python_tests.py" 843 "script": "webkit_python_tests.py"
377 } 844 }
378 ] 845 ]
379 }, 846 },
380 "Linux ChromiumOS Tests (1)": { 847 "WebKit Win7 (dbg)": {
381 "gtest_tests": [ 848 "gtest_tests": [
382 "accessibility_unittests",
383 { 849 {
384 "test": "base_unittests", 850 "test": "blink_heap_unittests"
385 "swarming": {
386 "can_use_on_swarming_builders": true
387 }
388 }, 851 },
389 { 852 {
390 "test": "browser_tests", 853 "test": "blink_platform_unittests"
391 "swarming": {
392 "can_use_on_swarming_builders": true,
393 "shards": 5
394 }
395 },
396 "cacheinvalidation_unittests",
397 "chromeos_unittests",
398 "components_unittests",
399 {
400 "test": "content_browsertests",
401 "swarming": {
402 "can_use_on_swarming_builders": true
403 }
404 }, 854 },
405 { 855 {
406 "test": "content_unittests", 856 "test": "webkit_unit_tests"
407 "swarming": {
408 "can_use_on_swarming_builders": true
409 }
410 }, 857 },
411 { 858 {
412 "test": "crypto_unittests", 859 "test": "wtf_unittests"
413 "swarming": { 860 }
414 "can_use_on_swarming_builders": true 861 ],
415 } 862 "scripts": [
416 },
417 "dbus_unittests",
418 "display_unittests",
419 "extensions_unittests",
420 "gcm_unit_tests",
421 "google_apis_unittests",
422 "gpu_unittests",
423 "url_unittests",
424 { 863 {
425 "test": "interactive_ui_tests", 864 "name": "webkit_lint",
426 "swarming": { 865 "script": "webkit_lint.py"
427 "can_use_on_swarming_builders": true
428 }
429 },
430 "jingle_unittests",
431 "content_unittests",
432 "device_unittests",
433 "media_unittests",
434 {
435 "test": "net_unittests",
436 "swarming": {
437 "can_use_on_swarming_builders": true
438 }
439 },
440 "ppapi_unittests",
441 "printing_unittests",
442 "remoting_unittests",
443 "sandbox_linux_unittests",
444 "ui_base_unittests",
445 "ui_touch_selection_unittests",
446 "views_unittests",
447 "wm_unittests",
448 "aura_unittests",
449 {
450 "test": "ash_unittests",
451 "swarming": {
452 "can_use_on_swarming_builders": true
453 }
454 },
455 "app_list_unittests",
456 "message_center_unittests",
457 "compositor_unittests",
458 "events_unittests",
459 "ipc_tests",
460 "sync_unit_tests",
461 {
462 "test": "unit_tests",
463 "swarming": {
464 "can_use_on_swarming_builders": true
465 }
466 },
467 "sql_unittests",
468 "nacl_loader_unittests",
469 "app_shell_unittests",
470 "chromevox_tests",
471 {
472 "test": "extensions_browsertests",
473 "swarming": {
474 "can_use_on_swarming_builders": true
475 }
476 },
477 "skia_unittests"
478 ]
479 },
480 "Linux ChromiumOS Tests (2)": {
481 "gtest_tests": [
482 ]
483 },
484 "Linux ChromiumOS Tests (dbg)(1)": {
485 "gtest_tests": [
486 "accessibility_unittests",
487 {
488 "test": "base_unittests",
489 "swarming": {
490 "can_use_on_swarming_builders": true
491 }
492 },
493 "cacheinvalidation_unittests",
494 "chromeos_unittests",
495 "components_unittests",
496 {
497 "test": "crypto_unittests",
498 "swarming": {
499 "can_use_on_swarming_builders": true
500 }
501 },
502 "dbus_unittests",
503 "extensions_unittests",
504 "google_apis_unittests",
505 "gpu_unittests",
506 "url_unittests",
507 "jingle_unittests",
508 {
509 "test": "content_unittests",
510 "swarming": {
511 "can_use_on_swarming_builders": true
512 }
513 },
514 "device_unittests",
515 "display_unittests",
516 "media_unittests",
517 "ppapi_unittests",
518 "printing_unittests",
519 "remoting_unittests",
520 "sandbox_linux_unittests",
521 "ui_base_unittests",
522 "ui_touch_selection_unittests",
523 "views_unittests",
524 "wm_unittests",
525 "aura_unittests",
526 {
527 "test": "ash_unittests",
528 "swarming": {
529 "can_use_on_swarming_builders": true
530 }
531 },
532 "app_list_unittests",
533 "message_center_unittests",
534 "compositor_unittests",
535 "events_unittests",
536 "ipc_tests",
537 "sync_unit_tests",
538 {
539 "test": "unit_tests",
540 "swarming": {
541 "can_use_on_swarming_builders": true
542 }
543 },
544 "sql_unittests",
545 "nacl_loader_unittests",
546 {
547 "test": "net_unittests",
548 "swarming": {
549 "can_use_on_swarming_builders": true
550 }
551 }, 866 },
552 { 867 {
553 "test": "browser_tests", 868 "name": "webkit_python_tests",
554 "swarming": { 869 "script": "webkit_python_tests.py"
555 "can_use_on_swarming_builders": true,
556 "shards": 20
557 }
558 },
559 "app_shell_unittests",
560 {
561 "test": "content_browsertests",
562 "swarming": {
563 "can_use_on_swarming_builders": true,
564 "shards": 2
565 }
566 },
567 {
568 "test": "extensions_browsertests",
569 "swarming": {
570 "can_use_on_swarming_builders": true
571 }
572 },
573 "gcm_unit_tests",
574 "skia_unittests",
575 {
576 "test": "interactive_ui_tests",
577 "swarming": {
578 "can_use_on_swarming_builders": true,
579 "shards": 3
580 }
581 } 870 }
582 ] 871 ]
583 }, 872 },
584 "Linux ChromiumOS Tests (dbg)(2)": { 873 "WebKit XP": {
585 "gtest_tests": [ 874 "gtest_tests": [
586 ] 875 {
587 }, 876 "test": "blink_heap_unittests"
588 "Linux ChromiumOS Tests (dbg)(3)": { 877 },
589 "gtest_tests": [ 878 {
879 "test": "blink_platform_unittests"
880 },
881 {
882 "test": "webkit_unit_tests"
883 },
884 {
885 "test": "wtf_unittests"
886 }
887 ],
888 "scripts": [
889 {
890 "name": "webkit_lint",
891 "script": "webkit_lint.py"
892 },
893 {
894 "name": "webkit_python_tests",
895 "script": "webkit_python_tests.py"
896 }
590 ] 897 ]
591 } 898 }
592 } 899 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698