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

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

Issue 2108803003: Remove Windows/AMD from chromium.gpu and win_chromium_rel_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « masters/master.chromium.gpu/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « masters/master.chromium.gpu/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698