aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-01-01 10:31:22 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-01 16:38:50 +0000
commitc0b4d21e13b33b787f26f3f3aa9570e9ed782959 (patch)
tree17222ae3c7ece4a1e1ac1547d7d24dd5c5a21b86 /infra
parent4c28a7423332e08ca4e0fcec4f4cd624f9fd66d7 (diff)
Disable msaa on IntelIris540 (new bot).
BUG=skia:5792 Change-Id: I1b6140042ae74be455ffa04b0f2924e058e8f9be Reviewed-on: https://skia-review.googlesource.com/6492 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/swarm_test.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index 2c34fea551..8ca7872f0f 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -76,9 +76,10 @@ def dm_flags(bot):
if ('NexusPlayer' in bot or
'Tegra3' in bot or
# We aren't interested in fixing msaa bugs on iPad4.
- 'iPad4' in bot or
+ 'iPad4' in bot or
# skia:5792
- 'iHD530' in bot):
+ 'iHD530' in bot or
+ 'IntelIris540' in bot):
configs = [x for x in configs if 'msaa' not in x]
# The NP produces different images for dft on every run.