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

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

Issue 874843002: Make components_browsertests swarmable and add to main waterfall. (2nd try) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased since extensions_browsertests.isolate went away Created 5 years, 10 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_tests.gyp ('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 "swarming": { 26 "swarming": {
27 "can_use_on_swarming_builders": true, 27 "can_use_on_swarming_builders": true,
28 "shards": 5 28 "shards": 5
29 } 29 }
30 }, 30 },
31 "cacheinvalidation_unittests", 31 "cacheinvalidation_unittests",
32 "cast_unittests", 32 "cast_unittests",
33 "cc_unittests", 33 "cc_unittests",
34 "chromedriver_unittests", 34 "chromedriver_unittests",
35 { 35 {
36 "test": "components_browsertests",
37 "swarming": {
38 "can_use_on_swarming_builders": true
39 }
40 },
41 {
36 "test": "components_unittests", 42 "test": "components_unittests",
37 "swarming": { 43 "swarming": {
38 "can_use_on_swarming_builders": true 44 "can_use_on_swarming_builders": true
39 } 45 }
40 }, 46 },
41 "compositor_unittests", 47 "compositor_unittests",
42 { 48 {
43 "test": "content_browsertests", 49 "test": "content_browsertests",
44 "swarming": { 50 "swarming": {
45 "can_use_on_swarming_builders": true 51 "can_use_on_swarming_builders": true
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "nacl_loader_unittests", 504 "nacl_loader_unittests",
499 "sandbox_linux_unittests", 505 "sandbox_linux_unittests",
500 "sql_unittests", 506 "sql_unittests",
501 "sync_unit_tests", 507 "sync_unit_tests",
502 "ui_base_unittests", 508 "ui_base_unittests",
503 "unit_tests", 509 "unit_tests",
504 "skia_unittests" 510 "skia_unittests"
505 ] 511 ]
506 } 512 }
507 } 513 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698