| 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 261b8ab11ddb8b4d01213611d6d7522df8447370..aca9b391ab54e10d385ea446495b988af811e688 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/builders.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/builders.py
|
| @@ -524,16 +524,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'win'},
|
| },
|
| - 'Win SyzyASan': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_apply_config': ['syzyasan'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| 'Mac32 Debug': {
|
| 'recipe_config': 'webrtc',
|
| 'chromium_config_kwargs': {
|
| @@ -942,6 +932,16 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'win'},
|
| },
|
| + 'Win SyzyASan': {
|
| + 'recipe_config': 'webrtc',
|
| + 'chromium_apply_config': ['syzyasan'],
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'builder_tester',
|
| + 'testing': {'platform': 'win'},
|
| + },
|
| 'Mac64 Debug (parallel)': {
|
| 'recipe_config': 'webrtc_parallel',
|
| 'chromium_config_kwargs': {
|
| @@ -1040,16 +1040,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'win'},
|
| },
|
| - 'win_asan': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_apply_config': ['syzyasan'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| 'win_drmemory_light': {
|
| 'recipe_config': 'webrtc',
|
| 'chromium_apply_config': ['drmemory_light'],
|
|
|