aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-03-01 15:25:16 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-01 20:41:34 +0000
commita7f320507dcf765313e27001774042cf1882dfea (patch)
tree6e0d7424430f7ae62bfa9dc0fb062075a87a37f2 /infra
parentf3b1162d5563d29d1bbdcec50a006cd18b82b2be (diff)
Omit path_text_clipped_uncached for RadeonHD7770.
I should have done this in https://skia-review.googlesource.com/c/skia/+/109460 Bug: skia:7677 Change-Id: I2597cbcdfefd9ebad6c1762266e49e72a8e910c3 No-Try: true Reviewed-on: https://skia-review.googlesource.com/111581 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/perf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index e6681ce6df..9f23cf49a4 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -171,7 +171,8 @@ def nanobench_flags(api, bot):
match.append('~desk_skbug6850overlay2')
match.append('~desk_googlespreadsheet')
match.append('~desk_carsvg')
- if 'Vulkan' in bot and 'RadeonR9M470X' in bot and 'Win' in bot:
+ if ('Vulkan' in bot and ('RadeonR9M470X' in bot or 'RadeonHD7770' in bot) and
+ 'Win' in bot):
# skia:7677
match.append('~path_text_clipped_uncached')
if ('Intel' in bot and api.vars.is_linux and not 'Vulkan' in bot):