Index: chrome/browser/ui/libgtk2ui/PRESUBMIT.py |
diff --git a/chrome/browser/ui/libgtk2ui/PRESUBMIT.py b/chrome/browser/ui/libgtk2ui/PRESUBMIT.py |
index 831b00135dfd6aed70117f5b02491f634b1b7208..269f39dbbd1aa85add5c2666c0c38a23cb8d3687 100755 |
--- a/chrome/browser/ui/libgtk2ui/PRESUBMIT.py |
+++ b/chrome/browser/ui/libgtk2ui/PRESUBMIT.py |
@@ -10,5 +10,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_rel'] |
+def GetPreferredTryMasters(project, change): |
+ return { |
+ 'tryserver.chromium': { |
+ 'linux_rel': set(['defaulttests']), |
+ } |
+ } |