Index: ui/compositor/PRESUBMIT.py |
diff --git a/ui/compositor/PRESUBMIT.py b/ui/compositor/PRESUBMIT.py |
index 9c2df47286a87f3e1fd54c5be1725b9e90097b5e..d99d85dcccf6242098e22d2e77a54bd1a211885a 100644 |
--- a/ui/compositor/PRESUBMIT.py |
+++ b/ui/compositor/PRESUBMIT.py |
@@ -11,6 +11,6 @@ for more details on the presubmit API built into gcl. |
def GetPreferredTryMasters(project, change): |
return { |
'tryserver.chromium': { |
- 'linux_chromeos': set(['defaulttests']), |
+ 'linux_chromium_chromeos_rel': set(['defaulttests']), |
} |
} |