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

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

Issue 2006143010: Add android_n5x_swarming_rel builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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/trybots.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
index a0a231d8631ebc9347755f76fb72f80bf0c68ee7..6bf331513aaf425073bc30806b7d424c30a62fb2 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -111,6 +111,10 @@ TRYBOTS = freeze({
'mastername': 'chromium.android',
'buildername': 'Android Swarm Builder',
}),
+ 'android_n5x_swarming_rel': simple_bot({
+ 'mastername': 'chromium.android',
+ 'buildername': 'Android N5X Swarm Builder',
+ }),
'cast_shell_android': simple_bot({
'mastername': 'chromium.linux',
'buildername': 'Cast Android (dbg)',

Powered by Google App Engine
This is Rietveld 408576698