summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
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