Skip to content

Commit

Permalink
Add linux_chromeos to default tryjob.
Browse files Browse the repository at this point in the history
Review URL: https://chromiumcodereview.appspot.com/10867093

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153751 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jam@chromium.org committed Aug 28, 2012
1 parent f17ecca commit 30f314c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 30f314c

Please sign in to comment.