Run RAW images serially on Win8-MSVC-ShuttleB
BUG=skia:5283 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1960153005 Review-Url: https://codereview.chromium.org/1960153005
This commit is contained in:
parent
33595bdf4b
commit
00e9452791
@ -247,7 +247,8 @@ def get_args(bot):
|
||||
|
||||
# These bots run out of memory running RAW codec tests. Do not run them in
|
||||
# parallel
|
||||
if 'NexusPlayer' in bot or 'Nexus5' in bot or 'Nexus9' in bot:
|
||||
if ('NexusPlayer' in bot or 'Nexus5' in bot or 'Nexus9' in bot
|
||||
or 'Win8-MSVC-ShuttleB' in bot):
|
||||
args.append('--noRAW_threading')
|
||||
|
||||
return args
|
||||
|
Loading…
Reference in New Issue
Block a user