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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.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: update tryserver master 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_win.py ('k') | scripts/slave/recipes/chromium.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/trybots.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
index b4a6561a8d1883a573646d26b919fba94c42a729..6f4e46fbb2804cb0c57b6fc6baf40b8ee019218a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -444,16 +444,6 @@ TRYBOTS = freeze({
'buildername': 'Win Builder',
'tester': 'Win7 Tests (1)',
}),
- 'win_chromium_xp_rel_ng': simple_bot({
- 'mastername': 'chromium.win',
- 'buildername': 'Win Builder',
- 'tester': 'XP Tests (1)',
- }),
- 'win_chromium_vista_rel_ng': simple_bot({
- 'mastername': 'chromium.win',
- 'buildername': 'Win Builder',
- 'tester': 'Vista Tests (1)',
- }),
'win_chromium_compile_dbg_ng': simple_bot({
'mastername': 'chromium.win',
'buildername': 'Win Builder (dbg)',
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_win.py ('k') | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698