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

Unified Diff: masters/master.client.webrtc/master_android_cfg.py

Issue 2457423002: WebRTC: Add Android more configs bots. (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « no previous file | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_android_cfg.py
diff --git a/masters/master.client.webrtc/master_android_cfg.py b/masters/master.client.webrtc/master_android_cfg.py
index b23c678d2b3804cb740d8251834d05cd05bcba9f..a684f07538d60d09d2a3be32d178544808d79f0c 100644
--- a/masters/master.client.webrtc/master_android_cfg.py
+++ b/masters/master.client.webrtc/master_android_cfg.py
@@ -36,6 +36,7 @@ def Update(c):
'Android64 Builder x64 (dbg)',
'Android32 GYP',
'Android32 GYP (dbg)',
+ 'Android32 (more configs)',
]),
])
@@ -53,6 +54,7 @@ def Update(c):
{'name': 'Android64 Builder x64 (dbg)', 'slavebuilddir': 'android_x64'},
{'name': 'Android32 GYP', 'slavebuilddir': 'android_gyp'},
{'name': 'Android32 GYP (dbg)', 'slavebuilddir': 'android_gyp'},
+ {'name': 'Android32 (more configs)', 'slavebuilddir': 'android'},
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698