aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@chromium.org>2016-05-10 06:11:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-10 06:11:20 -0700
commit00e9452791a80ed9fb824214b259ecb9af0c25c6 (patch)
treef53983c884e0726602dfcfddc4cd535484f0fafa /tools
parent33595bdf4b64a745f6340338d307e806e96c587f (diff)
Run RAW images serially on Win8-MSVC-ShuttleB
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dm_flags.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 47a3b25a7c..7a7eff0131 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -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