| Index: chrome/common/net/PRESUBMIT.py
|
| diff --git a/chrome/common/net/PRESUBMIT.py b/chrome/common/net/PRESUBMIT.py
|
| index 7eac4b699e1e37324213964ee0f9e9ee16d74e2b..b47c277308f07e59bf0d8d172bed9f0722eae3f2 100644
|
| --- a/chrome/common/net/PRESUBMIT.py
|
| +++ b/chrome/common/net/PRESUBMIT.py
|
| @@ -9,4 +9,8 @@ for more details on the presubmit API built into gcl.
|
| """
|
|
|
| def GetPreferredTrySlaves():
|
| - return ['win_sync', 'linux_sync', 'mac_sync']
|
| + return [
|
| + 'linux_rel:sync_integration_tests',
|
| + 'mac_rel:sync_integration_tests',
|
| + 'win_rel:sync_integration_tests',
|
| + ]
|
|
|