| Index: ui/compositor/PRESUBMIT.py
|
| diff --git a/ui/compositor/PRESUBMIT.py b/ui/compositor/PRESUBMIT.py
|
| index 6bc103cc4714548a0084fdcc5cd51ab6477cc723..405f8ce1bfb3b0b64aa59575935412a952a2cf63 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': {
|
| - 'linux_chromium_chromeos_rel': set(['defaulttests']),
|
| + 'linux_chromium_chromeos_rel_swarming': set(['defaulttests']),
|
| }
|
| }
|
|
|