aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-03-01 09:45:18 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-01 18:15:34 +0000
commitd50a193d8db74b8271a46fbd5ccf2a0681921a88 (patch)
treeb7a7c94e71f5499cb679ca508a698c1acc2eddbe /infra/bots/recipes/test.py
parent8f51600a6997021435a95476c24f1a89f2c55e88 (diff)
Omit longpathdash on Chorizo to avoid OOM.
No-Try: true Change-Id: I3539f0308fea6587f91e842730b30e54b27dc46f Reviewed-on: https://skia-review.googlesource.com/111301 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py19
1 files changed, 10 insertions, 9 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 5d05363a98..4115043cb7 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -522,23 +522,24 @@ def dm_flags(api, bot):
if 'Chromecast' in bot:
if 'GPU' in bot:
# skia:6687
- match.append('~matrixconvolution')
- match.append('~blur_image_filter')
+ match.append('~animated-image-blurs')
match.append('~blur_0.01')
- match.append('~lighting')
+ match.append('~blur_image_filter')
match.append('~imageblur2')
- match.append('~animated-image-blurs')
+ match.append('~lighting')
+ match.append('~longpathdash')
+ match.append('~matrixconvolution')
match.append('~textblobmixedsizes_df')
match.append('~textblobrandomfont')
# Blacklisted to avoid OOM (we see DM just end with "broken pipe")
- match.append('~GM_animated-image-blurs')
- match.append('~verylarge')
- match.append('~ImageFilterBlurLargeImage')
- match.append('~TextBlobCache')
match.append('~bigbitmaprect_')
- match.append('~savelayer_clipmask')
match.append('~DrawBitmapRect')
match.append('~drawbitmaprect')
+ match.append('~GM_animated-image-blurs')
+ match.append('~ImageFilterBlurLargeImage')
+ match.append('~savelayer_clipmask')
+ match.append('~TextBlobCache')
+ match.append('~verylarge')
if 'GalaxyS6' in bot:
match.append('~SpecialImage') # skia:6338