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

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

Issue 309473003: Also run builder hack if '/b/build/slave/Android_Builder__dbg_' exists (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 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:
« 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