| Index: jingle/PRESUBMIT.py
|
| diff --git a/jingle/PRESUBMIT.py b/jingle/PRESUBMIT.py
|
| index 427ddcd761c0479b3767dcbc197491508ff65a30..7169e480afa2a76e5f21f6efef997580b1373df7 100644
|
| --- a/jingle/PRESUBMIT.py
|
| +++ b/jingle/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',
|
| + ]
|
|
|