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

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

Issue 603013002: Swarm tests on the main waterfall ChromeOS bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | 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 ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "base_unittests", 5 {
6 "test": "base_unittests",
7 "swarming": {
8 "can_use_on_swarming_builders": true
9 }
10 },
11 {
12 "test": "browser_tests",
13 "swarming": {
14 "can_use_on_swarming_builders": true,
15 "shards": 5
16 }
17 },
6 "cacheinvalidation_unittests", 18 "cacheinvalidation_unittests",
7 "chromeos_unittests", 19 "chromeos_unittests",
8 "components_unittests", 20 "components_unittests",
21 {
22 "test": "content_browsertests",
23 "swarming": {
24 "can_use_on_swarming_builders": true
25 }
26 },
27 {
28 "test": "content_unittests",
29 "swarming": {
30 "can_use_on_swarming_builders": true
31 }
32 },
9 "crypto_unittests", 33 "crypto_unittests",
10 "dbus_unittests", 34 "dbus_unittests",
11 "display_unittests", 35 "display_unittests",
12 "extensions_unittests", 36 "extensions_unittests",
13 "gcm_unit_tests", 37 "gcm_unit_tests",
14 "google_apis_unittests", 38 "google_apis_unittests",
15 "gpu_unittests", 39 "gpu_unittests",
16 "url_unittests", 40 "url_unittests",
41 {
42 "test": "interactive_ui_tests",
43 "swarming": {
44 "can_use_on_swarming_builders": true
45 }
46 },
17 "jingle_unittests", 47 "jingle_unittests",
18 "content_unittests", 48 "content_unittests",
19 "device_unittests", 49 "device_unittests",
20 "media_unittests", 50 "media_unittests",
21 "net_unittests", 51 "net_unittests",
22 "ppapi_unittests", 52 "ppapi_unittests",
23 "printing_unittests", 53 "printing_unittests",
24 "remoting_unittests", 54 "remoting_unittests",
25 "sandbox_linux_unittests", 55 "sandbox_linux_unittests",
26 "ui_unittests", 56 "ui_unittests",
27 "views_unittests", 57 "views_unittests",
28 "wm_unittests", 58 "wm_unittests",
29 "aura_unittests", 59 "aura_unittests",
30 "ash_unittests", 60 "ash_unittests",
31 "app_list_unittests", 61 "app_list_unittests",
32 "message_center_unittests", 62 "message_center_unittests",
33 "compositor_unittests", 63 "compositor_unittests",
34 "events_unittests", 64 "events_unittests",
35 "ipc_tests", 65 "ipc_tests",
36 "sync_unit_tests", 66 "sync_unit_tests",
37 "unit_tests", 67 {
68 "test": "unit_tests",
69 "swarming": {
70 "can_use_on_swarming_builders": true
71 }
72 },
38 "sql_unittests", 73 "sql_unittests",
39 "nacl_loader_unittests", 74 "nacl_loader_unittests",
40 "athena_unittests" 75 "athena_unittests",
76 "app_shell_browsertests",
Paweł Hajdan Jr. 2014/09/24 22:50:09 These tests didn't seem to previously be here, wha
jam 2014/09/24 22:54:20 I just moved them from the 2nd tester
77 "chromevox_tests"
41 ] 78 ]
42 }, 79 },
43 "Linux ChromiumOS Tests (2)": { 80 "Linux ChromiumOS Tests (2)": {
Paweł Hajdan Jr. 2014/09/24 22:50:09 Why are things being removed here but the builder
jam 2014/09/24 22:54:20 I'm planning on removing this after, just like the
44 "gtest_tests": [ 81 "gtest_tests": [
45 "interactive_ui_tests",
46 "browser_tests",
47 "content_browsertests",
48 "app_shell_browsertests",
49 "chromevox_tests"
50 ] 82 ]
51 }, 83 },
52 "Linux ChromiumOS Ozone Tests (1)": { 84 "Linux ChromiumOS Ozone Tests (1)": {
53 "gtest_tests": [ 85 "gtest_tests": [
54 "accessibility_unittests", 86 "accessibility_unittests",
55 "ash_unittests", 87 "ash_unittests",
56 "base_unittests", 88 {
89 "test": "base_unittests",
90 "swarming": {
91 "can_use_on_swarming_builders": true
92 }
93 },
94 {
95 "test": "browser_tests",
96 "swarming": {
97 "can_use_on_swarming_builders": true,
98 "shards": 5
99 }
100 },
57 "cacheinvalidation_unittests", 101 "cacheinvalidation_unittests",
58 "chromeos_unittests", 102 "chromeos_unittests",
59 "components_unittests", 103 "components_unittests",
104 {
105 "test": "content_browsertests",
106 "swarming": {
107 "can_use_on_swarming_builders": true
108 }
109 },
110 {
111 "test": "content_unittests",
112 "swarming": {
113 "can_use_on_swarming_builders": true
114 }
115 },
60 "crypto_unittests", 116 "crypto_unittests",
61 "dbus_unittests", 117 "dbus_unittests",
62 "display_unittests", 118 "display_unittests",
63 "extensions_unittests", 119 "extensions_unittests",
64 "gcm_unit_tests", 120 "gcm_unit_tests",
65 "google_apis_unittests", 121 "google_apis_unittests",
66 "gpu_unittests", 122 "gpu_unittests",
123 {
124 "test": "interactive_ui_tests",
125 "swarming": {
126 "can_use_on_swarming_builders": true
127 }
128 },
67 "url_unittests", 129 "url_unittests",
68 "jingle_unittests", 130 "jingle_unittests",
69 "content_unittests", 131 "content_unittests",
70 "device_unittests", 132 "device_unittests",
71 "media_unittests", 133 "media_unittests",
72 "net_unittests", 134 {
135 "test": "net_unittests",
136 "swarming": {
137 "can_use_on_swarming_builders": true
138 }
139 },
73 "ozone_unittests", 140 "ozone_unittests",
74 "ppapi_unittests", 141 "ppapi_unittests",
75 "printing_unittests", 142 "printing_unittests",
76 "remoting_unittests", 143 "remoting_unittests",
77 "sandbox_linux_unittests", 144 "sandbox_linux_unittests",
78 "ui_unittests", 145 "ui_unittests",
79 "views_unittests", 146 "views_unittests",
80 "wm_unittests", 147 "wm_unittests",
81 "aura_unittests", 148 "aura_unittests",
82 "app_list_unittests", 149 "app_list_unittests",
83 "message_center_unittests", 150 "message_center_unittests",
84 "compositor_unittests", 151 "compositor_unittests",
85 "events_unittests", 152 "events_unittests",
86 "ipc_tests", 153 "ipc_tests",
87 "sync_unit_tests", 154 "sync_unit_tests",
88 "unit_tests", 155 {
156 "test": "unit_tests",
157 "swarming": {
158 "can_use_on_swarming_builders": true
159 }
160 },
89 "sql_unittests", 161 "sql_unittests",
90 "nacl_loader_unittests", 162 "nacl_loader_unittests",
91 "athena_unittests" 163 "athena_unittests",
164 "app_shell_browsertests",
165 "chromevox_tests"
92 ] 166 ]
93 }, 167 },
94 "Linux ChromiumOS Ozone Tests (2)": { 168 "Linux ChromiumOS Ozone Tests (2)": {
95 "gtest_tests": [ 169 "gtest_tests": [
96 "interactive_ui_tests",
97 "browser_tests",
98 "content_browsertests",
99 "app_shell_browsertests",
100 "chromevox_tests"
101 ] 170 ]
102 }, 171 },
103 "Linux ChromiumOS Tests (dbg)(1)": { 172 "Linux ChromiumOS Tests (dbg)(1)": {
104 "gtest_tests": [ 173 "gtest_tests": [
105 "accessibility_unittests", 174 "accessibility_unittests",
106 "base_unittests", 175 {
176 "test": "base_unittests",
177 "swarming": {
178 "can_use_on_swarming_builders": true
179 }
180 },
107 "cacheinvalidation_unittests", 181 "cacheinvalidation_unittests",
108 "chromeos_unittests", 182 "chromeos_unittests",
109 "components_unittests", 183 "components_unittests",
110 "crypto_unittests", 184 "crypto_unittests",
111 "dbus_unittests", 185 "dbus_unittests",
112 "extensions_unittests", 186 "extensions_unittests",
113 "google_apis_unittests", 187 "google_apis_unittests",
114 "gpu_unittests", 188 "gpu_unittests",
115 "url_unittests", 189 "url_unittests",
116 "jingle_unittests", 190 "jingle_unittests",
117 "content_unittests", 191 {
192 "test": "content_unittests",
193 "swarming": {
194 "can_use_on_swarming_builders": true
195 }
196 },
118 "device_unittests", 197 "device_unittests",
119 "display_unittests", 198 "display_unittests",
120 "media_unittests", 199 "media_unittests",
121 "ppapi_unittests", 200 "ppapi_unittests",
122 "printing_unittests", 201 "printing_unittests",
123 "remoting_unittests", 202 "remoting_unittests",
124 "sandbox_linux_unittests", 203 "sandbox_linux_unittests",
125 "ui_unittests", 204 "ui_unittests",
126 "views_unittests", 205 "views_unittests",
127 "wm_unittests", 206 "wm_unittests",
128 "aura_unittests", 207 "aura_unittests",
129 "ash_unittests", 208 "ash_unittests",
130 "app_list_unittests", 209 "app_list_unittests",
131 "message_center_unittests", 210 "message_center_unittests",
132 "compositor_unittests", 211 "compositor_unittests",
133 "events_unittests", 212 "events_unittests",
134 "ipc_tests", 213 "ipc_tests",
135 "sync_unit_tests", 214 "sync_unit_tests",
136 "unit_tests", 215 {
216 "test": "unit_tests",
217 "swarming": {
218 "can_use_on_swarming_builders": true
219 }
220 },
137 "sql_unittests", 221 "sql_unittests",
138 "nacl_loader_unittests", 222 "nacl_loader_unittests",
139 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} 223 {
224 "test": "net_unittests",
225 "swarming": {
226 "can_use_on_swarming_builders": true
227 }
228 },
229 {
230 "test": "browser_tests",
231 "swarming": {
232 "can_use_on_swarming_builders": true,
233 "shards": 20
234 }
235 },
236 "app_shell_browsertests",
237 {
238 "test": "content_browsertests",
239 "swarming": {
240 "can_use_on_swarming_builders": true,
241 "shards": 2
242 }
243 },
244 "athena_unittests",
245 "gcm_unit_tests",
246 {
247 "test": "interactive_ui_tests",
248 "swarming": {
249 "can_use_on_swarming_builders": true,
250 "shards": 3
251 }
252 }
140 ] 253 ]
141 }, 254 },
142 "Linux ChromiumOS Tests (dbg)(2)": { 255 "Linux ChromiumOS Tests (dbg)(2)": {
143 "gtest_tests": [ 256 "gtest_tests": [
144 "app_shell_browsertests",
145 "content_browsertests",
146 "net_unittests",
147 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
148 ] 257 ]
149 }, 258 },
150 "Linux ChromiumOS Tests (dbg)(3)": { 259 "Linux ChromiumOS Tests (dbg)(3)": {
151 "gtest_tests": [ 260 "gtest_tests": [
152 "athena_unittests",
153 "gcm_unit_tests",
154 "interactive_ui_tests",
155 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
156 ] 261 ]
157 } 262 }
158 } 263 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698