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

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

Issue 2079333002: V8: Switch remaining chromium bots 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/full_client_v8_fyi_Chromium_ASAN___debug.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/client_v8_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py b/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py
index 71af4a09b2dd2463e928229814c60ca625e069f2..8c2c4db5bb9d837ac0641450d2cdda8170449819 100644
--- a/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py
@@ -115,6 +115,7 @@ SPEC = {
},
'Linux ASAN Builder': {
'chromium_config': 'chromium_linux_asan',
+ 'chromium_apply_config': ['mb'],
'gclient_config': 'chromium',
'gclient_apply_config': [
'v8_bleeding_edge_git',
@@ -159,6 +160,7 @@ SPEC = {
},
'Linux Snapshot Builder': {
'chromium_config': 'chromium',
+ 'chromium_apply_config': ['mb'],
'gclient_config': 'chromium',
'gclient_apply_config': [
'v8_bleeding_edge_git',
@@ -190,6 +192,7 @@ SPEC = {
'asan_symbolized',
'chromium_asan_default_targets',
'clobber',
+ 'mb',
'sanitizer_coverage',
'v8_verify_heap',
],
@@ -217,6 +220,7 @@ SPEC = {
'chromium_apply_config': [
'chromium_asan_default_targets',
'clobber',
+ 'mb',
'sanitizer_coverage',
'v8_optimize_medium',
],
@@ -241,7 +245,7 @@ SPEC = {
'Chromium Win SyzyASAN': {
'chromium_config': 'chromium_no_goma',
'gclient_config': 'chromium',
- 'chromium_apply_config': ['syzyasan', 'clobber'],
+ 'chromium_apply_config': ['syzyasan', 'clobber', 'mb'],
'gclient_apply_config': [
'v8_bleeding_edge_git',
'chromium_lkgr',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698