Include NVPR configs in dm runs on TegraX1

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2174353008

Review-Url: https://codereview.chromium.org/2174353008
This commit is contained in:
csmartdalton 2016-07-28 11:48:13 -07:00 committed by Commit bot
parent f05c2c22a7
commit a26efc9bad
2 changed files with 3 additions and 0 deletions

View File

@ -940,6 +940,7 @@
"gl",
"glsrgb",
"glmsaa4",
"glnvprdit4",
"serialize-8888",
"tiles_rt-8888",
"pic-8888",

View File

@ -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: