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

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

Issue 2491033005: Recipe changes for chormium.android.fyi master (Closed)
Patch Set: Retrain Created 4 years, 1 month 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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_android.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
index 53783de0fd59efe5edc18e6be05cacbbc3dfd8ab..21d32185c60f3020ae1f6780ea031f2aaa062632 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
@@ -115,23 +115,6 @@ SPEC = {
},
},
- 'Jelly Bean Tester': {
- 'chromium_config': 'android',
- 'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_PLATFORM': 'android',
- },
- 'parent_buildername': 'Android arm Builder (dbg)',
- 'bot_type': 'tester',
- 'android_config': 'main_builder_mb',
- 'test_results_config': 'public_server',
- 'testing': {
- 'platform': 'linux',
- },
- },
-
'KitKat Tablet Tester': {
'chromium_config': 'android',
'gclient_config': 'chromium',
@@ -167,40 +150,6 @@ SPEC = {
},
},
- 'Lollipop Consumer Tester': {
- '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)',
- 'bot_type': 'tester',
- 'android_config': 'arm64_builder_mb',
- 'test_results_config': 'public_server',
- 'testing': {
- 'platform': 'linux',
- },
- },
-
- 'Lollipop Low-end Tester': {
- 'chromium_config': 'android',
- 'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_PLATFORM': 'android',
- },
- 'parent_buildername': 'Android arm Builder (dbg)',
- 'bot_type': 'tester',
- 'android_config': 'main_builder_mb',
- 'test_results_config': 'public_server',
- 'testing': {
- 'platform': 'linux',
- },
- },
-
'Lollipop Phone Tester': {
'use_isolate': True,
'enable_swarming': True,

Powered by Google App Engine
This is Rietveld 408576698