| 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..f533e1b7e128560367cceb79d82253a628848fa1 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -2187,6 +2187,28 @@ SPEC = {
|
| 'platform': 'win',
|
| },
|
| },
|
| + 'Android VR Tests': {
|
| + 'chromium_config': 'android',
|
| + 'gclient_config': 'chromium',
|
| + 'gclient_apply_config': ['android'],
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_PLATFORM': 'android',
|
| + },
|
| + 'bot_type': 'tester',
|
| + 'parent_buildername': 'Android Builder (dbg)',
|
| + 'android_config': 'main_builder_mb',
|
| + 'root_devices': True,
|
| + 'test_generators': [
|
| + steps.generate_gtest,
|
| + steps.generate_script,
|
| + steps.generate_isolated_script,
|
| + steps.generate_instrumentation_test,
|
| + ],
|
| + 'testing': {
|
| + 'platform': 'linux',
|
| + },
|
| + },
|
|
|
| 'Linux remote_run Builder': {
|
| 'chromium_config': 'chromium',
|
|
|