From be18c493d030ed25c792c1d33d9cfcda0cb05a83 Mon Sep 17 00:00:00 2001 From: "kjellander@google.com" Date: Wed, 3 Dec 2014 14:44:47 +0000 Subject: [PATCH] Add iOS ARM64 and XCode 6.1 to default trybots. TBR=fbarchard@google.com BUG=libyuv:370 Review URL: https://webrtc-codereview.appspot.com/32619004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1187 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- PRESUBMIT.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 80ec30043..5c2ba9585 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -31,7 +31,17 @@ def GetPreferredTryMasters(project, change): 'mac_x64_rel', 'ios', 'ios_rel', + 'ios_arm64', + 'ios_arm64_rel', 'mac_asan', + 'mac_xcode61', + 'mac_rel_xcode61', + 'mac_x64_rel_xcode61', + 'ios_xcode61', + 'ios_rel_xcode61', + 'ios_arm64_xcode61', + 'ios_arm64_rel_xcode61', + 'mac_asan_xcode61', 'linux', 'linux_rel', 'linux_memcheck',