| Index: scripts/slave/recipe_modules/chromium_tests/chromium_android.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
|
| index 53783de0fd59efe5edc18e6be05cacbbc3dfd8ab..21d32185c60f3020ae1f6780ea031f2aaa062632 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
|
| @@ -115,23 +115,6 @@ SPEC = {
|
| },
|
| },
|
|
|
| - 'Jelly Bean Tester': {
|
| - 'chromium_config': 'android',
|
| - 'gclient_config': 'chromium',
|
| - 'gclient_apply_config': ['android'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'android',
|
| - },
|
| - 'parent_buildername': 'Android arm Builder (dbg)',
|
| - 'bot_type': 'tester',
|
| - 'android_config': 'main_builder_mb',
|
| - 'test_results_config': 'public_server',
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| -
|
| 'KitKat Tablet Tester': {
|
| 'chromium_config': 'android',
|
| 'gclient_config': 'chromium',
|
| @@ -167,40 +150,6 @@ SPEC = {
|
| },
|
| },
|
|
|
| - 'Lollipop Consumer Tester': {
|
| - 'chromium_config': 'android',
|
| - 'gclient_config': 'chromium',
|
| - 'gclient_apply_config': ['android'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'android',
|
| - },
|
| - 'parent_buildername': 'Android arm64 Builder (dbg)',
|
| - 'bot_type': 'tester',
|
| - 'android_config': 'arm64_builder_mb',
|
| - 'test_results_config': 'public_server',
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| -
|
| - 'Lollipop Low-end Tester': {
|
| - 'chromium_config': 'android',
|
| - 'gclient_config': 'chromium',
|
| - 'gclient_apply_config': ['android'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'android',
|
| - },
|
| - 'parent_buildername': 'Android arm Builder (dbg)',
|
| - 'bot_type': 'tester',
|
| - 'android_config': 'main_builder_mb',
|
| - 'test_results_config': 'public_server',
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| -
|
| 'Lollipop Phone Tester': {
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
|
|