| Index: ui/events/PRESUBMIT.py
|
| diff --git a/ui/events/PRESUBMIT.py b/ui/events/PRESUBMIT.py
|
| index b6284624e166d7efcadefd97d132fed736a7ea59..532c187d0b17556312a670f2afa53a82bf7731a0 100644
|
| --- a/ui/events/PRESUBMIT.py
|
| +++ b/ui/events/PRESUBMIT.py
|
| @@ -18,7 +18,7 @@ def GetPreferredTryMasters(project, change):
|
| return {
|
| 'tryserver.chromium.linux': {
|
| 'linux_chromium_rel_swarming': tests,
|
| - 'linux_chromium_chromeos_rel': tests,
|
| + 'linux_chromium_chromeos_rel_swarming': tests,
|
| 'linux_chromeos_asan': tests,
|
| },
|
| 'tryserver.chromium.win': {
|
|
|