aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-07-12 16:20:23 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-16 19:09:19 +0000
commit7fc52996c6d7f86ae524ee69f2f4fdd984050928 (patch)
tree26ae45e0700b92a1671e43d885002d5b2902d8f5 /infra/bots/recipes/test.py
parentc45a5c559365b2e04c89a3ef09752e5c1bb24aa2 (diff)
Test GrContextOptions persistent cache on linux/quadrop400 bots.
Change-Id: I181ed6d294774a9c6886fde8252bfdde99adc572 Reviewed-on: https://skia-review.googlesource.com/140982 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index b8f0deaea3..e4278a9c8e 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -246,16 +246,19 @@ def dm_flags(api, bot):
if 'Vulkan' in bot:
configs = ['vk']
- # Test 1010102 on our Linux/NVIDIA bots
+ # Test 1010102 on our Linux/NVIDIA bots and the persistent cache config
+ # on the GL bots.
if 'QuadroP400' in bot and api.vars.is_linux:
if 'Vulkan' in bot:
configs.append('vk1010102')
# Decoding transparent images to 1010102 just looks bad
blacklist('vk1010102 image _ _')
else:
- configs.append('gl1010102')
+ configs.extend(['gl1010102', 'gltestpersistentcache'])
# Decoding transparent images to 1010102 just looks bad
blacklist('gl1010102 image _ _')
+ # This test produces slightly different pixels run to run on NV.
+ blacklist('gltestpersistentcache gm _ atlastext')
if 'ChromeOS' in bot:
# Just run GLES for now - maybe add gles_msaa4 in the future