aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/perf.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-11-30 15:34:24 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-30 22:16:08 +0000
commit2219544816e746217fd0c5797a2cfb60b87dc0c1 (patch)
tree30ea3302f986c95273c7afb901bdb03a43936d70 /infra/bots/recipes/perf.py
parentefe7c4920194796e997bff5bdb94e6fade6cb367 (diff)
Remove IntelIris640 bot.
IntelIris640 is 100% identical to IntelIris540 on Gold. No-Try: true Change-Id: I0e5342b182267a7d6ee510329b7c8ab7cb3a479e Reviewed-on: https://skia-review.googlesource.com/78640 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/perf.py')
-rw-r--r--infra/bots/recipes/perf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index 2362ea29a5..a6d9c02ea8 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -96,7 +96,6 @@ def nanobench_flags(api, bot):
if 'glessrgb' in configs:
if ('IntelHD405' in bot or
'IntelIris540' in bot or
- 'IntelIris640' in bot or
'IntelBayTrail' in bot or
'IntelHD2000' in bot or
'AndroidOne' in bot or
@@ -161,8 +160,7 @@ def nanobench_flags(api, bot):
match.append('~GLInstancedArraysBench') # skia:4714
if 'IntelIris540' in bot and 'ANGLE' in bot:
match.append('~tile_image_filter_tiled_64') # skia:6082
- if ('Vulkan' in bot and ('IntelIris540' in bot or 'IntelIris640' in bot) and
- 'Win' in bot):
+ if 'Vulkan' in bot and 'IntelIris540' in bot and 'Win' in bot:
# skia:6398
match.append('~GM_varied_text_clipped_lcd')
match.append('~GM_varied_text_ignorable_clip_lcd')