aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-06-09 10:24:39 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-09 15:15:47 +0000
commit1aa2369883ca9db9a07efd353ff8f0acec83ff91 (patch)
tree0fed566d860b9e77abc0d812d53c082378c50ae1 /infra/bots/recipes
parent6af270116dcf0bc123ce5ca22c319e087cd21f2f (diff)
Add new Kaby Lake bot Win IntelIris640.
Bug: skia:6743 No-Try: true Change-Id: Ib670ce861ccf6568acfe0d0b27fcc112a51989bc Reviewed-on: https://skia-review.googlesource.com/19092 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/perf.py3
-rw-r--r--infra/bots/recipes/test.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index 9c69499dc0..48ffd80ddb 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -128,7 +128,8 @@ def nanobench_flags(bot):
match.append('~tile_image_filter_tiled_64') # skia:6082
if 'Intel' in bot and 'Ubuntu' in bot and not 'Vulkan' in bot:
match.append('~native_image_to_raster_surface') # skia:6401
- if 'Vulkan' in bot and 'IntelIris540' in bot and 'Win' in bot:
+ if ('Vulkan' in bot and ('IntelIris540' in bot or 'IntelIris640' in bot) and
+ 'Win' in bot):
# skia:6398
match.append('~GM_varied_text_clipped_lcd')
match.append('~GM_varied_text_ignorable_clip_lcd')
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 5994eaf60b..aceaf536d1 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -434,7 +434,8 @@ def dm_flags(bot):
if 'Vulkan' in bot and 'IntelIris540' in bot and 'Ubuntu' in bot:
match.extend(['~VkHeapTests']) # skia:6245
- if 'Vulkan' in bot and 'IntelIris540' in bot and 'Win' in bot:
+ if ('Vulkan' in bot and ('IntelIris540' in bot or 'IntelIris640' in bot) and
+ 'Win' in bot):
# skia:6398
blacklist(['vk', 'gm', '_', 'aarectmodes'])
blacklist(['vk', 'gm', '_', 'aaxfermodes'])