Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1293)

Unified Diff: tools/dm_flags.py

Issue 974413002: DM: no PDF for Daisy either (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index f5a69de8333b6434417ec915239cb4502e2cfd72..548bb3515f127561c1e520949d6988788a03c014 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -31,8 +31,8 @@ def get_args(bot):
configs.extend(['msaa4', 'nvprmsaa4'])
else:
configs.extend(['msaa16', 'nvprmsaa16'])
- # Runs out of memory on Android bots.
- if 'Android' not in bot:
+ # Runs out of memory on Android bots and Daisy. Everyone else seems fine.
+ if 'Android' not in bot and 'Daisy' not in bot:
configs.append('pdf')
# Xoom and NP are running out of RAM when we run all these modes. skia:3255
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698