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