| Index: chrome/browser/sync/PRESUBMIT.py
|
| diff --git a/chrome/browser/sync/PRESUBMIT.py b/chrome/browser/sync/PRESUBMIT.py
|
| index 9dca46f604cae95c61640b784d54341637ebeb2c..5ea99960ff3d1c2e7d42a5cb8bcc2a4e37430f2f 100644
|
| --- a/chrome/browser/sync/PRESUBMIT.py
|
| +++ b/chrome/browser/sync/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',
|
| + ]
|
|
|