aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-02-27 16:36:12 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-28 15:07:36 +0000
commitdabef9dddd4f6a4d083b3a644dfd6d493b4649f0 (patch)
treeb0e0cea87ae8d795e364a8f5ee45a50d80fcad26 /infra
parent0551818a01f5cab18a9660b4bb21d9f5890e3130 (diff)
Omit Chromecast test that seems to OOM.
No-Try: true Change-Id: Id29313364b0e99363a5fea7b99a45e904e2c438a Reviewed-on: https://skia-review.googlesource.com/110820 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json1
-rw-r--r--infra/bots/recipes/test.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json
index b687ac4c70..22756c7d9e 100644
--- a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json
+++ b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json
@@ -598,6 +598,7 @@
"~lighting",
"~imageblur2",
"~animated-image-blurs",
+ "~textblobmixedsizes_df",
"~textblobrandomfont",
"~GM_animated-image-blurs",
"~verylarge",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 524a5e3f67..0c6a0e7d0f 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -528,6 +528,7 @@ def dm_flags(api, bot):
match.append('~lighting')
match.append('~imageblur2')
match.append('~animated-image-blurs')
+ 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')