diff options
Diffstat (limited to 'net/PRESUBMIT.py')
-rw-r--r-- | net/PRESUBMIT.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/PRESUBMIT.py b/net/PRESUBMIT.py index 4c0ac24..8ac6ca6 100644 --- a/net/PRESUBMIT.py +++ b/net/PRESUBMIT.py @@ -11,8 +11,8 @@ for more details on the presubmit API built into gcl. def GetPreferredTryMasters(project, change): masters = { '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']), } } |