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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_webkit.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_webkit.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py b/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
index a2c5c21e87e565cf0b9049f20eb675b189fafea7..421905f7ca0682ad45328ef29e51167dffd5f633 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
@@ -36,30 +36,6 @@ SPEC['builders'].update({
'enable_swarming': True,
'use_isolate': True,
},
- 'WebKit XP': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'gclient_apply_config': ['blink_or_chromium'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'tester',
- 'parent_buildername': 'WebKit Win Builder',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- ],
- 'tests': [
- steps.BlinkTest(),
- ],
- 'testing': {
- 'platform': 'win',
- },
- 'enable_swarming': True,
- 'use_isolate': True,
- },
'WebKit Win7': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb'],

Powered by Google App Engine
This is Rietveld 408576698