PRESUBMIT: Add Android ARM64 and remove Linux TSan
Update the default trybots due to recent changes in the trybots available. TBR=tommi@webrtc.org BUG=chromium:354539 Review URL: https://webrtc-codereview.appspot.com/21619004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6364 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e3cdd9959e
commit
9359edaf78
@ -172,6 +172,7 @@ def GetPreferredTryMasters(project, change):
|
|||||||
|
|
||||||
android_bots = [
|
android_bots = [
|
||||||
'android',
|
'android',
|
||||||
|
'android_arm64',
|
||||||
'android_apk',
|
'android_apk',
|
||||||
'android_apk_rel',
|
'android_apk_rel',
|
||||||
'android_rel',
|
'android_rel',
|
||||||
@ -187,7 +188,6 @@ def GetPreferredTryMasters(project, change):
|
|||||||
'linux_baremetal',
|
'linux_baremetal',
|
||||||
'linux_memcheck',
|
'linux_memcheck',
|
||||||
'linux_rel',
|
'linux_rel',
|
||||||
'linux_tsan',
|
|
||||||
'linux_tsan2',
|
'linux_tsan2',
|
||||||
]
|
]
|
||||||
mac_bots = [
|
mac_bots = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user