Index: ui/compositor/PRESUBMIT.py |
diff --git a/ui/compositor/PRESUBMIT.py b/ui/compositor/PRESUBMIT.py |
index 8f465d0e0eef48ed56fa236922046ac34a9279c2..9c2df47286a87f3e1fd54c5be1725b9e90097b5e 100644 |
--- a/ui/compositor/PRESUBMIT.py |
+++ b/ui/compositor/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']), |
+ } |
+ } |