| 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 d09bd3198f5d770bba8293f4d582ad60a39e6cd6..b847f9f80819bf1fc3b64354045cd010a82ea6e8 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -284,6 +284,15 @@ def main(argv):
|
| print >> sys.stderr, hostname_stderr
|
| sys.exit(1)
|
|
|
| + # TODO(phajdan.jr): Remove hack for http://crbug.com/378779 .
|
| + if hostname_stdout == 'build1-a1.perf.chromium.org':
|
| + if os.path.exists('/b/build/slave/Android_Builder__dbg_378779'):
|
| + print '/b/build/slave/Android_Builder__dbg_378779 exists, skipping'
|
| + else:
|
| + print 'CLEANING UP CHECKOUT DIRECTORY HACK SEE http://crbug.com/378779'
|
| + shutil.move('/b/build/slave/Android_Builder__dbg_',
|
| + '/b/build/slave/Android_Builder__dbg_378779')
|
| +
|
| parser = GetRunBotOptParser()
|
| options, args = parser.parse_args(argv[1:])
|
| if args:
|
|
|