aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-11-14 10:37:56 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-14 18:25:04 +0000
commit9592817042c411accbfa37ad736b139f9af9c976 (patch)
treece7b829f7fb7e7b5f698cbdf1a0e0f38dd9b90e3 /infra/bots/recipes
parentffad2566b31bf561188d101cd9817f944c94e0be (diff)
Add Win2016 jobs.
Bug: skia:7197 No-Try: true Change-Id: If2c8939739bc0583a08c0fcb400d28a90599f047 Reviewed-on: https://skia-review.googlesource.com/69401 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index e599521f9b..09c10e51bb 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -468,7 +468,7 @@ def dm_flags(api, bot):
blacklist('_ image _ .%s' % raw_ext)
# Blacklist memory intensive tests on 32-bit bots.
- if ('Win2k8' in bot or 'Win8' in bot) and 'x86-' in bot:
+ if ('Win2k8' in bot or 'Win8' in bot or 'Win2016' in bot) and 'x86-' in bot:
blacklist('_ image f16 _')
blacklist('_ image _ abnormal.wbmp')
blacklist('_ image _ interlaced1.png')