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

Unified Diff: masters/master.chromium.fyi/master_win_drmemory_cfg.py

Issue 2205113002: Remove FYI DrMemory clusterfuzz builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: delete expected files as well Created 4 years, 4 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 | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master_win_drmemory_cfg.py
diff --git a/masters/master.chromium.fyi/master_win_drmemory_cfg.py b/masters/master.chromium.fyi/master_win_drmemory_cfg.py
deleted file mode 100644
index 7d96bdb14b3e2c66ed27d7ee65b4e7b0e3e69ac4..0000000000000000000000000000000000000000
--- a/masters/master.chromium.fyi/master_win_drmemory_cfg.py
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from master import gitiles_poller
-from master import master_config
-from master import master_utils
-from master.factory import annotator_factory
-
-import master_site_config
-ActiveMaster = master_site_config.ChromiumFYI
-
-defaults = {}
-
-helper = master_config.Helper(defaults)
-B = helper.Builder
-F = helper.Factory
-S = helper.Scheduler
-
-m_annotator = annotator_factory.AnnotatorFactory()
-
-defaults['category'] = 'drmemory'
-
-#
-# Main Dr. Memory release scheduler for src/
-#
-S('chromium_drmemory_lkgr', branch='lkgr')
-
-#
-# Windows LKGR DrMemory Builder
-#
-# crbug.com/399990: short name to avoid hitting path length limit
-B('Win LKGR (DrM)', 'win_lkgr_drmemory',
- # not use a gatekeeper yet
- scheduler='chromium_drmemory_lkgr',
- notify_on_missing=True)
-F('win_lkgr_drmemory', m_annotator.BaseFactory(recipe='chromium_drfuzz'))
-
-#
-# Windows LKGR DrMemory X64 Builder
-#
-# crbug.com/399990: short name to avoid hitting path length limit
-B('Win LKGR (DrM 64)', 'win_lkgr_drmemory_x64',
- # not use a gatekeeper yet
- scheduler='chromium_drmemory_lkgr',
- notify_on_missing=True)
-F('win_lkgr_drmemory_x64', m_annotator.BaseFactory(recipe='chromium_drfuzz'))
-
-def Update(_update_config, _active_master, c):
- lkgr_poller = gitiles_poller.GitilesPoller(
- 'https://chromium.googlesource.com/chromium/src',
- branches=['lkgr'])
- c['change_source'].append(lkgr_poller)
- return helper.Update(c)
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698