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

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

Issue 72273003: [Android] Upstream android lint script and run it on debug builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: newt's comments Created 7 years, 1 month 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
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 c729ca2d5f87a0ab5243b24b3ea8b6533ae200a0..1fc22188b667fa76fdd9d6a57daa876cf6e565af 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -115,7 +115,7 @@ def GetCommands(options, bot_config):
def GetBotStepMap():
compile_step = ['compile']
- std_host_tests = ['check_webview_licenses', 'findbugs']
+ std_host_tests = ['check_webview_licenses', 'findbugs', 'lint']
std_build_steps = ['compile', 'zip_build']
std_test_steps = ['extract_build']
std_tests = ['ui', 'unit']

Powered by Google App Engine
This is Rietveld 408576698