summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-05 11:08:52 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-05 11:08:52 +0000
commitddbdc19c275e99d03efb9870ad2517c45ba4bf40 (patch)
treed250dad097c0edea6bab57bf7dc4ce72ca6e6f25 /PRESUBMIT.py
parent876b23e7ea1ce42753c4c9be8a70d20f9b152b72 (diff)
downloadchromium_src-ddbdc19c275e99d03efb9870ad2517c45ba4bf40.zip
chromium_src-ddbdc19c275e99d03efb9870ad2517c45ba4bf40.tar.gz
chromium_src-ddbdc19c275e99d03efb9870ad2517c45ba4bf40.tar.bz2
Don't send all the tryjobs to linux_asan by default, since it can't currently cope with the load.
BUG=135155 TBR=nsylvain Review URL: https://chromiumcodereview.appspot.com/10918069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 22ff1a5..88caf90 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -587,7 +587,7 @@ def GetPreferredTrySlaves(project, change):
return ['android']
trybots = ['win_rel', 'linux_rel', 'mac_rel', 'linux_clang:compile',
- 'linux_chromeos', 'android', 'linux_asan', 'mac_asan']
+ 'linux_chromeos', 'android', 'mac_asan']
# Match things like path/aura/file.cc and path/file_aura.cc.
# Same for ash and chromeos.