summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorsaintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 01:05:49 +0000
committersaintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 01:05:49 +0000
commite9b2388c3292e26273a1d84ad4bd64e9f745f8bf (patch)
tree9e2982e188c69ea3b44564a80ed861032feab2d7 /PRESUBMIT.py
parentbba6c437d4f13a8257911da9e025eac952446ba9 (diff)
downloadchromium_src-e9b2388c3292e26273a1d84ad4bd64e9f745f8bf.zip
chromium_src-e9b2388c3292e26273a1d84ad4bd64e9f745f8bf.tar.gz
chromium_src-e9b2388c3292e26273a1d84ad4bd64e9f745f8bf.tar.bz2
Renamed old bot to existing trybot.
TBR=ben@chromium.org BUG=112154 TEST=none Review URL: https://chromiumcodereview.appspot.com/9325016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120259 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 06c92ef..aa79141 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -341,5 +341,5 @@ def GetPreferredTrySlaves(project, change):
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')
+ preferred.append('linux_chromeos')
return preferred