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

Side by Side Diff: testing/buildbot/chromium.chromiumos.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.chrome.json ('k') | testing/buildbot/chromium.fyi.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 "Linux ChromiumOS Ozone Tests (1)": {
3 "gtest_tests": [
4 {
5 "swarming": {
6 "can_use_on_swarming_builders": true
7 },
8 "test": "accessibility_unittests"
9 },
10 {
11 "test": "app_list_unittests"
12 },
13 {
14 "test": "app_shell_unittests"
15 },
16 {
17 "test": "ash_unittests"
18 },
19 {
20 "test": "aura_unittests"
21 },
22 {
23 "test": "base_unittests"
24 },
25 {
26 "test": "cacheinvalidation_unittests"
27 },
28 {
29 "test": "chromeos_unittests"
30 },
31 {
32 "test": "chromevox_tests"
33 },
34 {
35 "test": "components_unittests"
36 },
37 {
38 "swarming": {
39 "can_use_on_swarming_builders": true,
40 "shards": 2
41 },
42 "test": "content_browsertests"
43 },
44 {
45 "test": "content_unittests"
46 },
47 {
48 "swarming": {
49 "can_use_on_swarming_builders": true
50 },
51 "test": "crypto_unittests"
52 },
53 {
54 "test": "dbus_unittests"
55 },
56 {
57 "test": "device_unittests"
58 },
59 {
60 "test": "display_unittests"
61 },
62 {
63 "test": "events_unittests"
64 },
65 {
66 "swarming": {
67 "can_use_on_swarming_builders": true
68 },
69 "test": "extensions_browsertests"
70 },
71 {
72 "test": "extensions_unittests"
73 },
74 {
75 "test": "gcm_unit_tests"
76 },
77 {
78 "test": "gfx_unittests"
79 },
80 {
81 "test": "google_apis_unittests"
82 },
83 {
84 "test": "gpu_unittests"
85 },
86 {
87 "swarming": {
88 "can_use_on_swarming_builders": true,
89 "shards": 3
90 },
91 "test": "interactive_ui_tests"
92 },
93 {
94 "test": "ipc_tests"
95 },
96 {
97 "test": "jingle_unittests"
98 },
99 {
100 "test": "media_unittests"
101 },
102 {
103 "test": "message_center_unittests"
104 },
105 {
106 "test": "nacl_loader_unittests"
107 },
108 {
109 "swarming": {
110 "can_use_on_swarming_builders": true
111 },
112 "test": "net_unittests"
113 },
114 {
115 "test": "ozone_unittests"
116 },
117 {
118 "test": "ppapi_unittests"
119 },
120 {
121 "test": "printing_unittests"
122 },
123 {
124 "test": "remoting_unittests"
125 },
126 {
127 "args": [
128 "--test-launcher-print-test-stdio=always"
129 ],
130 "test": "sandbox_linux_unittests"
131 },
132 {
133 "test": "skia_unittests"
134 },
135 {
136 "test": "sql_unittests"
137 },
138 {
139 "test": "sync_unit_tests"
140 },
141 {
142 "test": "ui_base_unittests"
143 },
144 {
145 "test": "ui_chromeos_unittests"
146 },
147 {
148 "test": "ui_touch_selection_unittests"
149 },
150 {
151 "swarming": {
152 "can_use_on_swarming_builders": true
153 },
154 "test": "unit_tests"
155 },
156 {
157 "test": "url_unittests"
158 },
159 {
160 "test": "views_unittests"
161 },
162 {
163 "test": "wm_unittests"
164 }
165 ]
166 },
2 "Linux ChromiumOS Tests (1)": { 167 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 168 "gtest_tests": [
4 "accessibility_unittests", 169 {
5 { 170 "swarming": {
6 "test": "base_unittests", 171 "can_use_on_swarming_builders": true
7 "swarming": { 172 },
8 "can_use_on_swarming_builders": true 173 "test": "accessibility_unittests"
9 } 174 },
10 }, 175 {
11 { 176 "test": "app_list_unittests"
12 "test": "browser_tests", 177 },
178 {
179 "test": "app_shell_unittests"
180 },
181 {
182 "swarming": {
183 "can_use_on_swarming_builders": true
184 },
185 "test": "ash_unittests"
186 },
187 {
188 "test": "aura_unittests"
189 },
190 {
191 "swarming": {
192 "can_use_on_swarming_builders": true
193 },
194 "test": "base_unittests"
195 },
196 {
13 "swarming": { 197 "swarming": {
14 "can_use_on_swarming_builders": true, 198 "can_use_on_swarming_builders": true,
15 "shards": 5 199 "shards": 5
16 } 200 },
17 }, 201 "test": "browser_tests"
18 "cacheinvalidation_unittests", 202 },
19 "chromeos_unittests", 203 {
20 "components_unittests", 204 "test": "cacheinvalidation_unittests"
21 { 205 },
22 "test": "content_browsertests", 206 {
23 "swarming": { 207 "test": "chromeos_unittests"
24 "can_use_on_swarming_builders": true 208 },
25 } 209 {
26 }, 210 "test": "chromevox_tests"
27 { 211 },
28 "test": "content_unittests", 212 {
29 "swarming": { 213 "test": "components_unittests"
30 "can_use_on_swarming_builders": true 214 },
31 } 215 {
32 }, 216 "test": "compositor_unittests"
33 { 217 },
34 "test": "crypto_unittests", 218 {
35 "swarming": { 219 "swarming": {
36 "can_use_on_swarming_builders": true 220 "can_use_on_swarming_builders": true
37 } 221 },
38 }, 222 "test": "content_browsertests"
39 "dbus_unittests", 223 },
40 "display_unittests", 224 {
41 "extensions_unittests", 225 "swarming": {
42 "gcm_unit_tests", 226 "can_use_on_swarming_builders": true
43 "google_apis_unittests", 227 },
44 "gpu_unittests", 228 "test": "content_unittests"
45 "url_unittests", 229 },
46 { 230 {
47 "test": "interactive_ui_tests", 231 "swarming": {
48 "swarming": { 232 "can_use_on_swarming_builders": true
49 "can_use_on_swarming_builders": true 233 },
50 } 234 "test": "crypto_unittests"
51 }, 235 },
52 "jingle_unittests", 236 {
53 "device_unittests", 237 "test": "dbus_unittests"
54 "media_unittests", 238 },
55 { 239 {
56 "test": "net_unittests", 240 "test": "device_unittests"
57 "swarming": { 241 },
58 "can_use_on_swarming_builders": true 242 {
59 } 243 "test": "display_unittests"
60 }, 244 },
61 "ppapi_unittests", 245 {
62 "printing_unittests", 246 "test": "events_unittests"
63 "remoting_unittests", 247 },
64 { 248 {
65 "test": "sandbox_linux_unittests", 249 "swarming": {
66 "args": ["--test-launcher-print-test-stdio=always"] 250 "can_use_on_swarming_builders": true
67 }, 251 },
68 "gfx_unittests", 252 "test": "extensions_browsertests"
69 "ui_base_unittests", 253 },
70 "ui_chromeos_unittests", 254 {
71 "ui_touch_selection_unittests", 255 "test": "extensions_unittests"
72 "views_unittests", 256 },
73 "wm_unittests", 257 {
74 "aura_unittests", 258 "test": "gcm_unit_tests"
75 { 259 },
76 "test": "ash_unittests", 260 {
77 "swarming": { 261 "test": "gfx_unittests"
78 "can_use_on_swarming_builders": true 262 },
79 } 263 {
80 }, 264 "test": "google_apis_unittests"
81 "app_list_unittests", 265 },
82 "message_center_unittests", 266 {
83 "compositor_unittests", 267 "test": "gpu_unittests"
84 "events_unittests", 268 },
85 "ipc_tests", 269 {
86 "sync_unit_tests", 270 "swarming": {
87 { 271 "can_use_on_swarming_builders": true
88 "test": "unit_tests", 272 },
89 "swarming": { 273 "test": "interactive_ui_tests"
90 "can_use_on_swarming_builders": true 274 },
91 } 275 {
92 }, 276 "test": "ipc_tests"
93 "sql_unittests", 277 },
94 "nacl_loader_unittests", 278 {
95 "app_shell_unittests", 279 "test": "jingle_unittests"
96 "chromevox_tests", 280 },
97 { 281 {
98 "test": "extensions_browsertests", 282 "test": "media_unittests"
99 "swarming": { 283 },
100 "can_use_on_swarming_builders": true 284 {
101 } 285 "test": "message_center_unittests"
102 }, 286 },
103 "skia_unittests" 287 {
104 ] 288 "test": "nacl_loader_unittests"
105 }, 289 },
106 "Linux ChromiumOS Ozone Tests (1)": { 290 {
107 "gtest_tests": [ 291 "swarming": {
108 "accessibility_unittests", 292 "can_use_on_swarming_builders": true
109 "app_list_unittests", 293 },
110 "app_shell_unittests", 294 "test": "net_unittests"
111 "ash_unittests", 295 },
112 "aura_unittests", 296 {
113 "base_unittests", 297 "test": "ppapi_unittests"
114 "cacheinvalidation_unittests", 298 },
115 "chromeos_unittests", 299 {
116 "chromevox_tests", 300 "test": "printing_unittests"
117 "components_unittests", 301 },
118 { 302 {
119 "test": "content_browsertests", 303 "test": "remoting_unittests"
120 "swarming": { 304 },
121 "can_use_on_swarming_builders": true, 305 {
122 "shards": 2 306 "args": [
123 } 307 "--test-launcher-print-test-stdio=always"
124 }, 308 ],
125 "content_unittests", 309 "test": "sandbox_linux_unittests"
126 { 310 },
127 "test": "crypto_unittests", 311 {
128 "swarming": { 312 "test": "skia_unittests"
129 "can_use_on_swarming_builders": true 313 },
130 } 314 {
131 }, 315 "test": "sql_unittests"
132 "dbus_unittests", 316 },
133 "device_unittests", 317 {
134 "display_unittests", 318 "test": "sync_unit_tests"
135 "events_unittests", 319 },
136 { 320 {
137 "test": "extensions_browsertests", 321 "test": "ui_base_unittests"
138 "swarming": { 322 },
139 "can_use_on_swarming_builders": true 323 {
140 } 324 "test": "ui_chromeos_unittests"
141 }, 325 },
142 "extensions_unittests", 326 {
143 "gcm_unit_tests", 327 "test": "ui_touch_selection_unittests"
144 "google_apis_unittests", 328 },
145 "gpu_unittests", 329 {
146 { 330 "swarming": {
147 "test": "interactive_ui_tests", 331 "can_use_on_swarming_builders": true
148 "swarming": { 332 },
149 "can_use_on_swarming_builders": true, 333 "test": "unit_tests"
150 "shards": 3 334 },
151 } 335 {
152 }, 336 "test": "url_unittests"
153 "ipc_tests", 337 },
154 "jingle_unittests", 338 {
155 "media_unittests", 339 "test": "views_unittests"
156 "message_center_unittests", 340 },
157 "nacl_loader_unittests", 341 {
158 { 342 "test": "wm_unittests"
159 "test": "net_unittests", 343 }
160 "swarming": {
161 "can_use_on_swarming_builders": true
162 }
163 },
164 "ozone_unittests",
165 "ppapi_unittests",
166 "printing_unittests",
167 "remoting_unittests",
168 {
169 "test": "sandbox_linux_unittests",
170 "args": ["--test-launcher-print-test-stdio=always"]
171 },
172 "skia_unittests",
173 "sql_unittests",
174 "sync_unit_tests",
175 "gfx_unittests",
176 "ui_base_unittests",
177 "ui_chromeos_unittests",
178 "ui_touch_selection_unittests",
179 {
180 "test": "unit_tests",
181 "swarming": {
182 "can_use_on_swarming_builders": true
183 }
184 },
185 "url_unittests",
186 "views_unittests",
187 "wm_unittests"
188 ] 344 ]
189 }, 345 },
190 "Linux ChromiumOS Tests (dbg)(1)": { 346 "Linux ChromiumOS Tests (dbg)(1)": {
191 "gtest_tests": [ 347 "gtest_tests": [
192 "accessibility_unittests", 348 {
193 { 349 "swarming": {
194 "test": "base_unittests", 350 "can_use_on_swarming_builders": true
195 "swarming": { 351 },
196 "can_use_on_swarming_builders": true 352 "test": "accessibility_unittests"
197 } 353 },
198 }, 354 {
199 "cacheinvalidation_unittests", 355 "test": "app_list_unittests"
200 "chromeos_unittests", 356 },
201 "components_unittests", 357 {
202 { 358 "test": "app_shell_unittests"
203 "test": "crypto_unittests", 359 },
204 "swarming": { 360 {
205 "can_use_on_swarming_builders": true 361 "swarming": {
206 } 362 "can_use_on_swarming_builders": true
207 }, 363 },
208 "dbus_unittests", 364 "test": "ash_unittests"
209 "extensions_unittests", 365 },
210 "google_apis_unittests", 366 {
211 "gpu_unittests", 367 "test": "aura_unittests"
212 "url_unittests", 368 },
213 "jingle_unittests", 369 {
214 { 370 "swarming": {
215 "test": "content_unittests", 371 "can_use_on_swarming_builders": true
216 "swarming": { 372 },
217 "can_use_on_swarming_builders": true 373 "test": "base_unittests"
218 } 374 },
219 }, 375 {
220 "device_unittests",
221 "display_unittests",
222 "media_unittests",
223 "ppapi_unittests",
224 "printing_unittests",
225 "remoting_unittests",
226 {
227 "test": "sandbox_linux_unittests",
228 "args": ["--test-launcher-print-test-stdio=always"]
229 },
230 "gfx_unittests",
231 "ui_base_unittests",
232 "ui_chromeos_unittests",
233 "ui_touch_selection_unittests",
234 "views_unittests",
235 "wm_unittests",
236 "aura_unittests",
237 {
238 "test": "ash_unittests",
239 "swarming": {
240 "can_use_on_swarming_builders": true
241 }
242 },
243 "app_list_unittests",
244 "message_center_unittests",
245 "compositor_unittests",
246 "events_unittests",
247 "ipc_tests",
248 "sync_unit_tests",
249 {
250 "test": "unit_tests",
251 "swarming": {
252 "can_use_on_swarming_builders": true
253 }
254 },
255 "sql_unittests",
256 "nacl_loader_unittests",
257 {
258 "test": "net_unittests",
259 "swarming": {
260 "can_use_on_swarming_builders": true
261 }
262 },
263 {
264 "test": "browser_tests",
265 "swarming": { 376 "swarming": {
266 "can_use_on_swarming_builders": true, 377 "can_use_on_swarming_builders": true,
267 "shards": 10 378 "shards": 10
268 } 379 },
269 }, 380 "test": "browser_tests"
270 "app_shell_unittests", 381 },
271 { 382 {
272 "test": "content_browsertests", 383 "test": "cacheinvalidation_unittests"
384 },
385 {
386 "test": "chromeos_unittests"
387 },
388 {
389 "test": "components_unittests"
390 },
391 {
392 "test": "compositor_unittests"
393 },
394 {
273 "swarming": { 395 "swarming": {
274 "can_use_on_swarming_builders": true, 396 "can_use_on_swarming_builders": true,
275 "shards": 2 397 "shards": 2
276 } 398 },
277 }, 399 "test": "content_browsertests"
278 { 400 },
279 "test": "extensions_browsertests", 401 {
280 "swarming": { 402 "swarming": {
281 "can_use_on_swarming_builders": true 403 "can_use_on_swarming_builders": true
282 } 404 },
283 }, 405 "test": "content_unittests"
284 "gcm_unit_tests", 406 },
285 "skia_unittests", 407 {
286 { 408 "swarming": {
287 "test": "interactive_ui_tests", 409 "can_use_on_swarming_builders": true
410 },
411 "test": "crypto_unittests"
412 },
413 {
414 "test": "dbus_unittests"
415 },
416 {
417 "test": "device_unittests"
418 },
419 {
420 "test": "display_unittests"
421 },
422 {
423 "test": "events_unittests"
424 },
425 {
426 "swarming": {
427 "can_use_on_swarming_builders": true
428 },
429 "test": "extensions_browsertests"
430 },
431 {
432 "test": "extensions_unittests"
433 },
434 {
435 "test": "gcm_unit_tests"
436 },
437 {
438 "test": "gfx_unittests"
439 },
440 {
441 "test": "google_apis_unittests"
442 },
443 {
444 "test": "gpu_unittests"
445 },
446 {
288 "swarming": { 447 "swarming": {
289 "can_use_on_swarming_builders": true, 448 "can_use_on_swarming_builders": true,
290 "shards": 3 449 "shards": 3
291 } 450 },
451 "test": "interactive_ui_tests"
452 },
453 {
454 "test": "ipc_tests"
455 },
456 {
457 "test": "jingle_unittests"
458 },
459 {
460 "test": "media_unittests"
461 },
462 {
463 "test": "message_center_unittests"
464 },
465 {
466 "test": "nacl_loader_unittests"
467 },
468 {
469 "swarming": {
470 "can_use_on_swarming_builders": true
471 },
472 "test": "net_unittests"
473 },
474 {
475 "test": "ppapi_unittests"
476 },
477 {
478 "test": "printing_unittests"
479 },
480 {
481 "test": "remoting_unittests"
482 },
483 {
484 "args": [
485 "--test-launcher-print-test-stdio=always"
486 ],
487 "test": "sandbox_linux_unittests"
488 },
489 {
490 "test": "skia_unittests"
491 },
492 {
493 "test": "sql_unittests"
494 },
495 {
496 "test": "sync_unit_tests"
497 },
498 {
499 "test": "ui_base_unittests"
500 },
501 {
502 "test": "ui_chromeos_unittests"
503 },
504 {
505 "test": "ui_touch_selection_unittests"
506 },
507 {
508 "swarming": {
509 "can_use_on_swarming_builders": true
510 },
511 "test": "unit_tests"
512 },
513 {
514 "test": "url_unittests"
515 },
516 {
517 "test": "views_unittests"
518 },
519 {
520 "test": "wm_unittests"
292 } 521 }
293 ] 522 ]
294 } 523 }
295 } 524 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chrome.json ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698