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

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

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

Powered by Google App Engine
This is Rietveld 408576698