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

Unified Diff: tools/dm_flags.py

Issue 2174353008: Include NVPR configs in dm runs on TegraX1 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add NVPR configs to dm runs on TegraX1 Created 4 years, 5 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 | « tools/dm_flags.json ('k') | 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 59a3adc5e858668c5492a4b25281c30265efa560..550e2abdc3e91463905e66163586402a35eda190 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -63,6 +63,7 @@ def get_args(bot):
if '-TSAN' not in bot:
if ('TegraK1' in bot or
+ 'TegraX1' in bot or
'GTX550Ti' in bot or
'GTX660' in bot or
'GT610' in bot):
@@ -75,6 +76,7 @@ def get_args(bot):
if 'TegraX1' in bot:
configs = [x.replace('gpu', 'gl') for x in configs]
configs = [x.replace('msaa', 'glmsaa') for x in configs]
+ configs = [x.replace('nvpr', 'glnvpr') for x in configs]
# NP is running out of RAM when we run all these modes. skia:3255
if 'NexusPlayer' not in bot:
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698