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

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

Issue 2137733002: Split arm and arm64 android trybots work directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove the bot from recipes. Created 4 years, 5 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 86bb4e0de5760c96b097a6f7fedf3c0ca17661b7..27b500a29ad172827fe3227a55937bb02e0f50fe 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -107,10 +107,6 @@ TRYBOTS = freeze({
'mastername': 'chromium.fyi',
'buildername': 'Android Coverage (dbg)'
}),
- 'android_swarming_rel': simple_bot({
- 'mastername': 'chromium.android',
- 'buildername': 'Android Swarm Builder',
- }),
'android_n5x_swarming_rel': simple_bot({
'mastername': 'chromium.android',
'buildername': 'Android N5X Swarm Builder',

Powered by Google App Engine
This is Rietveld 408576698