summaryrefslogtreecommitdiffstats
path: root/jingle/PRESUBMIT.py
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 03:05:04 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 03:05:04 +0000
commit4ddc5df971ed3d2965ffeab580706710e5981c03 (patch)
treec61f4101ea371fc42b2426bff20df8390eab72a4 /jingle/PRESUBMIT.py
parent822b56802b9a6649f13d8f0ab4abf365e3421472 (diff)
downloadchromium_src-4ddc5df971ed3d2965ffeab580706710e5981c03.zip
chromium_src-4ddc5df971ed3d2965ffeab580706710e5981c03.tar.gz
chromium_src-4ddc5df971ed3d2965ffeab580706710e5981c03.tar.bz2
Switch the default `git try` / `gcl try` bots to _rel.
That matches the CQ bots, and they're significantly faster. The global trybots are added to all subdirectory PRESUBMITs automatically, so remove win, linux, mac from subdirectory PRESUBMITs (instead of changing them too). BUG=99521 TEST=`git try` creates faster tryjobs. TBR=willchan (net), akalin (sync) Review URL: http://codereview.chromium.org/8162009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/PRESUBMIT.py')
-rw-r--r--jingle/PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/PRESUBMIT.py b/jingle/PRESUBMIT.py
index 2ed4998..427ddcd 100644
--- a/jingle/PRESUBMIT.py
+++ b/jingle/PRESUBMIT.py
@@ -9,4 +9,4 @@ for more details on the presubmit API built into gcl.
"""
def GetPreferredTrySlaves():
- return ['win', 'linux', 'mac', 'win_sync', 'linux_sync', 'mac_sync']
+ return ['win_sync', 'linux_sync', 'mac_sync']