Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 304193002: Move away broken /b/build/slave/Android_Builder__dbg_ directory for debugging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698