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

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

Issue 1996053002: [Android] Turn down gn-specific Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: expectation changes Created 4 years, 7 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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
index a1e43006c0ed44c01a9b9668ba9b40ef04798b60..afd5e16886c2f77633d4968ff0475d5e05f57390 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
@@ -136,29 +136,6 @@ SPEC = {
'enable_swarming': True,
},
- 'Android GN': {
- 'chromium_config': 'android',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_PLATFORM': 'android',
- 'TARGET_ARCH': 'arm',
- },
- 'android_config': 'main_builder',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_instrumentation_test,
- steps.generate_script,
- steps.generate_isolated_script,
- steps.generate_junit_test,
- ],
- 'tests': [],
- 'testing': {
- 'platform': 'linux',
- },
- },
'Android Arm64 Builder (dbg)': {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs', 'mb'],
@@ -192,26 +169,6 @@ SPEC = {
'use_isolate': True,
'enable_swarming': True,
},
- 'Android GN (dbg)': {
- 'chromium_config': 'android',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_PLATFORM': 'android',
- 'TARGET_ARCH': 'arm',
- },
- 'android_config': 'main_builder',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'testing': {
- 'platform': 'linux',
- },
- },
'Android Tests (dbg)': {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs', 'mb'],

Powered by Google App Engine
This is Rietveld 408576698