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

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

Issue 872263002: WebRTC: Move SyzyASan to FYI due to bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Removed trybot in waterfall config Created 5 years, 11 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 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'],

Powered by Google App Engine
This is Rietveld 408576698