aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2015-04-20 08:58:18 +0200
committerHenrik Kjellander <kjellander@webrtc.org>2015-04-20 06:58:07 +0000
commitd43ba89d0056854e84c6dc7f12698edd14719efb (patch)
treed0cbaac2731aff6be9773553d35bfab42e004e4a /PRESUBMIT.py
parent599beb86871dacf9e7e714366c073940c591ef25 (diff)
downloadwebrtc-d43ba89d0056854e84c6dc7f12698edd14719efb.tar.gz
PRESUBMIT: Add new trybots for iOS Simulator
Trybots added in https://codereview.chromium.org/1096683002 BUG=chromium:478057 R=phoglund@webrtc.org Review URL: https://webrtc-codereview.appspot.com/49049004 Cr-Commit-Position: refs/heads/master@{#9031}
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 7a51859003..55e7e06f7c 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -334,6 +334,8 @@ def GetPreferredTryMasters(project, change):
'ios_arm64',
'ios_arm64_rel',
'ios_rel',
+ 'ios32_sim',
+ 'ios64_sim',
]
linux_gn_bots = [
'linux_gn',