Chromium Code Reviews| 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({ |
|
Paweł Hajdan Jr.
2016/01/25 15:44:25
Could you remove these from the tryserver master a
jam
2016/01/25 15:52:29
Done.
|
| - '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)', |