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

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

Issue 854743002: Swarm cc_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 13 matching lines...) Expand all
24 }, 24 },
25 { 25 {
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 {
35 "test": "cc_unittests",
36 "swarming": {
37 "can_use_on_swarming_builders": true
38 }
39 },
35 "chromedriver_unittests", 40 "chromedriver_unittests",
36 "components_unittests", 41 "components_unittests",
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 {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 }, 170 },
166 { 171 {
167 "test": "browser_tests", 172 "test": "browser_tests",
168 "swarming": { 173 "swarming": {
169 "can_use_on_swarming_builders": true, 174 "can_use_on_swarming_builders": true,
170 "shards": 10 175 "shards": 10
171 } 176 }
172 }, 177 },
173 "cacheinvalidation_unittests", 178 "cacheinvalidation_unittests",
174 "cast_unittests", 179 "cast_unittests",
175 "cc_unittests", 180 {
181 "test": "cc_unittests",
182 "swarming": {
183 "can_use_on_swarming_builders": true
184 }
185 },
176 "chromedriver_unittests", 186 "chromedriver_unittests",
177 "components_unittests", 187 "components_unittests",
178 "compositor_unittests", 188 "compositor_unittests",
179 { 189 {
180 "test": "content_browsertests", 190 "test": "content_browsertests",
181 "swarming": { 191 "swarming": {
182 "can_use_on_swarming_builders": true 192 "can_use_on_swarming_builders": true
183 } 193 }
184 }, 194 },
185 { 195 {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 }, 308 },
299 { 309 {
300 "test": "browser_tests", 310 "test": "browser_tests",
301 "swarming": { 311 "swarming": {
302 "can_use_on_swarming_builders": true, 312 "can_use_on_swarming_builders": true,
303 "shards": 10 313 "shards": 10
304 } 314 }
305 }, 315 },
306 "cacheinvalidation_unittests", 316 "cacheinvalidation_unittests",
307 "cast_unittests", 317 "cast_unittests",
308 "cc_unittests", 318 {
319 "test": "cc_unittests",
320 "swarming": {
321 "can_use_on_swarming_builders": true
322 }
323 },
309 "chromedriver_unittests", 324 "chromedriver_unittests",
310 "components_unittests", 325 "components_unittests",
311 "compositor_unittests", 326 "compositor_unittests",
312 { 327 {
313 "test": "content_browsertests", 328 "test": "content_browsertests",
314 "swarming": { 329 "swarming": {
315 "can_use_on_swarming_builders": true 330 "can_use_on_swarming_builders": true
316 } 331 }
317 }, 332 },
318 { 333 {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "nacl_loader_unittests", 456 "nacl_loader_unittests",
442 "sandbox_linux_unittests", 457 "sandbox_linux_unittests",
443 "sql_unittests", 458 "sql_unittests",
444 "sync_unit_tests", 459 "sync_unit_tests",
445 "ui_base_unittests", 460 "ui_base_unittests",
446 "unit_tests", 461 "unit_tests",
447 "skia_unittests" 462 "skia_unittests"
448 ] 463 ]
449 } 464 }
450 } 465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698