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 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 15 matching lines...) Expand all
26 "test": "browser_tests", 26 "test": "browser_tests",
27 "swarming": { 27 "swarming": {
28 "can_use_on_swarming_builders": true, 28 "can_use_on_swarming_builders": true,
29 "shards": 5 29 "shards": 5
30 } 30 }
31 }, 31 },
32 "cacheinvalidation_unittests", 32 "cacheinvalidation_unittests",
33 "cast_unittests", 33 "cast_unittests",
34 "cc_unittests", 34 "cc_unittests",
35 "chromedriver_unittests", 35 "chromedriver_unittests",
36 "components_unittests", 36 {
37 "test": "components_unittests",
38 "swarming": {
39 "can_use_on_swarming_builders": true
40 }
41 },
37 "compositor_unittests", 42 "compositor_unittests",
38 { 43 {
39 "test": "content_browsertests", 44 "test": "content_browsertests",
40 "swarming": { 45 "swarming": {
41 "can_use_on_swarming_builders": true 46 "can_use_on_swarming_builders": true
42 } 47 }
43 }, 48 },
44 { 49 {
45 "test": "content_unittests", 50 "test": "content_unittests",
46 "swarming": { 51 "swarming": {
(...skipping 12 matching lines...) Expand all
59 }, 64 },
60 "extensions_unittests", 65 "extensions_unittests",
61 "gcm_unit_tests", 66 "gcm_unit_tests",
62 { 67 {
63 "test": "gfx_unittests", 68 "test": "gfx_unittests",
64 "swarming": { 69 "swarming": {
65 "can_use_on_swarming_builders": true 70 "can_use_on_swarming_builders": true
66 } 71 }
67 }, 72 },
68 "google_apis_unittests", 73 "google_apis_unittests",
69 "gpu_unittests", 74 {
75 "test": "gpu_unittests",
76 "swarming": {
77 "can_use_on_swarming_builders": true
78 }
79 },
70 { 80 {
71 "test": "interactive_ui_tests", 81 "test": "interactive_ui_tests",
72 "swarming": { 82 "swarming": {
73 "can_use_on_swarming_builders": true 83 "can_use_on_swarming_builders": true
74 } 84 }
75 }, 85 },
76 "ipc_mojo_unittests", 86 "ipc_mojo_unittests",
77 "ipc_tests", 87 "ipc_tests",
78 "jingle_unittests", 88 "jingle_unittests",
79 "media_unittests", 89 {
90 "test": "media_unittests",
91 "swarming": {
92 "can_use_on_swarming_builders": true
93 }
94 },
80 "mojo_common_unittests", 95 "mojo_common_unittests",
81 "mojo_public_bindings_unittests", 96 "mojo_public_bindings_unittests",
82 "mojo_public_environment_unittests", 97 "mojo_public_environment_unittests",
83 "mojo_public_system_unittests", 98 "mojo_public_system_unittests",
84 "mojo_public_utility_unittests", 99 "mojo_public_utility_unittests",
85 "mojo_system_unittests", 100 "mojo_system_unittests",
86 "nacl_loader_unittests", 101 "nacl_loader_unittests",
87 { 102 {
88 "test": "net_unittests", 103 "test": "net_unittests",
89 "swarming": { 104 "swarming": {
(...skipping 30 matching lines...) Expand all
120 "can_use_on_swarming_builders": true 135 "can_use_on_swarming_builders": true
121 } 136 }
122 }, 137 },
123 "url_unittests", 138 "url_unittests",
124 "views_unittests", 139 "views_unittests",
125 "wm_unittests", 140 "wm_unittests",
126 "skia_unittests" 141 "skia_unittests"
127 ], 142 ],
128 "scripts": [ 143 "scripts": [
129 { 144 {
145 "name": "checkdeps",
146 "script": "checkdeps.py"
147 },
148 {
149 "name": "checklicenses",
150 "script": "checklicenses.py"
151 },
152 {
153 "name": "checkperms",
154 "script": "checkperms.py"
155 },
156 {
130 "name": "telemetry_unittests", 157 "name": "telemetry_unittests",
131 "script": "telemetry_unittests.py" 158 "script": "telemetry_unittests.py"
132 }, 159 },
133 { 160 {
134 "name": "telemetry_perf_unittests", 161 "name": "telemetry_perf_unittests",
135 "script": "telemetry_perf_unittests.py" 162 "script": "telemetry_perf_unittests.py"
136 }, 163 },
137 { 164 {
138 "name": "nacl_integration", 165 "name": "nacl_integration",
139 "script": "nacl_integration.py" 166 "script": "nacl_integration.py"
(...skipping 27 matching lines...) Expand all
167 "test": "browser_tests", 194 "test": "browser_tests",
168 "swarming": { 195 "swarming": {
169 "can_use_on_swarming_builders": true, 196 "can_use_on_swarming_builders": true,
170 "shards": 10 197 "shards": 10
171 } 198 }
172 }, 199 },
173 "cacheinvalidation_unittests", 200 "cacheinvalidation_unittests",
174 "cast_unittests", 201 "cast_unittests",
175 "cc_unittests", 202 "cc_unittests",
176 "chromedriver_unittests", 203 "chromedriver_unittests",
177 "components_unittests", 204 {
205 "test": "components_unittests",
206 "swarming": {
207 "can_use_on_swarming_builders": true
208 }
209 },
178 "compositor_unittests", 210 "compositor_unittests",
179 { 211 {
180 "test": "content_browsertests", 212 "test": "content_browsertests",
181 "swarming": { 213 "swarming": {
182 "can_use_on_swarming_builders": true 214 "can_use_on_swarming_builders": true
183 } 215 }
184 }, 216 },
185 { 217 {
186 "test": "content_unittests", 218 "test": "content_unittests",
187 "swarming": { 219 "swarming": {
(...skipping 12 matching lines...) Expand all
200 }, 232 },
201 "extensions_unittests", 233 "extensions_unittests",
202 "gcm_unit_tests", 234 "gcm_unit_tests",
203 { 235 {
204 "test": "gfx_unittests", 236 "test": "gfx_unittests",
205 "swarming": { 237 "swarming": {
206 "can_use_on_swarming_builders": true 238 "can_use_on_swarming_builders": true
207 } 239 }
208 }, 240 },
209 "google_apis_unittests", 241 "google_apis_unittests",
210 "gpu_unittests", 242 {
243 "test": "gpu_unittests",
244 "swarming": {
245 "can_use_on_swarming_builders": true
246 }
247 },
211 { 248 {
212 "test": "interactive_ui_tests", 249 "test": "interactive_ui_tests",
213 "swarming": { 250 "swarming": {
214 "can_use_on_swarming_builders": true 251 "can_use_on_swarming_builders": true
215 } 252 }
216 }, 253 },
217 "ipc_mojo_unittests", 254 "ipc_mojo_unittests",
218 "ipc_tests", 255 "ipc_tests",
219 "jingle_unittests", 256 "jingle_unittests",
220 "media_unittests", 257 {
258 "test": "media_unittests",
259 "swarming": {
260 "can_use_on_swarming_builders": true
261 }
262 },
221 "mojo_common_unittests", 263 "mojo_common_unittests",
222 "mojo_public_bindings_unittests", 264 "mojo_public_bindings_unittests",
223 "mojo_public_environment_unittests", 265 "mojo_public_environment_unittests",
224 "mojo_public_system_unittests", 266 "mojo_public_system_unittests",
225 "mojo_public_utility_unittests", 267 "mojo_public_utility_unittests",
226 "mojo_system_unittests", 268 "mojo_system_unittests",
227 "nacl_loader_unittests", 269 "nacl_loader_unittests",
228 { 270 {
229 "test": "net_unittests", 271 "test": "net_unittests",
230 "swarming": { 272 "swarming": {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "test": "browser_tests", 342 "test": "browser_tests",
301 "swarming": { 343 "swarming": {
302 "can_use_on_swarming_builders": true, 344 "can_use_on_swarming_builders": true,
303 "shards": 10 345 "shards": 10
304 } 346 }
305 }, 347 },
306 "cacheinvalidation_unittests", 348 "cacheinvalidation_unittests",
307 "cast_unittests", 349 "cast_unittests",
308 "cc_unittests", 350 "cc_unittests",
309 "chromedriver_unittests", 351 "chromedriver_unittests",
310 "components_unittests", 352 {
353 "test": "components_unittests",
354 "swarming": {
355 "can_use_on_swarming_builders": true
356 }
357 },
311 "compositor_unittests", 358 "compositor_unittests",
312 { 359 {
313 "test": "content_browsertests", 360 "test": "content_browsertests",
314 "swarming": { 361 "swarming": {
315 "can_use_on_swarming_builders": true 362 "can_use_on_swarming_builders": true
316 } 363 }
317 }, 364 },
318 { 365 {
319 "test": "content_unittests", 366 "test": "content_unittests",
320 "swarming": { 367 "swarming": {
(...skipping 12 matching lines...) Expand all
333 }, 380 },
334 "extensions_unittests", 381 "extensions_unittests",
335 "gcm_unit_tests", 382 "gcm_unit_tests",
336 { 383 {
337 "test": "gfx_unittests", 384 "test": "gfx_unittests",
338 "swarming": { 385 "swarming": {
339 "can_use_on_swarming_builders": true 386 "can_use_on_swarming_builders": true
340 } 387 }
341 }, 388 },
342 "google_apis_unittests", 389 "google_apis_unittests",
343 "gpu_unittests", 390 {
391 "test": "gpu_unittests",
392 "swarming": {
393 "can_use_on_swarming_builders": true
394 }
395 },
344 { 396 {
345 "test": "interactive_ui_tests", 397 "test": "interactive_ui_tests",
346 "swarming": { 398 "swarming": {
347 "can_use_on_swarming_builders": true, 399 "can_use_on_swarming_builders": true,
348 "shards": 3 400 "shards": 3
349 } 401 }
350 }, 402 },
351 "ipc_mojo_unittests", 403 "ipc_mojo_unittests",
352 "ipc_tests", 404 "ipc_tests",
353 "jingle_unittests", 405 "jingle_unittests",
354 "media_unittests", 406 {
407 "test": "media_unittests",
408 "swarming": {
409 "can_use_on_swarming_builders": true
410 }
411 },
355 "mojo_common_unittests", 412 "mojo_common_unittests",
356 "mojo_public_bindings_unittests", 413 "mojo_public_bindings_unittests",
357 "mojo_public_environment_unittests", 414 "mojo_public_environment_unittests",
358 "mojo_public_system_unittests", 415 "mojo_public_system_unittests",
359 "mojo_public_utility_unittests", 416 "mojo_public_utility_unittests",
360 "mojo_system_unittests", 417 "mojo_system_unittests",
361 "nacl_loader_unittests", 418 "nacl_loader_unittests",
362 { 419 {
363 "test": "net_unittests", 420 "test": "net_unittests",
364 "swarming": { 421 "swarming": {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "nacl_loader_unittests", 498 "nacl_loader_unittests",
442 "sandbox_linux_unittests", 499 "sandbox_linux_unittests",
443 "sql_unittests", 500 "sql_unittests",
444 "sync_unit_tests", 501 "sync_unit_tests",
445 "ui_base_unittests", 502 "ui_base_unittests",
446 "unit_tests", 503 "unit_tests",
447 "skia_unittests" 504 "skia_unittests"
448 ] 505 ]
449 } 506 }
450 } 507 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698