| 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': {
|
|
|