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

Unified Diff: masters/master.client.libyuv/slaves.cfg

Issue 2306373003: libyuv: Add Android Testers (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: masters/master.client.libyuv/slaves.cfg
diff --git a/masters/master.client.libyuv/slaves.cfg b/masters/master.client.libyuv/slaves.cfg
index 9c7f1ba78602ad4449882065b73c8817afaa98bb..9d8547f10adec09589513a2a416c133723d37fa8 100644
--- a/masters/master.client.libyuv/slaves.cfg
+++ b/masters/master.client.libyuv/slaves.cfg
@@ -48,6 +48,20 @@ slaves = [
'hostname': host,
} for host in list('vm%d-m3' % i for i in range(322, 324)) + ['slave90-c3']
] + [
+ # Linux 64-bit machine with Android device connected.
+ {
+ 'master': 'Libyuv',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ 'builder': [
+ 'Android Tester ARM32 Debug (Nexus 5X)',
+ 'Android Tester ARM32 Release (Nexus 5X)',
+ 'Android Tester ARM64 Debug (Nexus 5X)',
+ ],
+ 'hostname': 'build35-b3',
+ }
+] + [
# Mac.
{
'master': 'Libyuv',

Powered by Google App Engine
This is Rietveld 408576698