summaryrefslogtreecommitdiffstats
path: root/jingle/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/PRESUBMIT.py')
-rw-r--r--jingle/PRESUBMIT.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jingle/PRESUBMIT.py b/jingle/PRESUBMIT.py
index efbfc0c..f022b03 100644
--- a/jingle/PRESUBMIT.py
+++ b/jingle/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']),
}
}