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

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

Issue 1908133002: Remove obsolete chromium.fyi bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: initial patch for review Created 4 years, 8 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_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 9a6882fc20bce830d81ec23a8a1692ff7fb643f1..eb5cf1ff5ffe091a37957764327e3d4187088d11 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -36,24 +36,6 @@ SPEC = {
'build_gs_bucket': 'chromium-fyi-archive',
},
'builders': {
- 'Win Builder': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['ninja_confirm_noop'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder',
- 'compile_targets': [
- 'chromium_builder_tests',
- ],
- 'testing': {
- 'platform': 'win',
- },
- 'enable_swarming': True,
- 'use_isolate': True,
- },
'Chromium Mac 10.10 MacViews': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',

Powered by Google App Engine
This is Rietveld 408576698