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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 1374653002: Enable errorprone on the chromium.fyi Errorprone Builder (Reland). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index db8c65c9d776a571e525d553cfde43e516773b1d..f44363a617e6148bbad2e2cd901c8adc5b65f2dc 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1594,6 +1594,7 @@ SPEC = {
'TARGET_BITS': 32,
'TARGET_PLATFORM': 'android',
},
+ 'chromium_apply_config': ['errorprone'],
'android_config': 'main_builder',
'bot_type': 'builder',
'compile_targets': [

Powered by Google App Engine
This is Rietveld 408576698