Add --reduceOpListSplitting to a swath of bots
Change-Id: I92ea1b75bc72515d55bd753d42a6bfa0e701829e Reviewed-on: https://skia-review.googlesource.com/c/161045 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
parent
97b79b21e2
commit
8505a0a842
@ -161,6 +161,7 @@
|
||||
"1",
|
||||
"--keepAlive",
|
||||
"true",
|
||||
"--reduceOpListSplitting",
|
||||
"--match",
|
||||
"~inc0.gif",
|
||||
"~inc1.gif",
|
||||
|
@ -178,6 +178,7 @@
|
||||
"angle_d3d11_es2_msaa8",
|
||||
"angle_gl_es2",
|
||||
"angle_gl_es2_msaa8",
|
||||
"--reduceOpListSplitting",
|
||||
"--match",
|
||||
"~inc0.gif",
|
||||
"~inc1.gif",
|
||||
|
@ -141,6 +141,9 @@ def nanobench_flags(api, bot):
|
||||
# Ensure that the bot framework does not think we have timed out.
|
||||
args.extend(['--keepAlive', 'true'])
|
||||
|
||||
if 'QuadroP400' in bot or 'Adreno540' in bot:
|
||||
args.extend(['--reduceOpListSplitting'])
|
||||
|
||||
# Some people don't like verbose output.
|
||||
verbose = False
|
||||
|
||||
|
@ -380,6 +380,7 @@
|
||||
"_",
|
||||
".SRW",
|
||||
"--nonativeFonts",
|
||||
"--reduceOpListSplitting",
|
||||
"--verbose"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
|
@ -380,6 +380,7 @@
|
||||
"_",
|
||||
".SRW",
|
||||
"--nonativeFonts",
|
||||
"--reduceOpListSplitting",
|
||||
"--verbose"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
|
@ -323,6 +323,7 @@
|
||||
"_",
|
||||
".SRW",
|
||||
"--nonativeFonts",
|
||||
"--reduceOpListSplitting",
|
||||
"--verbose"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
|
@ -288,6 +288,7 @@
|
||||
"_",
|
||||
".SRW",
|
||||
"--nonativeFonts",
|
||||
"--reduceOpListSplitting",
|
||||
"--verbose"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
|
@ -316,6 +316,7 @@
|
||||
"--match",
|
||||
"~Threaded",
|
||||
"--nonativeFonts",
|
||||
"--reduceOpListSplitting",
|
||||
"--verbose",
|
||||
"--abandonGpuContext"
|
||||
],
|
||||
|
@ -299,6 +299,7 @@
|
||||
"~Threaded",
|
||||
"~multipicturedraw_",
|
||||
"--nonativeFonts",
|
||||
"--reduceOpListSplitting",
|
||||
"--verbose",
|
||||
"--preAbandonGpuContext"
|
||||
],
|
||||
|
@ -408,6 +408,7 @@
|
||||
"_",
|
||||
".SRW",
|
||||
"--nonativeFonts",
|
||||
"--reduceOpListSplitting",
|
||||
"--verbose"
|
||||
],
|
||||
"env": {
|
||||
|
@ -413,6 +413,7 @@
|
||||
"_",
|
||||
".SRW",
|
||||
"--nonativeFonts",
|
||||
"--reduceOpListSplitting",
|
||||
"--verbose",
|
||||
"--releaseAndAbandonGpuContext"
|
||||
],
|
||||
|
@ -783,6 +783,9 @@ def dm_flags(api, bot):
|
||||
if 'GDI' in bot:
|
||||
args.append('--gdi')
|
||||
|
||||
if 'QuadroP400' in bot or 'Adreno540' in bot:
|
||||
args.extend(['--reduceOpListSplitting'])
|
||||
|
||||
# Let's make all bots produce verbose output by default.
|
||||
args.append('--verbose')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user