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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/chromium_android.py

Issue 2489853003: Add a Nougat Tester to chromium.android.fyi (Closed)
Patch Set: Created 4 years, 1 month 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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from . import steps 5 from . import steps
6 6
7 7
8 SPEC = { 8 SPEC = {
9 'settings': { 9 'settings': {
10 'build_gs_bucket': 'chromium-android-archive', 10 'build_gs_bucket': 'chromium-android-archive',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 }, 142 },
143 'parent_buildername': 'Android arm Builder (dbg)', 143 'parent_buildername': 'Android arm Builder (dbg)',
144 'bot_type': 'tester', 144 'bot_type': 'tester',
145 'android_config': 'main_builder_mb', 145 'android_config': 'main_builder_mb',
146 'test_results_config': 'public_server', 146 'test_results_config': 'public_server',
147 'testing': { 147 'testing': {
148 'platform': 'linux', 148 'platform': 'linux',
149 }, 149 },
150 }, 150 },
151 151
152 'Marshmallow 64 bit Tester': { 152 'Lollipop Consumer Tester': {
bpastene 2016/11/09 20:04:13 I just moved 'Marshmallow 64 bit Tester' down a co
153 'enable_swarming': True,
154 'chromium_config': 'android', 153 'chromium_config': 'android',
155 'gclient_config': 'chromium', 154 'gclient_config': 'chromium',
156 'gclient_apply_config': ['android'], 155 'gclient_apply_config': ['android'],
157 'chromium_config_kwargs': { 156 'chromium_config_kwargs': {
158 'BUILD_CONFIG': 'Debug', 157 'BUILD_CONFIG': 'Debug',
159 'TARGET_PLATFORM': 'android', 158 'TARGET_PLATFORM': 'android',
160 }, 159 },
161 'parent_buildername': 'Android arm64 Builder (dbg)', 160 'parent_buildername': 'Android arm64 Builder (dbg)',
162 'bot_type': 'tester', 161 'bot_type': 'tester',
163 'android_config': 'arm64_builder_mb', 162 'android_config': 'arm64_builder_mb',
164 'test_results_config': 'public_server', 163 'test_results_config': 'public_server',
165 'testing': { 164 'testing': {
166 'platform': 'linux', 165 'platform': 'linux',
167 }, 166 },
168 }, 167 },
169 168
170 'Lollipop Consumer Tester': { 169 'Lollipop Low-end Tester': {
171 'chromium_config': 'android', 170 'chromium_config': 'android',
172 'gclient_config': 'chromium', 171 'gclient_config': 'chromium',
173 'gclient_apply_config': ['android'], 172 'gclient_apply_config': ['android'],
174 'chromium_config_kwargs': { 173 'chromium_config_kwargs': {
175 'BUILD_CONFIG': 'Debug', 174 'BUILD_CONFIG': 'Debug',
176 'TARGET_PLATFORM': 'android', 175 'TARGET_PLATFORM': 'android',
177 }, 176 },
178 'parent_buildername': 'Android arm64 Builder (dbg)', 177 'parent_buildername': 'Android arm Builder (dbg)',
179 'bot_type': 'tester', 178 'bot_type': 'tester',
180 'android_config': 'arm64_builder_mb', 179 'android_config': 'main_builder_mb',
181 'test_results_config': 'public_server', 180 'test_results_config': 'public_server',
182 'testing': { 181 'testing': {
183 'platform': 'linux', 182 'platform': 'linux',
184 }, 183 },
185 }, 184 },
186 185
187 'Lollipop Low-end Tester': { 186 'Lollipop Phone Tester': {
187 'use_isolate': True,
188 'enable_swarming': True,
188 'chromium_config': 'android', 189 'chromium_config': 'android',
189 'gclient_config': 'chromium', 190 'gclient_config': 'chromium',
190 'gclient_apply_config': ['android'], 191 'gclient_apply_config': ['android'],
191 'chromium_config_kwargs': { 192 'chromium_config_kwargs': {
192 'BUILD_CONFIG': 'Debug', 193 'BUILD_CONFIG': 'Debug',
193 'TARGET_PLATFORM': 'android', 194 'TARGET_PLATFORM': 'android',
194 }, 195 },
195 'parent_buildername': 'Android arm Builder (dbg)', 196 'parent_buildername': 'Android arm Builder (dbg)',
196 'bot_type': 'tester', 197 'bot_type': 'tester',
197 'android_config': 'main_builder_mb', 198 'android_config': 'main_builder_mb',
198 'test_results_config': 'public_server', 199 'test_results_config': 'public_server',
199 'testing': { 200 'testing': {
200 'platform': 'linux', 201 'platform': 'linux',
201 }, 202 },
202 }, 203 },
203 204
204 'Lollipop Phone Tester': { 205 'Lollipop Tablet Tester': {
205 'use_isolate': True,
206 'enable_swarming': True,
207 'chromium_config': 'android', 206 'chromium_config': 'android',
208 'gclient_config': 'chromium', 207 'gclient_config': 'chromium',
209 'gclient_apply_config': ['android'], 208 'gclient_apply_config': ['android'],
210 'chromium_config_kwargs': { 209 'chromium_config_kwargs': {
211 'BUILD_CONFIG': 'Debug', 210 'BUILD_CONFIG': 'Debug',
212 'TARGET_PLATFORM': 'android', 211 'TARGET_PLATFORM': 'android',
213 }, 212 },
214 'parent_buildername': 'Android arm Builder (dbg)', 213 'parent_buildername': 'Android arm Builder (dbg)',
215 'bot_type': 'tester', 214 'bot_type': 'tester',
216 'android_config': 'main_builder_mb', 215 'android_config': 'main_builder_mb',
217 'test_results_config': 'public_server', 216 'test_results_config': 'public_server',
218 'testing': { 217 'testing': {
219 'platform': 'linux', 218 'platform': 'linux',
220 }, 219 },
221 }, 220 },
222 221
223 'Lollipop Tablet Tester': { 222 'Marshmallow 64 bit Tester': {
223 'enable_swarming': True,
224 'chromium_config': 'android', 224 'chromium_config': 'android',
225 'gclient_config': 'chromium', 225 'gclient_config': 'chromium',
226 'gclient_apply_config': ['android'], 226 'gclient_apply_config': ['android'],
227 'chromium_config_kwargs': { 227 'chromium_config_kwargs': {
228 'BUILD_CONFIG': 'Debug', 228 'BUILD_CONFIG': 'Debug',
229 'TARGET_PLATFORM': 'android', 229 'TARGET_PLATFORM': 'android',
230 }, 230 },
231 'parent_buildername': 'Android arm Builder (dbg)', 231 'parent_buildername': 'Android arm64 Builder (dbg)',
232 'bot_type': 'tester', 232 'bot_type': 'tester',
233 'android_config': 'main_builder_mb', 233 'android_config': 'arm64_builder_mb',
234 'test_results_config': 'public_server', 234 'test_results_config': 'public_server',
235 'testing': { 235 'testing': {
236 'platform': 'linux', 236 'platform': 'linux',
237 }, 237 },
238 }, 238 },
239 239
240 'Marshmallow Tablet Tester': { 240 'Marshmallow Tablet Tester': {
241 'chromium_config': 'android', 241 'chromium_config': 'android',
242 'gclient_config': 'chromium', 242 'gclient_config': 'chromium',
243 'gclient_apply_config': ['android'], 243 'gclient_apply_config': ['android'],
244 'chromium_config_kwargs': { 244 'chromium_config_kwargs': {
245 'BUILD_CONFIG': 'Debug', 245 'BUILD_CONFIG': 'Debug',
246 'TARGET_PLATFORM': 'android', 246 'TARGET_PLATFORM': 'android',
247 }, 247 },
248 'parent_buildername': 'Android arm Builder (dbg)', 248 'parent_buildername': 'Android arm Builder (dbg)',
249 'bot_type': 'tester', 249 'bot_type': 'tester',
250 'android_config': 'main_builder_mb', 250 'android_config': 'main_builder_mb',
251 'test_results_config': 'public_server', 251 'test_results_config': 'public_server',
252 'testing': { 252 'testing': {
253 'platform': 'linux', 253 'platform': 'linux',
254 }, 254 },
255 }, 255 },
256 256
257 'Nougat Phone Tester': {
258 'use_isolate': True,
259 'enable_swarming': True,
260 'chromium_config': 'android',
261 'gclient_config': 'chromium',
262 'gclient_apply_config': ['android'],
263 'chromium_config_kwargs': {
264 'BUILD_CONFIG': 'Debug',
265 'TARGET_PLATFORM': 'android',
266 },
267 'parent_buildername': 'Android arm64 Builder (dbg)',
268 'bot_type': 'tester',
269 'android_config': 'arm64_builder_mb',
270 'test_results_config': 'public_server',
271 'testing': {
272 'platform': 'linux',
273 },
274 },
275
257 'Android Swarm Builder': { 276 'Android Swarm Builder': {
258 'use_isolate': True, 277 'use_isolate': True,
259 'enable_swarming': True, 278 'enable_swarming': True,
260 'chromium_config': 'android', 279 'chromium_config': 'android',
261 'chromium_apply_config': ['chrome_with_codecs'], 280 'chromium_apply_config': ['chrome_with_codecs'],
262 'gclient_config': 'chromium', 281 'gclient_config': 'chromium',
263 'gclient_apply_config': ['android'], 282 'gclient_apply_config': ['android'],
264 'chromium_config_kwargs': { 283 'chromium_config_kwargs': {
265 'BUILD_CONFIG': 'Release', 284 'BUILD_CONFIG': 'Release',
266 'TARGET_BITS': 32, 285 'TARGET_BITS': 32,
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'remove_system_webview': True, 370 'remove_system_webview': True,
352 'tests': [ 371 'tests': [
353 steps.WebViewCTSTest(), 372 steps.WebViewCTSTest(),
354 ], 373 ],
355 'testing': { 374 'testing': {
356 'platform': 'linux', 375 'platform': 'linux',
357 }, 376 },
358 }, 377 },
359 }, 378 },
360 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698