summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 03:18:28 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 03:18:28 +0000
commit0094fa132f2dc5679341c6a5051b047df7fdb653 (patch)
treea1d2a1aecf1ad5016a09cd97777100775f4cb614 /net
parenteb2e67ab0969ae6656597a3857c2e9e23377973c (diff)
downloadchromium_src-0094fa132f2dc5679341c6a5051b047df7fdb653.zip
chromium_src-0094fa132f2dc5679341c6a5051b047df7fdb653.tar.gz
chromium_src-0094fa132f2dc5679341c6a5051b047df7fdb653.tar.bz2
More sync of PRESUBMIT with what CQ runs
This removes some configs that were here below in an attempt to reduce the tryserver load. They can be added later slowly after we verify they don't cause unnecessary load. Note that CQ was not checking them anyway, so they were losing at least 50% CL coverage. TBR=maruel BUG=317931 Review URL: https://codereview.chromium.org/198333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/PRESUBMIT.py4
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']),
}
}