| Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| index b678a4db5b971b707b35fc880dacf59882ac7cc3..bf498d1e5da7602b34bf11f9d1900d468a9bdda2 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| @@ -730,7 +730,7 @@ SPEC = {
|
| 'TARGET_PLATFORM': 'android',
|
| },
|
| 'android_config': 'main_builder',
|
| - 'android_apply_config': ['restart_usb'],
|
| + 'android_apply_config': ['restart_usb', 'use_devil_adb'],
|
| 'bot_type': 'builder_tester',
|
| 'compile_targets': [
|
| ],
|
| @@ -749,7 +749,7 @@ SPEC = {
|
| 'TARGET_PLATFORM': 'android',
|
| },
|
| 'android_config': 'arm64_builder_rel_mb',
|
| - 'android_apply_config': ['restart_usb'],
|
| + 'android_apply_config': ['restart_usb', 'use_devil_adb'],
|
| 'bot_type': 'builder_tester',
|
| 'compile_targets': [
|
| ],
|
| @@ -771,7 +771,7 @@ SPEC = {
|
| 'TARGET_PLATFORM': 'android',
|
| },
|
| 'android_config': 'main_builder',
|
| - 'android_apply_config': ['restart_usb'],
|
| + 'android_apply_config': ['restart_usb', 'use_devil_adb'],
|
| 'bot_type': 'builder_tester',
|
| 'compile_targets': [
|
| ],
|
| @@ -790,7 +790,7 @@ SPEC = {
|
| 'TARGET_PLATFORM': 'android',
|
| },
|
| 'android_config': 'arm64_builder_rel_mb',
|
| - 'android_apply_config': ['restart_usb'],
|
| + 'android_apply_config': ['restart_usb', 'use_devil_adb'],
|
| 'bot_type': 'builder_tester',
|
| 'compile_targets': [
|
| ],
|
| @@ -809,7 +809,7 @@ SPEC = {
|
| 'TARGET_PLATFORM': 'android',
|
| },
|
| 'android_config': 'arm64_builder_rel_mb',
|
| - 'android_apply_config': ['restart_usb'],
|
| + 'android_apply_config': ['restart_usb', 'use_devil_adb'],
|
| 'bot_type': 'builder_tester',
|
| 'compile_targets': [
|
| ],
|
| @@ -828,7 +828,7 @@ SPEC = {
|
| 'TARGET_PLATFORM': 'android',
|
| },
|
| 'android_config': 'arm64_builder_rel_mb',
|
| - 'android_apply_config': ['restart_usb'],
|
| + 'android_apply_config': ['restart_usb', 'use_devil_adb'],
|
| 'bot_type': 'builder_tester',
|
| 'compile_targets': [
|
| ],
|
|
|