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

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

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 | « masters/master.client.libyuv/slaves.cfg ('k') | scripts/slave/recipe_modules/libyuv/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.libyuv/slaves.cfg
diff --git a/masters/master.tryserver.libyuv/slaves.cfg b/masters/master.tryserver.libyuv/slaves.cfg
index 81145be9c159cff03762741a6a61804270625c21..a0c977cfc49d1c2e2d6538873ae19bd8439556a2 100644
--- a/masters/master.tryserver.libyuv/slaves.cfg
+++ b/masters/master.tryserver.libyuv/slaves.cfg
@@ -21,12 +21,9 @@ slaves = [
'linux_tsan2',
'linux_ubsan',
'linux_ubsan_vptr',
- 'android',
- 'android_rel',
'android_gn',
'android_gn_rel',
'android_clang',
- 'android_arm64',
'android_x86',
'android_x64',
'android_mips',
@@ -34,7 +31,20 @@ slaves = [
'hostname': 'slave%d-c4' % i,
} for i in range(498, 500) + [139]
] + [
- # Mac.
+ # Linux 64-bit machine with Android device connected.
+ {
+ 'master': 'LibyuvTryServer',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ 'builder': [
+ 'android',
+ 'android_rel',
+ 'android_arm64',
+ ],
+ 'hostname': 'build179-b4',
+ }
+] + [ # Mac.
{
'master': 'LibyuvTryServer',
'os': 'mac',
« no previous file with comments | « masters/master.client.libyuv/slaves.cfg ('k') | scripts/slave/recipe_modules/libyuv/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698