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

Side by Side Diff: tools/buildbot_spec.json

Issue 1422683002: Stop running nanobench on GalaxyS4 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Stop running nanobench on GalaxyS4 Created 5 years, 2 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/buildbot_spec.py » ('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 "Build-Mac10.8-Clang-Arm7-Debug-Android": { 2 "Build-Mac10.8-Clang-Arm7-Debug-Android": {
3 "build_targets": [ 3 "build_targets": [
4 "most" 4 "most"
5 ], 5 ],
6 "builder_cfg": { 6 "builder_cfg": {
7 "compiler": "Clang", 7 "compiler": "Clang",
8 "configuration": "Debug", 8 "configuration": "Debug",
9 "extra_config": "Android", 9 "extra_config": "Android",
10 "is_trybot": false, 10 "is_trybot": false,
(...skipping 3232 matching lines...) Expand 10 before | Expand all | Expand 10 after
3243 "msaa16", 3243 "msaa16",
3244 "nvprmsaa16", 3244 "nvprmsaa16",
3245 "--match", 3245 "--match",
3246 "~interlaced1.png", 3246 "~interlaced1.png",
3247 "~interlaced2.png", 3247 "~interlaced2.png",
3248 "~interlaced3.png" 3248 "~interlaced3.png"
3249 ], 3249 ],
3250 "upload_dm_results": true, 3250 "upload_dm_results": true,
3251 "upload_perf_results": true 3251 "upload_perf_results": true
3252 }, 3252 },
3253 "Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Debug": {
3254 "build_targets": [
3255 "dm"
3256 ],
3257 "builder_cfg": {
3258 "arch": "Arm7",
3259 "compiler": "GCC",
3260 "configuration": "Debug",
3261 "cpu_or_gpu": "GPU",
3262 "cpu_or_gpu_value": "SGX544",
3263 "is_trybot": false,
3264 "model": "GalaxyS4",
3265 "os": "Android",
3266 "role": "Test"
3267 },
3268 "configuration": "Debug",
3269 "device_cfg": "arm_v7_neon",
3270 "dm_flags": [
3271 "--config",
3272 "565",
3273 "8888",
3274 "gpu",
3275 "serialize-8888",
3276 "tiles_rt-8888",
3277 "pipe-8888",
3278 "--src",
3279 "tests",
3280 "gm",
3281 "--threads",
3282 "0",
3283 "--blacklist",
3284 "_",
3285 "image",
3286 "decode",
3287 "pal8os2v2.bmp",
3288 "_",
3289 "image",
3290 "decode",
3291 "pal8v4.bmp",
3292 "_",
3293 "image",
3294 "decode",
3295 "pal8v5.bmp",
3296 "_",
3297 "image",
3298 "decode",
3299 "rgb16-565.bmp",
3300 "_",
3301 "image",
3302 "decode",
3303 "rgb16-565pal.bmp",
3304 "_",
3305 "image",
3306 "decode",
3307 "rgb32-111110.bmp",
3308 "_",
3309 "image",
3310 "decode",
3311 "rgb32bf.bmp",
3312 "_",
3313 "image",
3314 "decode",
3315 "rgba32.bmp",
3316 "_",
3317 "image",
3318 "decode",
3319 "rgba32abf.bmp",
3320 "_",
3321 "image",
3322 "decode",
3323 "rgb24largepal.bmp",
3324 "_",
3325 "image",
3326 "decode",
3327 "pal8os2v2-16.bmp",
3328 "_",
3329 "image",
3330 "decode",
3331 "pal8oversizepal.bmp",
3332 "_",
3333 "image",
3334 "decode",
3335 "pal4rletrns.bmp",
3336 "_",
3337 "image",
3338 "decode",
3339 "pal8rletrns.bmp",
3340 "_",
3341 "image",
3342 "decode",
3343 "4bpp-pixeldata-cropped.bmp",
3344 "_",
3345 "image",
3346 "decode",
3347 "8bpp-pixeldata-cropped.bmp",
3348 "_",
3349 "image",
3350 "decode",
3351 "24bpp-pixeldata-cropped.bmp",
3352 "_",
3353 "image",
3354 "decode",
3355 "32bpp-pixeldata-cropped.bmp",
3356 "_",
3357 "image",
3358 "subset",
3359 "rgb24largepal.bmp",
3360 "_",
3361 "image",
3362 "subset",
3363 "pal8os2v2-16.bmp",
3364 "_",
3365 "image",
3366 "subset",
3367 "pal8oversizepal.bmp",
3368 "_",
3369 "image",
3370 "subset",
3371 "4bpp-pixeldata-cropped.bmp",
3372 "_",
3373 "image",
3374 "subset",
3375 "8bpp-pixeldata-cropped.bmp",
3376 "_",
3377 "image",
3378 "subset",
3379 "24bpp-pixeldata-cropped.bmp",
3380 "_",
3381 "image",
3382 "subset",
3383 "32bpp-pixeldata-cropped.bmp",
3384 "_",
3385 "image",
3386 "decode",
3387 "Hopstarter-Mac-Folders-Apple.ico",
3388 "_",
3389 "image",
3390 "decode",
3391 "inc0.gif",
3392 "_",
3393 "image",
3394 "decode",
3395 "inc1.gif",
3396 "_",
3397 "image",
3398 "decode",
3399 "incInterlaced.gif",
3400 "_",
3401 "image",
3402 "decode",
3403 "inc0.jpg",
3404 "_",
3405 "image",
3406 "decode",
3407 "incGray.jpg",
3408 "_",
3409 "image",
3410 "decode",
3411 "inc0.wbmp",
3412 "_",
3413 "image",
3414 "decode",
3415 "inc1.wbmp",
3416 "_",
3417 "image",
3418 "decode",
3419 "inc0.webp",
3420 "_",
3421 "image",
3422 "decode",
3423 "inc1.webp",
3424 "_",
3425 "image",
3426 "decode",
3427 "inc0.ico",
3428 "_",
3429 "image",
3430 "decode",
3431 "inc1.ico",
3432 "_",
3433 "image",
3434 "decode",
3435 "inc0.png",
3436 "_",
3437 "image",
3438 "decode",
3439 "inc1.png",
3440 "_",
3441 "image",
3442 "decode",
3443 "inc2.png",
3444 "_",
3445 "image",
3446 "decode",
3447 "inc12.png",
3448 "_",
3449 "image",
3450 "decode",
3451 "inc13.png",
3452 "_",
3453 "image",
3454 "decode",
3455 "inc14.png",
3456 "_",
3457 "image",
3458 "subset",
3459 "inc0.webp",
3460 "_",
3461 "image",
3462 "subset",
3463 "inc1.webp",
3464 "--match",
3465 "~tabl_mozilla_0",
3466 "~desk_yahoonews_0",
3467 "~imagefiltersclipped",
3468 "~imagefilterscropexpand",
3469 "~scaled_tilemodes_npot",
3470 "~bleed_image",
3471 "~ReadPixels"
3472 ],
3473 "do_perf_steps": false,
3474 "do_test_steps": true,
3475 "env": {
3476 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0"
3477 },
3478 "nanobench_flags": [
3479 "--images",
3480 "--scales",
3481 "1.0",
3482 "1.1",
3483 "--config",
3484 "565",
3485 "8888",
3486 "gpu",
3487 "nonrendering",
3488 "angle",
3489 "hwui",
3490 "--match",
3491 "~blurroundrect",
3492 "~patch_grid",
3493 "~desk_carsvg",
3494 "~GLInstancedArraysBench"
3495 ],
3496 "upload_dm_results": true,
3497 "upload_perf_results": false
3498 },
3253 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug": { 3499 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug": {
3254 "build_targets": [ 3500 "build_targets": [
3255 "dm", 3501 "dm",
3256 "nanobench" 3502 "nanobench"
3257 ], 3503 ],
3258 "builder_cfg": { 3504 "builder_cfg": {
3259 "arch": "Arm7", 3505 "arch": "Arm7",
3260 "compiler": "GCC", 3506 "compiler": "GCC",
3261 "configuration": "Debug", 3507 "configuration": "Debug",
3262 "cpu_or_gpu": "GPU", 3508 "cpu_or_gpu": "GPU",
(...skipping 2900 matching lines...) Expand 10 before | Expand all | Expand 10 after
6163 "~blurroundrect", 6409 "~blurroundrect",
6164 "~patch_grid", 6410 "~patch_grid",
6165 "~desk_carsvg", 6411 "~desk_carsvg",
6166 "~keymobi", 6412 "~keymobi",
6167 "~path_hairline" 6413 "~path_hairline"
6168 ], 6414 ],
6169 "upload_dm_results": true, 6415 "upload_dm_results": true,
6170 "upload_perf_results": false 6416 "upload_perf_results": false
6171 } 6417 }
6172 } 6418 }
OLDNEW
« no previous file with comments | « no previous file | tools/buildbot_spec.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698