| 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 9bfb6567e5843d4955701185a595804817f1b738..c6a15fb5736e2e01ff0935e3d661a3aaef0c2079 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1211,21 +1211,6 @@ SPEC = {
|
| 'platform': 'linux'
|
| }
|
| },
|
| - 'Chromium Linux32 Goma Canary (clobber)': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['clobber', 'goma_canary', 'mb'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'compile_targets': [ 'chromium_builder_tests' ],
|
| - 'goma_canary': True,
|
| - 'tests': steps.GOMA_TESTS,
|
| - 'testing': {
|
| - 'platform': 'linux'
|
| - }
|
| - },
|
| 'Chromium Linux Precise Goma LinkTest': {
|
| 'chromium_config': 'chromium',
|
| 'chromium_apply_config': ['goma_canary', 'goma_linktest', 'mb'],
|
|
|