summaryrefslogtreecommitdiffstats
path: root/base/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/PRESUBMIT.py')
-rw-r--r--base/PRESUBMIT.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py
index 8082590..8067a0f 100644
--- a/base/PRESUBMIT.py
+++ b/base/PRESUBMIT.py
@@ -51,8 +51,8 @@ def CheckChangeOnCommit(input_api, output_api):
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']),
}
}