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

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

Issue 2453683002: [android] Make chromium.gpu.fyi bots use devil adb throughout. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
],
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698