| Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| index 8315a565a79cc9331b9e675ea7a8e85f0efc6098..9517d90d71d005172ad91819e2c0c596f05cf4c0 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| @@ -13,24 +13,6 @@ SPEC = {
|
| 'src_side_runtest_py': True,
|
| },
|
| 'builders': {
|
| - 'Linux ARM': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'compile_targets': [
|
| - 'chromium_builder_tests',
|
| - ],
|
| - 'use_isolate': True,
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| 'Linux Builder': {
|
| 'chromium_config': 'chromium',
|
| 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
|
|
|