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

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

Issue 2308683002: [Android] Set up continuous builder + trybot for cronet. (Closed)
Patch Set: update expectations Created 4 years, 3 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 0bff23f50e097126925bbadd8095e0a88cb56737..004ee7e0e9f0c89367d8c7d31f4e53b7ff3ed799 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -127,6 +127,10 @@ TRYBOTS = freeze({
'mastername': 'chromium.fyi',
'buildername': 'Android Coverage (dbg)'
}),
+ 'android_cronet': simple_bot({
+ 'mastername': 'chromium.android',
+ 'buildername': 'Android Cronet Builder'
+ }),
'android_n5x_swarming_rel': simple_bot({
'mastername': 'chromium.android',
'buildername': 'Android N5X Swarm Builder',

Powered by Google App Engine
This is Rietveld 408576698