From a7f320507dcf765313e27001774042cf1882dfea Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Thu, 1 Mar 2018 15:25:16 -0500 Subject: 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 Commit-Queue: Ben Wagner --- infra/bots/recipes/perf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infra') 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): -- cgit v1.2.3