| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 06c92efa89f1cdef939cd6818d8f0ee615b9042e..aa79141a90fa5217e6f29f1b7646c0744a21ffd5 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
|
|
|