Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py

Issue 1890273002: Decommission old Win and Linux Intel GPU bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
index 4cabedd8a9435f7c96c6e7a2f67195e6270d59ce..060720d22c9e825b6d2c5235299008e0b87a0474 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -182,30 +182,6 @@ SPEC = {
},
'enable_swarming': True,
},
- 'Win7 Release (Intel)': {
- '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',
- },
- # Swarming is deliberately NOT enabled on this one-off configuration.
- # The GPU detection wasn't initially working (crbug.com/580331), and
- # multiple copies of the machines have to be deployed into swarming
- # in order to keep up with the faster cycle time of the tests.
- 'enable_swarming': False,
- },
'Win7 Release (NVIDIA GeForce 730)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
@@ -451,29 +427,6 @@ SPEC = {
},
'enable_swarming': True,
},
- 'Linux Release (Intel Graphics Stack)': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 64,
- },
- 'bot_type': 'tester',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'parent_buildername': 'GPU Linux Builder',
- 'testing': {
- 'platform': 'linux',
- },
- # Swarming is deliberately NOT enabled on this one-off configuration.
- # Multiple copies of the machines have to be deployed into swarming
- # in order to keep up with the faster cycle time of the tests.
- 'enable_swarming': False,
- },
'Linux Release (ATI)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb', 'ninja_confirm_noop'],

Powered by Google App Engine
This is Rietveld 408576698