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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_memory.py

Issue 2045743002: Flip builders on chromium.memory to MB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py b/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
index 8bfdb26829b2bafc59100863647bf8f51bc2cd56..6d9d6ed404fdcfe3d1cba9db0f14179619ed5ac9 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_memory.py
@@ -22,7 +22,7 @@ SPEC = {
},
# This doesn't affect the build, but ensures that trybots get the right
# runtime flags.
- 'chromium_apply_config': ['lsan'],
+ 'chromium_apply_config': ['lsan', 'mb'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
'enable_swarming': True,
@@ -74,6 +74,7 @@ SPEC = {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
+ 'chromium_apply_config': ['mb'],
'bot_type': 'builder',
'testing': {'platform': 'mac'},
'enable_swarming': True,
@@ -103,7 +104,7 @@ SPEC = {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['lsan'],
+ 'chromium_apply_config': ['lsan', 'mb'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
'enable_swarming': True,
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698