summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorpetermayo@chromium.org <petermayo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 18:23:38 +0000
committerpetermayo@chromium.org <petermayo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 18:23:38 +0000
commit82f13d637d62f221863903137ec02f5cbbbf1bf7 (patch)
treebc73180bde08f4c224b2a814071dc2b2273055f2 /PRESUBMIT.py
parent64e3553b4b0ececd55a3e1d1ea36d5bcacecf62a (diff)
downloadchromium_src-82f13d637d62f221863903137ec02f5cbbbf1bf7.zip
chromium_src-82f13d637d62f221863903137ec02f5cbbbf1bf7.tar.gz
chromium_src-82f13d637d62f221863903137ec02f5cbbbf1bf7.tar.bz2
Update the aura tester used to the linux_chromeos_aura.
Sky assures me this will point the devs who hit problems to relevant problems quickly and more often. BUG=chromium:107599 TEST=None TBR=God NOTRY=true Review URL: http://codereview.chromium.org/8968019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114830 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 8caa4b5..2ff37a8 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_aura:compile')
+ preferred.append('linux_chromeos_aura:compile')
return preferred