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

Unified Diff: scripts/slave/recipe_modules/webrtc/builders.py

Issue 2430193003: WebRTC: Remove Dr Memory bots. (Closed)
Patch Set: Addressed comments. Created 4 years, 2 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/webrtc/builders.py
diff --git a/scripts/slave/recipe_modules/webrtc/builders.py b/scripts/slave/recipe_modules/webrtc/builders.py
index f6f656482d3090c65c5f07497a71a141921ca441..5691988ec413d227fad06b8687f9803271fed808 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -168,26 +168,6 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'win'},
},
- 'Win DrMemory Full': {
- 'recipe_config': 'webrtc',
- 'chromium_apply_config': ['drmemory_full'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder_tester',
- 'testing': {'platform': 'win'},
- },
- 'Win DrMemory Light': {
- 'recipe_config': 'webrtc',
- 'chromium_apply_config': ['drmemory_light'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder_tester',
- 'testing': {'platform': 'win'},
- },
'Win SyzyASan': {
'recipe_config': 'webrtc',
'chromium_apply_config': ['syzyasan'],
@@ -934,26 +914,6 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'win'},
},
- 'win_drmemory_light': {
- 'recipe_config': 'webrtc',
- 'chromium_apply_config': ['drmemory_light'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder_tester',
- 'testing': {'platform': 'win'},
- },
- 'win_drmemory_full': {
- 'recipe_config': 'webrtc',
- 'chromium_apply_config': ['drmemory_full'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder_tester',
- 'testing': {'platform': 'win'},
- },
'win_swarming': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {

Powered by Google App Engine
This is Rietveld 408576698