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

Unified Diff: tools/mb/mb_config.pyl

Issue 2052703002: Remove descriptions for Android Debug GPU bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 766a456d0e75ae99bbbe9ccd1d1f784e14105e2f..e9fc542bed2d4ad3192660e6f0c4b92f1557e81b 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -245,14 +245,6 @@
'chromium.gpu.fyi': {
# These all use the 'trybot' mixins to ensure that dcheck is on.
- # TODO(kbr): remove the Android Debug bots once the waterfalls
- # are restarted. crbug.com/617848
- 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot',
- 'Android Debug (Nexus 5X)': 'android_gn_debug_static_trybot_arm64',
- 'Android Swarmed Debug (Nexus 5X)':
- 'android_gn_debug_static_trybot_arm64',
- 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot',
- 'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64',
'Android Release (Nexus 5)': 'android_gn_release_trybot',
'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64',
'Android Release (Nexus 6)': 'android_gn_release_trybot',
@@ -997,14 +989,6 @@
'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel',
],
- 'android_gn_debug_static_trybot': [
- 'android', 'gn', 'debug_static_trybot',
- ],
-
- 'android_gn_debug_static_trybot_arm64': [
- 'android', 'gn', 'debug_static_trybot', 'arm64',
- ],
-
'android_gn_debug_trybot_java_coverage': [
'android', 'gn', 'debug_trybot', 'java_coverage',
],
@@ -2053,11 +2037,6 @@
'mixins': ['debug', 'static', 'minimal_symbols', 'goma'],
},
- 'debug_static_trybot': {
- 'mixins': ['debug', 'static', 'dcheck_always_on', 'minimal_symbols',
- 'goma'],
- },
-
'debug_trybot': {
'mixins': ['debug_bot_minimal_symbols'],
},
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698