| Index: scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
|
| index c1640808ced570a7676b49c59e12234bee99d040..80571c05b7896e4fd11b43b5f14a95c0f2a3b58a 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
|
| @@ -106,26 +106,6 @@ SPEC = {
|
| },
|
| 'enable_swarming': True,
|
| },
|
| - 'Linux ChromiumOS GN': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['mb'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_PLATFORM': 'chromeos',
|
| - },
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| - 'enable_swarming': True,
|
| - 'checkout_dir': 'linux_chromium_gn_chromeos',
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| -
|
| 'Linux ChromiumOS Ozone Builder': {
|
| 'chromium_config': 'chromium',
|
| 'chromium_apply_config': ['chromeos', 'mb', 'ninja_confirm_noop', 'ozone'],
|
| @@ -205,25 +185,6 @@ SPEC = {
|
| },
|
| 'enable_swarming': True,
|
| },
|
| - 'Linux ChromiumOS GN (dbg)': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['mb'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'chromeos',
|
| - },
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| - 'enable_swarming': True,
|
| - 'checkout_dir': 'linux_chromium_gn_chromeos',
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| },
|
| }
|
|
|
|
|