Chromium Code Reviews| Index: base/PRESUBMIT.py |
| diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py |
| index cf6827c24c6c1c43d8de2e250e9bf2d6ce3879d4..8b5327419aad2838ff63e728f74c3aa5d0412580 100644 |
| --- a/base/PRESUBMIT.py |
| +++ b/base/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', |
| + ] |