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

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

Issue 852893002: Swarm components_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reland 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
« no previous file with comments | « components/components_unittests.isolate ('k') | testing/buildbot/chromium.mac.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 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "test": "browser_tests", 194 "test": "browser_tests",
190 "swarming": { 195 "swarming": {
191 "can_use_on_swarming_builders": true, 196 "can_use_on_swarming_builders": true,
192 "shards": 10 197 "shards": 10
193 } 198 }
194 }, 199 },
195 "cacheinvalidation_unittests", 200 "cacheinvalidation_unittests",
196 "cast_unittests", 201 "cast_unittests",
197 "cc_unittests", 202 "cc_unittests",
198 "chromedriver_unittests", 203 "chromedriver_unittests",
199 "components_unittests", 204 {
205 "test": "components_unittests",
206 "swarming": {
207 "can_use_on_swarming_builders": true
208 }
209 },
200 "compositor_unittests", 210 "compositor_unittests",
201 { 211 {
202 "test": "content_browsertests", 212 "test": "content_browsertests",
203 "swarming": { 213 "swarming": {
204 "can_use_on_swarming_builders": true 214 "can_use_on_swarming_builders": true
205 } 215 }
206 }, 216 },
207 { 217 {
208 "test": "content_unittests", 218 "test": "content_unittests",
209 "swarming": { 219 "swarming": {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "test": "browser_tests", 342 "test": "browser_tests",
333 "swarming": { 343 "swarming": {
334 "can_use_on_swarming_builders": true, 344 "can_use_on_swarming_builders": true,
335 "shards": 10 345 "shards": 10
336 } 346 }
337 }, 347 },
338 "cacheinvalidation_unittests", 348 "cacheinvalidation_unittests",
339 "cast_unittests", 349 "cast_unittests",
340 "cc_unittests", 350 "cc_unittests",
341 "chromedriver_unittests", 351 "chromedriver_unittests",
342 "components_unittests", 352 {
353 "test": "components_unittests",
354 "swarming": {
355 "can_use_on_swarming_builders": true
356 }
357 },
343 "compositor_unittests", 358 "compositor_unittests",
344 { 359 {
345 "test": "content_browsertests", 360 "test": "content_browsertests",
346 "swarming": { 361 "swarming": {
347 "can_use_on_swarming_builders": true 362 "can_use_on_swarming_builders": true
348 } 363 }
349 }, 364 },
350 { 365 {
351 "test": "content_unittests", 366 "test": "content_unittests",
352 "swarming": { 367 "swarming": {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "nacl_loader_unittests", 498 "nacl_loader_unittests",
484 "sandbox_linux_unittests", 499 "sandbox_linux_unittests",
485 "sql_unittests", 500 "sql_unittests",
486 "sync_unit_tests", 501 "sync_unit_tests",
487 "ui_base_unittests", 502 "ui_base_unittests",
488 "unit_tests", 503 "unit_tests",
489 "skia_unittests" 504 "skia_unittests"
490 ] 505 ]
491 } 506 }
492 } 507 }
OLDNEW
« no previous file with comments | « components/components_unittests.isolate ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698