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

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

Issue 308773005: Revert 273476, 273483, 273484 due to breaking Builder: Android Builder (dbg) (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 245b4cfa4eb2c8c262a5ff655c4b54788151d414..62a2a02ab2783863ce50374007387eca3cc74593 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -286,16 +286,6 @@ 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' 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:
- print 'CLEANING UP CHECKOUT DIRECTORY HACK SEE http://crbug.com/378779'
- os.rename('/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