Test SkColorSpaceXformCanvas on GTX1070 bots
Bug: skia: Change-Id: I98042ea6e7fe8b81e5f1cb38d8287a6cff394279 Reviewed-on: https://skia-review.googlesource.com/66151 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
f0429db88c
commit
d4685403e2
@ -204,6 +204,10 @@ def dm_flags(api, bot):
|
||||
# The TSAN bot disables GL buffer mapping which is required for inst.
|
||||
configs.extend([gl_prefix + 'inst'])
|
||||
|
||||
# Test SkColorSpaceXformCanvas on a few bots
|
||||
if 'GTX1070' in bot:
|
||||
configs.append('gbr-gl')
|
||||
|
||||
# CommandBuffer bot *only* runs the command_buffer config.
|
||||
if 'CommandBuffer' in bot:
|
||||
configs = ['commandbuffer']
|
||||
|
Loading…
Reference in New Issue
Block a user