Index: net/PRESUBMIT.py |
diff --git a/net/PRESUBMIT.py b/net/PRESUBMIT.py |
index 4c0ac24cc11ab9e96371f44d24cc8f4ac6112d78..8ac6ca606fba9491d2ba60a837b984c33f8fe6ba 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']), |
} |
} |