| Index: gpu/PRESUBMIT.py
|
| diff --git a/gpu/PRESUBMIT.py b/gpu/PRESUBMIT.py
|
| index 9ef8f8cad3aae4fe57020e968ecf5ac482fecd12..ee39b8c997c33b1a74043dad32492ccc09f4ac37 100644
|
| --- a/gpu/PRESUBMIT.py
|
| +++ b/gpu/PRESUBMIT.py
|
| @@ -10,7 +10,7 @@ for more details about the presubmit API built into depot_tools.
|
|
|
| def GetPreferredTryMasters(project, change):
|
| return {
|
| - 'tryserver.chromium': {
|
| + 'tryserver.chromium.gpu': {
|
| 'linux_gpu': set(['defaulttests']),
|
| 'mac_gpu': set(['defaulttests']),
|
| 'win_gpu': set(['defaulttests']),
|
|
|