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

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: rebase 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 | « cc/cc_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 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 { 41 {
37 "test": "components_unittests", 42 "test": "components_unittests",
38 "swarming": { 43 "swarming": {
39 "can_use_on_swarming_builders": true 44 "can_use_on_swarming_builders": true
40 } 45 }
41 }, 46 },
42 "compositor_unittests", 47 "compositor_unittests",
43 { 48 {
44 "test": "content_browsertests", 49 "test": "content_browsertests",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 }, 197 },
193 { 198 {
194 "test": "browser_tests", 199 "test": "browser_tests",
195 "swarming": { 200 "swarming": {
196 "can_use_on_swarming_builders": true, 201 "can_use_on_swarming_builders": true,
197 "shards": 10 202 "shards": 10
198 } 203 }
199 }, 204 },
200 "cacheinvalidation_unittests", 205 "cacheinvalidation_unittests",
201 "cast_unittests", 206 "cast_unittests",
202 "cc_unittests", 207 {
208 "test": "cc_unittests",
209 "swarming": {
210 "can_use_on_swarming_builders": true
211 }
212 },
203 "chromedriver_unittests", 213 "chromedriver_unittests",
204 { 214 {
205 "test": "components_unittests", 215 "test": "components_unittests",
206 "swarming": { 216 "swarming": {
207 "can_use_on_swarming_builders": true 217 "can_use_on_swarming_builders": true
208 } 218 }
209 }, 219 },
210 "compositor_unittests", 220 "compositor_unittests",
211 { 221 {
212 "test": "content_browsertests", 222 "test": "content_browsertests",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 }, 350 },
341 { 351 {
342 "test": "browser_tests", 352 "test": "browser_tests",
343 "swarming": { 353 "swarming": {
344 "can_use_on_swarming_builders": true, 354 "can_use_on_swarming_builders": true,
345 "shards": 10 355 "shards": 10
346 } 356 }
347 }, 357 },
348 "cacheinvalidation_unittests", 358 "cacheinvalidation_unittests",
349 "cast_unittests", 359 "cast_unittests",
350 "cc_unittests", 360 {
361 "test": "cc_unittests",
362 "swarming": {
363 "can_use_on_swarming_builders": true
364 }
365 },
351 "chromedriver_unittests", 366 "chromedriver_unittests",
352 { 367 {
353 "test": "components_unittests", 368 "test": "components_unittests",
354 "swarming": { 369 "swarming": {
355 "can_use_on_swarming_builders": true 370 "can_use_on_swarming_builders": true
356 } 371 }
357 }, 372 },
358 "compositor_unittests", 373 "compositor_unittests",
359 { 374 {
360 "test": "content_browsertests", 375 "test": "content_browsertests",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "nacl_loader_unittests", 513 "nacl_loader_unittests",
499 "sandbox_linux_unittests", 514 "sandbox_linux_unittests",
500 "sql_unittests", 515 "sql_unittests",
501 "sync_unit_tests", 516 "sync_unit_tests",
502 "ui_base_unittests", 517 "ui_base_unittests",
503 "unit_tests", 518 "unit_tests",
504 "skia_unittests" 519 "skia_unittests"
505 ] 520 ]
506 } 521 }
507 } 522 }
OLDNEW
« no previous file with comments | « cc/cc_unittests.isolate ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698