| 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)',
|
|
|