Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index acb81968594ce4fcfcce06e09dba8979df881471..e94741f704bf01393d23edf65db39263dfb9ff06 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -310,6 +310,7 @@ def GetPreferredTrySlaves(project, change): |
if only_objc_files: |
return ['mac_rel'] |
preferred = ['win_rel', 'linux_rel', 'mac_rel'] |
+ preferred = ['win_rel', 'linux_rel', 'mac_rel', 'linux_clang'] |
if any(f.endswith(('.h', '.cc', '.cpp', '.cxx')) for f in affected_files): |
preferred.append('linux_clang') |
aura_re = '_aura[^/]*[.][^/]*' |