aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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']