| Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
|
| index b863a7b9913de17e292511717abb2a4fe9e14082..e13164bb5bfbf284167e61bfb2dec4a913c053c4 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
|
| @@ -97,26 +97,6 @@ SPEC = {
|
| },
|
| 'enable_swarming': True,
|
| },
|
| - 'Win7 Release (ATI)': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['ninja_confirm_noop'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'tester',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| - 'parent_buildername': 'GPU Win Builder',
|
| - 'testing': {
|
| - 'platform': 'win',
|
| - },
|
| - 'enable_swarming': True,
|
| - },
|
| 'GPU Linux Builder': {
|
| 'chromium_config': 'chromium',
|
| 'chromium_apply_config': [
|
|
|