aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-08-10 09:22:33 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-10 14:06:05 +0000
commitf4874bc5c14242dc482882252f8a8d482aa11508 (patch)
treee23f7cdbfc91988895ea3f99ce5760762386e974 /infra/bots/recipes/test.py
parent11ab43cf3a8e459bc90f6bb176eb6878909f0832 (diff)
Test non-msaa instanced rendering on Mac
Change-Id: I28b67ccef7bb72e4853a0eb02d1de00b1ed40cce Reviewed-on: https://skia-review.googlesource.com/33001 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 5ea17d432a..a34cfbae82 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -142,8 +142,8 @@ def dm_flags(api, bot):
configs = [x.replace(old, new) for x in configs]
# We also test non-msaa instanced.
configs.append(new)
- elif 'MacMini6.2' in bot and sample_count is not '':
- configs.extend([gl_prefix + 'inst', gl_prefix + 'inst' + sample_count])
+ elif 'MacMini6.2' in bot:
+ configs.extend([gl_prefix + 'inst'])
# CommandBuffer bot *only* runs the command_buffer config.
if 'CommandBuffer' in bot: