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

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

Issue 2734963002: Add mb config for a 64 bit android bot on chromium.swarm (Closed)
Patch Set: add n5x bot Created 3 years, 9 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 | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "Android N5 Swarm": {
3 "gtest_tests": [
4 {
5 "override_compile_targets": [
6 "android_webview_test_apk"
7 ],
8 "override_isolate_target": "android_webview_test_apk",
9 "swarming": {
10 "can_use_on_swarming_builders": true,
11 "dimension_sets": [
12 {
13 "device_os": "KTU84P",
14 "device_type": "hammerhead"
15 }
16 ]
17 },
18 "test": "android_webview_test_apk"
19 },
20 {
21 "override_isolate_target": "base_unittests",
22 "swarming": {
23 "can_use_on_swarming_builders": true,
24 "dimension_sets": [
25 {
26 "device_os": "KTU84P",
27 "device_type": "hammerhead"
28 }
29 ]
30 },
31 "test": "base_unittests"
32 },
33 {
34 "override_compile_targets": [
35 "chrome_public_test_apk"
36 ],
37 "override_isolate_target": "chrome_public_test_apk",
38 "swarming": {
39 "can_use_on_swarming_builders": true,
40 "dimension_sets": [
41 {
42 "device_os": "KTU84P",
43 "device_type": "hammerhead"
44 }
45 ]
46 },
47 "test": "chrome_public_test_apk"
48 },
49 {
50 "override_isolate_target": "content_browsertests",
51 "swarming": {
52 "can_use_on_swarming_builders": true,
53 "dimension_sets": [
54 {
55 "device_os": "KTU84P",
56 "device_type": "hammerhead"
57 }
58 ]
59 },
60 "test": "content_browsertests"
61 },
62 {
63 "override_isolate_target": "content_unittests",
64 "swarming": {
65 "can_use_on_swarming_builders": true,
66 "dimension_sets": [
67 {
68 "device_os": "KTU84P",
69 "device_type": "hammerhead"
70 }
71 ]
72 },
73 "test": "content_unittests"
74 },
75 {
76 "override_isolate_target": "net_unittests",
77 "swarming": {
78 "can_use_on_swarming_builders": true,
79 "dimension_sets": [
80 {
81 "device_os": "KTU84P",
82 "device_type": "hammerhead"
83 }
84 ]
85 },
86 "test": "net_unittests"
87 },
88 {
89 "override_isolate_target": "unit_tests",
90 "swarming": {
91 "can_use_on_swarming_builders": true,
92 "dimension_sets": [
93 {
94 "device_os": "KTU84P",
95 "device_type": "hammerhead"
96 }
97 ]
98 },
99 "test": "unit_tests"
100 }
101 ]
102 },
103 "Android N5X Swarm": {
104 "gtest_tests": [
105 {
106 "override_compile_targets": [
107 "android_webview_test_apk"
108 ],
109 "override_isolate_target": "android_webview_test_apk",
110 "swarming": {
111 "can_use_on_swarming_builders": true,
112 "dimension_sets": [
113 {
114 "device_os": "MMB29Q",
115 "device_type": "bullhead"
116 }
117 ]
118 },
119 "test": "android_webview_test_apk"
120 },
121 {
122 "override_isolate_target": "base_unittests",
123 "swarming": {
124 "can_use_on_swarming_builders": true,
125 "dimension_sets": [
126 {
127 "device_os": "MMB29Q",
128 "device_type": "bullhead"
129 }
130 ]
131 },
132 "test": "base_unittests"
133 },
134 {
135 "override_compile_targets": [
136 "chrome_public_test_apk"
137 ],
138 "override_isolate_target": "chrome_public_test_apk",
139 "swarming": {
140 "can_use_on_swarming_builders": true,
141 "dimension_sets": [
142 {
143 "device_os": "MMB29Q",
144 "device_type": "bullhead"
145 }
146 ]
147 },
148 "test": "chrome_public_test_apk"
149 },
150 {
151 "override_isolate_target": "content_browsertests",
152 "swarming": {
153 "can_use_on_swarming_builders": true,
154 "dimension_sets": [
155 {
156 "device_os": "MMB29Q",
157 "device_type": "bullhead"
158 }
159 ]
160 },
161 "test": "content_browsertests"
162 },
163 {
164 "override_isolate_target": "content_unittests",
165 "swarming": {
166 "can_use_on_swarming_builders": true,
167 "dimension_sets": [
168 {
169 "device_os": "MMB29Q",
170 "device_type": "bullhead"
171 }
172 ]
173 },
174 "test": "content_unittests"
175 },
176 {
177 "override_isolate_target": "net_unittests",
178 "swarming": {
179 "can_use_on_swarming_builders": true,
180 "dimension_sets": [
181 {
182 "device_os": "MMB29Q",
183 "device_type": "bullhead"
184 }
185 ]
186 },
187 "test": "net_unittests"
188 },
189 {
190 "override_isolate_target": "unit_tests",
191 "swarming": {
192 "can_use_on_swarming_builders": true,
193 "dimension_sets": [
194 {
195 "device_os": "MMB29Q",
196 "device_type": "bullhead"
197 }
198 ]
199 },
200 "test": "unit_tests"
201 }
202 ]
203 },
204 "Linux Swarm": {
205 "gtest_tests": [
206 {
207 "swarming": {
208 "can_use_on_swarming_builders": true
209 },
210 "test": "base_unittests"
211 },
212 {
213 "swarming": {
214 "can_use_on_swarming_builders": true,
215 "shards": 2
216 },
217 "test": "browser_tests"
218 },
219 {
220 "swarming": {
221 "can_use_on_swarming_builders": true
222 },
223 "test": "content_browsertests"
224 },
225 {
226 "swarming": {
227 "can_use_on_swarming_builders": true
228 },
229 "test": "content_unittests"
230 },
231 {
232 "swarming": {
233 "can_use_on_swarming_builders": true
234 },
235 "test": "interactive_ui_tests"
236 },
237 {
238 "swarming": {
239 "can_use_on_swarming_builders": true
240 },
241 "test": "net_unittests"
242 },
243 {
244 "swarming": {
245 "can_use_on_swarming_builders": true
246 },
247 "test": "unit_tests"
248 }
249 ]
250 },
251 "Mac Swarm": {
252 "gtest_tests": [
253 {
254 "swarming": {
255 "can_use_on_swarming_builders": true
256 },
257 "test": "base_unittests"
258 },
259 {
260 "swarming": {
261 "can_use_on_swarming_builders": true,
262 "shards": 2
263 },
264 "test": "browser_tests"
265 },
266 {
267 "swarming": {
268 "can_use_on_swarming_builders": true
269 },
270 "test": "content_browsertests"
271 },
272 {
273 "swarming": {
274 "can_use_on_swarming_builders": true
275 },
276 "test": "content_unittests"
277 },
278 {
279 "swarming": {
280 "can_use_on_swarming_builders": true
281 },
282 "test": "interactive_ui_tests"
283 },
284 {
285 "swarming": {
286 "can_use_on_swarming_builders": true
287 },
288 "test": "net_unittests"
289 },
290 {
291 "swarming": {
292 "can_use_on_swarming_builders": true
293 },
294 "test": "unit_tests"
295 }
296 ]
297 },
298 "Windows Swarm": {
299 "gtest_tests": [
300 {
301 "swarming": {
302 "can_use_on_swarming_builders": true
303 },
304 "test": "base_unittests"
305 },
306 {
307 "swarming": {
308 "can_use_on_swarming_builders": true,
309 "shards": 2
310 },
311 "test": "browser_tests"
312 },
313 {
314 "swarming": {
315 "can_use_on_swarming_builders": true
316 },
317 "test": "content_browsertests"
318 },
319 {
320 "swarming": {
321 "can_use_on_swarming_builders": true
322 },
323 "test": "content_unittests"
324 },
325 {
326 "swarming": {
327 "can_use_on_swarming_builders": true
328 },
329 "test": "interactive_ui_tests"
330 },
331 {
332 "swarming": {
333 "can_use_on_swarming_builders": true
334 },
335 "test": "net_unittests"
336 },
337 {
338 "swarming": {
339 "can_use_on_swarming_builders": true
340 },
341 "test": "unit_tests"
342 }
343 ]
344 }
345 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698