From 4ddc5df971ed3d2965ffeab580706710e5981c03 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 12 Dec 2011 03:05:04 +0000 Subject: 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 --- base/PRESUBMIT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/PRESUBMIT.py') diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py index 459751e..cf6827c 100644 --- a/base/PRESUBMIT.py +++ b/base/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'] -- cgit v1.1