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

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

Issue 2308683002: [Android] Set up continuous builder + trybot for cronet. (Closed)
Patch Set: 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/chromium_android.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
index 5a5cde86e5bcf9f0f13b27e915f912cc220615db..41e0497af89ea8991c96847447d3b81caa5929e5 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
@@ -44,6 +44,22 @@ SPEC = {
},
},
+ 'Android Cronet Builder': {
+ 'chromium_config': 'android',
+ 'chromium_apply_config': ['chrome_with_codecs'],
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'android_config': 'main_builder_rel_mb',
bpastene 2016/09/06 23:29:26 mb_config.pyl change?
jbudorick 2016/09/06 23:31:06 https://codereview.chromium.org/2302353003/
+ 'bot_type': 'builder',
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
+
'Android MIPS Builder (dbg)': {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs'],

Powered by Google App Engine
This is Rietveld 408576698