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

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

Issue 2306373003: libyuv: Add Android Testers (Closed)
Patch Set: Fixed WebRTC expectation 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
« no previous file with comments | « no previous file | masters/master.client.libyuv/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.libyuv/master_android_cfg.py
diff --git a/masters/master.client.libyuv/master_android_cfg.py b/masters/master.client.libyuv/master_android_cfg.py
index c78c570670d80a5edbb48ed91688df709c83383a..977df41c0c1172888a4389eba4da857492092f50 100644
--- a/masters/master.client.libyuv/master_android_cfg.py
+++ b/masters/master.client.libyuv/master_android_cfg.py
@@ -36,6 +36,18 @@ def Update(c):
{'name': 'Android32 x86 Debug', 'slavebuilddir': 'android_x86'},
{'name': 'Android64 x64 Debug', 'slavebuilddir': 'android_x64'},
{'name': 'Android32 MIPS Debug', 'slavebuilddir': 'android_mips'},
+ {
+ 'name': 'Android Tester ARM32 Debug (Nexus 5X)',
+ 'slavebuilddir': 'android_arm32',
+ },
+ {
+ 'name': 'Android Tester ARM32 Release (Nexus 5X)',
+ 'slavebuilddir': 'android_arm32',
+ },
+ {
+ 'name': 'Android Tester ARM64 Debug (Nexus 5X)',
+ 'slavebuilddir': 'android_arm64',
+ },
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.client.libyuv/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698