| Index: chrome/browser/ui/webui/PRESUBMIT.py
|
| diff --git a/chrome/browser/ui/webui/PRESUBMIT.py b/chrome/browser/ui/webui/PRESUBMIT.py
|
| index 8311e1ce9df03105f8bcbce36174387e8b6cfaa4..5a28e5a441b2ab769ff3f156c20cc25ed0bc33d2 100644
|
| --- a/chrome/browser/ui/webui/PRESUBMIT.py
|
| +++ b/chrome/browser/ui/webui/PRESUBMIT.py
|
| @@ -8,5 +8,9 @@ See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
|
| for more details on the presubmit API built into gcl.
|
| """
|
|
|
| -def GetPreferredTrySlaves():
|
| - return ['linux_chromeos']
|
| +def GetPreferredTryMasters(project, change):
|
| + return {
|
| + 'tryserver.chromium': {
|
| + 'linux_chromeos': set(['defaulttests']),
|
| + }
|
| + }
|
|
|