Index: scripts/slave/recipes/chromium.py |
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py |
index 70d532e3a5023d5976236e7d2e1b2a3b2a1ea069..c1d6c385ce3d825e279b10a232cd7de2f3b9414d 100644 |
--- a/scripts/slave/recipes/chromium.py |
+++ b/scripts/slave/recipes/chromium.py |
@@ -486,6 +486,9 @@ BUILDERS = { |
} |
}, |
'chromium.fyi': { |
+ 'settings': { |
+ 'build_gs_bucket': 'chromium-fyi-archive', |
+ }, |
'builders': { |
'Linux ARM Cross-Compile': { |
# TODO(phajdan.jr): Re-enable goma, http://crbug.com/349236 . |
@@ -617,6 +620,21 @@ BUILDERS = { |
'platform': 'linux', |
}, |
}, |
+ 'Chromium Linux MSan (browser tests)': { |
+ 'recipe_config': 'chromium_clang', |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Release', |
+ 'TARGET_BITS': 64, |
+ }, |
+ 'bot_type': 'tester', |
+ 'tests': [ |
+ DynamicGTestTests('Chromium Linux MSan'), |
+ ], |
+ 'parent_buildername': 'Chromium Linux MSan', |
+ 'testing': { |
+ 'platform': 'linux', |
+ }, |
+ }, |
}, |
}, |
'chromium.linux': { |