| Index: net/PRESUBMIT.py
|
| diff --git a/net/PRESUBMIT.py b/net/PRESUBMIT.py
|
| index b81f2f5c513db4fbc586abb0df341cac3500c564..abed52a1ea723b80f5faea2c050c5e52df958989 100644
|
| --- a/net/PRESUBMIT.py
|
| +++ b/net/PRESUBMIT.py
|
| @@ -9,7 +9,7 @@ for more details on the presubmit API built into gcl.
|
| """
|
|
|
| def GetPreferredTrySlaves(project, change):
|
| - slaves = ['win', 'linux', 'mac', 'win_sync', 'linux_sync', 'mac_sync']
|
| + slaves = ['win_sync', 'linux_sync', 'mac_sync']
|
| # Changes that touch NSS files will likely need a corresponding OpenSSL edit.
|
| # Conveniently, this one glob also matches _openssl.* changes too.
|
| if any('nss' in f.LocalPath() for f in change.AffectedFiles()):
|
|
|