commit | 5fa0629c3b50dfa3a52280a624db668332c5d121 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Sep 29 01:55:00 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Sep 29 01:55:00 2009 |
tree | 36baf6f81b61f88c132a8299977c91c6b3ecd4ce | |
parent | b215a381b63020f97675c2f9c99c153bb270b35c [diff] [blame] |
Add GetPreferredTrySlaves() to presubmit scripts. BUG=23071 TEST=none Review URL: http://codereview.chromium.org/251024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27449 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index f7528e06..f42176d 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -143,3 +143,7 @@ except IOError: pass return [] + + +def GetPreferredTrySlaves(): + return ['win', 'linux', 'mac']