| Index: tools/dm_flags.py
|
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py
|
| index 4a4175c1381b1857cc80442d43f33fff925bfdf7..17bab0f567813740ad0e6c562bc0429895c6a02f 100755
|
| --- a/tools/dm_flags.py
|
| +++ b/tools/dm_flags.py
|
| @@ -221,6 +221,10 @@ def get_args(bot):
|
| for raw_ext in r:
|
| blacklist.extend(('_ image _ .%s' % raw_ext).split(' '))
|
|
|
| + if 'Nexus9' in bot:
|
| + for raw_ext in r:
|
| + blacklist.extend(('_ image _ .%s' % raw_ext).split(' '))
|
| +
|
| # Large image that overwhelms older Mac bots
|
| if 'MacMini4.1-GPU' in bot:
|
| blacklist.extend('_ image _ abnormal.wbmp'.split(' '))
|
|
|