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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.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/trybots.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
index cc126812cc1a0973979cd7b81b5e419db0f72af8..985dcb7c31cafa372a48c934c3ab102cae00991a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -83,18 +83,6 @@ TRYBOTS = freeze({
'mastername': 'chromium.linux',
'buildername': 'Android Clang Builder (dbg)',
}, analyze_mode='compile'),
- 'android_chromium_gn_rel': simple_bot({
- 'mastername': 'chromium.linux',
- 'buildername': 'Android GN',
- }),
- 'android_chromium_gn_compile_dbg': simple_bot({
- 'mastername': 'chromium.linux',
- 'buildername': 'Android GN (dbg)',
- }, analyze_mode='compile'),
- 'android_chromium_gn_compile_rel': simple_bot({
- 'mastername': 'chromium.linux',
- 'buildername': 'Android GN',
- }, analyze_mode='compile'),
'android_compile_dbg': simple_bot({
'mastername': 'chromium.linux',
'buildername': 'Android Builder (dbg)',

Powered by Google App Engine
This is Rietveld 408576698