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

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

Issue 1551183002: Move many tests on the FYI waterfall to swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
11 "test": "blimp_unittests" 11 "test": "blimp_unittests"
12 }, 12 },
13 { 13 {
14 "test": "cc_unittests" 14 "test": "cc_unittests"
15 }, 15 },
16 { 16 {
17 "test": "components_browsertests" 17 "test": "components_browsertests"
18 }, 18 },
19 { 19 {
20 "swarming": {
21 "can_use_on_swarming_builders": true
ghost stip (do not use) 2016/01/19 20:20:33 GN doesn't make isolate files yet, so GN swarming
22 },
20 "test": "components_unittests" 23 "test": "components_unittests"
21 }, 24 },
22 { 25 {
26 "swarming": {
27 "can_use_on_swarming_builders": true
28 },
23 "test": "content_browsertests" 29 "test": "content_browsertests"
24 }, 30 },
25 { 31 {
32 "swarming": {
33 "can_use_on_swarming_builders": true
34 },
26 "test": "content_unittests" 35 "test": "content_unittests"
27 }, 36 },
28 { 37 {
29 "test": "device_unittests" 38 "test": "device_unittests"
30 }, 39 },
31 { 40 {
32 "test": "events_unittests" 41 "test": "events_unittests"
33 }, 42 },
34 { 43 {
35 "test": "gl_tests" 44 "test": "gl_tests"
36 }, 45 },
37 { 46 {
38 "test": "gl_unittests" 47 "test": "gl_unittests"
39 }, 48 },
40 { 49 {
41 "test": "gpu_unittests" 50 "test": "gpu_unittests"
42 }, 51 },
43 { 52 {
44 "test": "html_viewer_unittests" 53 "test": "html_viewer_unittests"
45 }, 54 },
46 { 55 {
47 "test": "ipc_mojo_unittests" 56 "test": "ipc_mojo_unittests"
48 }, 57 },
49 { 58 {
59 "swarming": {
60 "can_use_on_swarming_builders": true
61 },
50 "test": "ipc_tests" 62 "test": "ipc_tests"
51 }, 63 },
52 { 64 {
65 "swarming": {
66 "can_use_on_swarming_builders": true
67 },
53 "test": "media_unittests" 68 "test": "media_unittests"
54 }, 69 },
55 { 70 {
56 "swarming": { 71 "swarming": {
57 "can_use_on_swarming_builders": true 72 "can_use_on_swarming_builders": true
58 }, 73 },
59 "test": "mojo_common_unittests" 74 "test": "mojo_common_unittests"
60 }, 75 },
61 { 76 {
62 "test": "mojo_public_application_unittests" 77 "test": "mojo_public_application_unittests"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 { 115 {
101 "test": "mojo_view_manager_lib_unittests" 116 "test": "mojo_view_manager_lib_unittests"
102 }, 117 },
103 { 118 {
104 "test": "net_unittests" 119 "test": "net_unittests"
105 }, 120 },
106 { 121 {
107 "test": "resource_provider_unittests" 122 "test": "resource_provider_unittests"
108 }, 123 },
109 { 124 {
125 "swarming": {
126 "can_use_on_swarming_builders": true
127 },
110 "test": "sql_unittests" 128 "test": "sql_unittests"
111 }, 129 },
112 { 130 {
131 "swarming": {
132 "can_use_on_swarming_builders": true
133 },
113 "test": "sync_unit_tests" 134 "test": "sync_unit_tests"
114 }, 135 },
115 { 136 {
116 "test": "ui_android_unittests" 137 "test": "ui_android_unittests"
117 }, 138 },
118 { 139 {
119 "test": "ui_base_unittests" 140 "test": "ui_base_unittests"
120 }, 141 },
121 { 142 {
122 "test": "ui_touch_selection_unittests" 143 "test": "ui_touch_selection_unittests"
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 } 1440 }
1420 ], 1441 ],
1421 "scripts": [ 1442 "scripts": [
1422 { 1443 {
1423 "name": "nacl_integration", 1444 "name": "nacl_integration",
1424 "script": "nacl_integration.py" 1445 "script": "nacl_integration.py"
1425 } 1446 }
1426 ] 1447 ]
1427 } 1448 }
1428 } 1449 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698