| Index: masters/master.client.webrtc.fyi/master_mac_cfg.py
|
| diff --git a/masters/master.client.webrtc.fyi/master_mac_cfg.py b/masters/master.client.webrtc.fyi/master_mac_cfg.py
|
| index f0036d96fcc6aa58e9e8265a61164c92c27b111f..33204b26b18e78b64b2a5af456d92d5b9e7d05f3 100644
|
| --- a/masters/master.client.webrtc.fyi/master_mac_cfg.py
|
| +++ b/masters/master.client.webrtc.fyi/master_mac_cfg.py
|
| @@ -17,8 +17,6 @@ def Update(c):
|
| 'Mac64 Debug (parallel)',
|
| 'Mac64 Release (parallel)',
|
| 'Mac Asan (parallel)',
|
| - 'iOS32 Simulator Debug',
|
| - 'iOS64 Simulator Debug',
|
| ]),
|
| ])
|
|
|
| @@ -35,14 +33,6 @@ def Update(c):
|
| 'name': 'Mac Asan (parallel)',
|
| 'slavebuilddir': 'mac_asan',
|
| },
|
| - {
|
| - 'name': 'iOS32 Simulator Debug',
|
| - 'slavebuilddir': 'mac64',
|
| - },
|
| - {
|
| - 'name': 'iOS64 Simulator Debug',
|
| - 'slavebuilddir': 'mac64',
|
| - },
|
| ]
|
|
|
| c['builders'].extend([
|
|
|