aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-11-06 14:39:18 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-07 14:37:18 +0000
commit09eba3cad93d3e7eb0c37e388086b811e4ec1512 (patch)
tree951f073eb9fe12d900b31b30fa55aa380f73033b /infra
parent1ae353c887fdf447e1fe627e3cd29f8fa62c2a05 (diff)
Test SkColorSpaceXformCanvas on GTX1070 bots
Bug: skia: Change-Id: I48e37d1449c14298d03eea9c07a9aee1af78b47a Reviewed-on: https://skia-review.googlesource.com/67809 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.expected/Test-Win10-Clang-ZBOX-GPU-GTX1070-x86_64-Debug-All.json1
-rw-r--r--infra/bots/recipes/test.py4
2 files changed, 5 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Win10-Clang-ZBOX-GPU-GTX1070-x86_64-Debug-All.json b/infra/bots/recipes/test.expected/Test-Win10-Clang-ZBOX-GPU-GTX1070-x86_64-Debug-All.json
index abdd86ffad..1b32b09ea7 100644
--- a/infra/bots/recipes/test.expected/Test-Win10-Clang-ZBOX-GPU-GTX1070-x86_64-Debug-All.json
+++ b/infra/bots/recipes/test.expected/Test-Win10-Clang-ZBOX-GPU-GTX1070-x86_64-Debug-All.json
@@ -226,6 +226,7 @@
"gldft",
"glsrgb",
"glmsaa8",
+ "gbr-gl",
"--src",
"tests",
"gm",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index a9505cca9e..2dd9aec482 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -207,6 +207,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']