diff --git a/PRESUBMIT.py b/PRESUBMIT.py index e99161c95908b7..9db77cc81b1cf7 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -587,7 +587,7 @@ def GetPreferredTrySlaves(project, change): return ['android'] trybots = ['win_rel', 'linux_rel', 'mac_rel', 'linux_clang:compile', - 'android'] + 'linux_chromeos', 'android'] # Match things like path/aura/file.cc and path/file_aura.cc. # Same for ash and chromeos.