aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-11-01 11:40:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-01 16:24:30 +0000
commitd4685403e25efe85eca108f7b9db5b7cfb8ffcd8 (patch)
tree22ca2d17b00d6823404292d17a88b674fc3befe5 /infra
parentf0429db88cd0846c2da2b2f31ee241a79f58ba1e (diff)
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>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 0e1dccecfe..4b0931bcc1 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -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']