| 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 08f34ad66be231c511085dbfc7b8c51e327d72b8..f21921ef831e05783c57d39b08494b50db15e73a 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -2001,6 +2001,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'],
|
|
|