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

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

Issue 1775063002: [Android] Use mb on chromium.linux and tryserver.chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 9 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/chromium_tests/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
index 12a2c9390b8275e495b54cad1526f491dd0d2d67..8ca574e65e0d93958ae563fe6988ac62b46ceb57 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
@@ -180,7 +180,7 @@ SPEC = {
},
'Android Arm64 Builder (dbg)': {
'chromium_config': 'android',
- 'chromium_apply_config': ['chrome_with_codecs'],
+ 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
'gclient_config': 'chromium',
'gclient_apply_config': ['android'],
'chromium_config_kwargs': {
@@ -198,7 +198,7 @@ SPEC = {
},
'Android Builder (dbg)': {
'chromium_config': 'android',
- 'chromium_apply_config': ['chrome_with_codecs'],
+ 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
'gclient_config': 'chromium',
'gclient_apply_config': ['android'],
'chromium_config_kwargs': {
@@ -240,7 +240,7 @@ SPEC = {
},
'Android Tests (dbg)': {
'chromium_config': 'android',
- 'chromium_apply_config': ['chrome_with_codecs'],
+ 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
'gclient_config': 'chromium',
'gclient_apply_config': ['android'],
'chromium_config_kwargs': {
@@ -275,7 +275,7 @@ SPEC = {
'Android Builder': {
'chromium_config': 'android',
- 'chromium_apply_config': ['chrome_with_codecs'],
+ 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
'gclient_config': 'chromium',
'gclient_apply_config': ['android'],
'chromium_config_kwargs': {
@@ -296,6 +296,7 @@ SPEC = {
},
'Android Tests': {
'chromium_config': 'android',
+ 'chromium_apply_config': ['mb'],
'gclient_config': 'chromium',
'gclient_apply_config': ['android'],
'chromium_config_kwargs': {
@@ -330,7 +331,7 @@ SPEC = {
'Android Clang Builder (dbg)': {
'chromium_config': 'android_clang',
- 'chromium_apply_config': ['chrome_with_codecs', 'errorprone'],
+ 'chromium_apply_config': ['chrome_with_codecs', 'errorprone', 'mb'],
'gclient_config': 'chromium',
'gclient_apply_config': ['android'],
'chromium_config_kwargs': {

Powered by Google App Engine
This is Rietveld 408576698