summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-21 23:31:29 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-21 23:31:29 +0000
commit65d07a4181448cd47e96681922271a7b06bbd582 (patch)
tree196b6d7ba49568aac257783500bfc6207f5ca827 /PRESUBMIT.py
parentab1e57e155c30896c1c1b7b527cd638bae43ea9c (diff)
downloadchromium_src-65d07a4181448cd47e96681922271a7b06bbd582.zip
chromium_src-65d07a4181448cd47e96681922271a7b06bbd582.tar.gz
chromium_src-65d07a4181448cd47e96681922271a7b06bbd582.tar.bz2
Revert 114877 (infrastructure can't handle the load, see bug)
- Add linux_shared to the default try set! BUG=105750 TEST=none Review URL: http://codereview.chromium.org/8969030 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/8999027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115443 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 8a8a94f..2ff37a8 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -338,7 +338,7 @@ def GetPreferredTrySlaves(project, change):
f.LocalPath().endswith(('.mm', '.m')) for f in change.AffectedFiles())
if only_objc_files:
return ['mac_rel']
- preferred = ['win_rel', 'linux_rel', 'mac_rel', 'linux_shared']
+ preferred = ['win_rel', 'linux_rel', 'mac_rel']
aura_re = '_aura[^/]*[.][^/]*'
if any(re.search(aura_re, f.LocalPath()) for f in change.AffectedFiles()):
preferred.append('linux_chromeos_aura:compile')