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

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

Issue 12209034: [Android WebView] Make 3rd party licenses checker to turn bot red (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keep the check on the FYI bot Created 7 years, 10 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 | « android_webview/tools/webview_licenses.py ('k') | build/android/buildbot/buildbot_functions.sh » ('j') | 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 41946d22dba7b355cfb756ed62481a22046662ad..8f5af34e5bb941908211b53fb3846fe93294de70 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -79,7 +79,8 @@ def GetBotStepMap():
bot_configs = [
# Main builders
B('main-builder-dbg',
- ['bb_compile', 'bb_run_findbugs', 'bb_zip_build'], None, None),
+ ['bb_check_webview_licenses', 'bb_compile', 'bb_run_findbugs',
+ 'bb_zip_build'], None, None),
B('main-builder-rel',
['bb_compile', 'bb_zip_build'], None, None),
B('main-clang-builder', compile_step, None, None),
« no previous file with comments | « android_webview/tools/webview_licenses.py ('k') | build/android/buildbot/buildbot_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698