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

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

Issue 1608713004: Remove XP and Vista bots from chromium.win and chromium.webkit waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: merge Created 4 years, 11 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_win.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
index a56c58c5290ba29c75bf6a20ab59e44f0f9a9c66..c4241ded8532f17c35ae8de2672696181b1c6c59 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
@@ -31,53 +31,6 @@ SPEC = {
'enable_swarming': True,
'use_isolate': True,
},
- 'XP Tests (1)': {
- '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': 'Win Builder',
- 'testing': {
- 'platform': 'win',
- },
- 'enable_swarming': True,
- 'swarming_dimensions': {
- 'cpu': 'x86-32',
- 'os': 'Windows-XP-SP3',
- },
- },
- 'Vista Tests (1)': {
- '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': 'Win Builder',
- 'testing': {
- 'platform': 'win',
- },
- 'enable_swarming': True,
- 'swarming_dimensions': {
- 'os': 'Windows-Vista-SP2',
- },
- },
'Win7 (32) Tests': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],

Powered by Google App Engine
This is Rietveld 408576698