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

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

Issue 1996053002: [Android] Turn down gn-specific Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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_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 999efe02636d9d2b0efc1927c46e707a8fea97f1..fb699267999456b004f4932b5f3206436a7672d8 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
@@ -95,30 +95,6 @@ SPEC = {
},
},
- 'Android GN Builder (dbg)': {
- 'chromium_config': 'android',
- 'chromium_apply_config': ['chrome_with_codecs'],
- 'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_PLATFORM': 'android',
- 'TARGET_ARCH': 'arm',
- },
- 'android_config': 'main_builder_mb',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_instrumentation_test,
- steps.generate_isolated_script,
- steps.generate_junit_test,
- steps.generate_script,
- ],
- 'bot_type': 'builder',
- 'testing': {
- 'platform': 'linux',
- },
- },
-
'Jelly Bean Tester': {
'chromium_config': 'android',
'gclient_config': 'chromium',

Powered by Google App Engine
This is Rietveld 408576698