| Index: build/android/buildbot/bb_run_bot.py
|
| diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
|
| index 39ce4234c7b0a3a6fd439780e357c2d884ef68fa..6ceb80a570326cc3eb6feedc237ab1ee2d69c9a2 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -285,7 +285,8 @@ def main(argv):
|
| sys.exit(1)
|
|
|
| # TODO(phajdan.jr): Remove hack for http://crbug.com/378779 .
|
| - if hostname_stdout == 'build1-a1.perf.chromium.org':
|
| + if (hostname_stdout == 'build1-a1.perf.chromium.org' or
|
| + os.path.exists('/b/build/slave/Android_Builder__dbg_')):
|
| if os.path.exists('/b/build/slave/Android_Builder__dbg_378779'):
|
| print '/b/build/slave/Android_Builder__dbg_378779 exists, skipping'
|
| else:
|
|
|