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

Unified Diff: masters/master.tryserver.webrtc/master.cfg

Issue 2466543002: WebRTC: Configure more_configs recipe for new Android builders. (Closed)
Patch Set: Makeing sure tryserver bot also uses annotator_factory Created 4 years, 1 month 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
« no previous file with comments | « masters/master.client.webrtc/master_android_cfg.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.webrtc/master.cfg
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
index 7d537673417d84e0d16ff808b1dc638d289c963c..bae754fe73ad88e6d618a75f02ea94a7b2d9fe8d 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -122,7 +122,11 @@ specs = [
{'name': 'android_arm64_rel', 'slavebuilddir': 'android_arm64'},
{'name': 'android_gyp_dbg', 'slavebuilddir': 'android_gyp'},
{'name': 'android_gyp_rel', 'slavebuilddir': 'android_gyp'},
- {'name': 'android_more_configs', 'slavebuilddir': 'android'},
+ {
+ 'name': 'android_more_configs',
+ 'recipe': 'webrtc/more_configs',
+ 'slavebuilddir': 'android',
+ },
]
@@ -146,7 +150,8 @@ c['builders'] = [
# remote_run is not working for the webrtc/ios recipe: crbug.com/637666.
'factory': m_annotator.BaseFactory(spec['recipe'], timeout=3600)
if 'recipe' in spec and spec['recipe'] in ('webrtc/ios',
- 'webrtc/libfuzzer')
+ 'webrtc/libfuzzer',
+ 'webrtc/more_configs',)
kjellander_chromium 2016/11/01 08:20:09 without this line both of the "more configs" bots
else m_remote_run(spec.get('recipe', 'webrtc/standalone'),
timeout=3600),
'slavebuilddir': spec['slavebuilddir'],
« no previous file with comments | « masters/master.client.webrtc/master_android_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698