| Index: scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py
|
| index 18e4304794c27af2cb07a9d77d002509ff348203..c0513a6cd4858b011a179a078397d47c722a6b9f 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py
|
| @@ -137,5 +137,25 @@ SPEC = {
|
| 'platform': 'linux',
|
| },
|
| },
|
| +
|
| + 'Nougat Phone Tester': {
|
| + 'use_isolate': True,
|
| + 'enable_swarming': True,
|
| + 'chromium_config': 'android',
|
| + 'gclient_config': 'chromium',
|
| + 'gclient_apply_config': ['android'],
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_PLATFORM': 'android',
|
| + },
|
| + 'parent_buildername': 'Android arm64 Builder (dbg)',
|
| + 'parent_mastername': 'chromium.android',
|
| + 'bot_type': 'tester',
|
| + 'android_config': 'arm64_builder_mb',
|
| + 'test_results_config': 'public_server',
|
| + 'testing': {
|
| + 'platform': 'linux',
|
| + },
|
| + },
|
| },
|
| }
|
|
|