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 43014418da26dcfc4d10b989f1f52cb1be40f91f..c6993ff66408270d1b76e847f4795d04b526fc71 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
@@ -2054,6 +2054,26 @@ SPEC = { |
'platform': 'linux', |
}, |
}, |
+ 'Android Find Annotated Test': { |
+ 'chromium_config': 'android', |
+ 'gclient_config': 'chromium', |
+ 'gclient_apply_config': ['android'], |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Debug', |
+ 'TARGET_PLATFORM': 'android', |
+ }, |
+ 'bot_type': 'builder_tester', |
+ 'android_config': 'main_builder_mb', |
+ 'remove_system_webview': True, |
+ 'tests': [ |
+ steps.FindAnnotatedTest(), |
+ ], |
+ 'testing': { |
+ 'platform': 'linux', |
+ }, |
+ }, |
+ |
+ |
'Android Asan Builder Tests (dbg)': { |
'chromium_config': 'android', |
'chromium_apply_config': ['mb'], |