| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| index a9ccfa2722e4374c235d9a0294d10e6a3f6a0995..5e803c25f94445e4db6570ee994e22eb7f018c5a 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -2059,6 +2059,25 @@ SPEC = {
|
| 'platform': 'linux',
|
| },
|
| },
|
| + 'Android Blimp Integration Test': {
|
| + 'chromium_config': 'android',
|
| + 'gclient_config': 'chromium',
|
| + 'gclient_apply_config': ['android'],
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_PLATFORM': 'android',
|
| + },
|
| + 'parent_buildername': 'Android Builder (dbg)',
|
| + 'bot_type': 'tester',
|
| + 'android_config': 'main_builder_mb',
|
| + 'remove_system_webview': True,
|
| + 'tests': [
|
| + steps.BlimpIntegrationScriptTest(),
|
| + ],
|
| + 'testing': {
|
| + 'platform': 'linux',
|
| + },
|
| + },
|
|
|
|
|
| 'Android Asan Builder Tests (dbg)': {
|
|
|