| Index: chrome/common/net/PRESUBMIT.py
|
| diff --git a/chrome/common/net/PRESUBMIT.py b/chrome/common/net/PRESUBMIT.py
|
| index a904e7bf70ea03dbf60a2dd41985e0bcb6b8817f..ffcf801e12a5cb9454a8164c47b5440e9e547b99 100644
|
| --- a/chrome/common/net/PRESUBMIT.py
|
| +++ b/chrome/common/net/PRESUBMIT.py
|
| @@ -11,8 +11,8 @@ for more details on the presubmit API built into gcl.
|
| def GetPreferredTryMasters(project, change):
|
| return {
|
| 'tryserver.chromium': {
|
| - 'linux_rel': set(['sync_integration_tests']),
|
| - 'mac_rel': set(['sync_integration_tests']),
|
| + 'linux_chromium_rel': set(['defaulttests']),
|
| + 'mac_chromium_rel': set(['defaulttests']),
|
| 'win_rel': set(['sync_integration_tests']),
|
| }
|
| }
|
|
|