| Index: gpu/PRESUBMIT.py
|
| diff --git a/gpu/PRESUBMIT.py b/gpu/PRESUBMIT.py
|
| index 034a9d8cdb9a771169202568c134c6dd020a9f87..d993bd90a5c8ae70e0ee24a6c7e70215d2732239 100644
|
| --- a/gpu/PRESUBMIT.py
|
| +++ b/gpu/PRESUBMIT.py
|
| @@ -23,9 +23,9 @@ def PostUploadHook(cl, change, output_api):
|
| return []
|
|
|
| bots = [
|
| - 'tryserver.chromium.linux:linux_optional_gpu_tests_rel',
|
| - 'tryserver.chromium.mac:mac_optional_gpu_tests_rel',
|
| - 'tryserver.chromium.win:win_optional_gpu_tests_rel',
|
| + 'master.tryserver.chromium.linux:linux_optional_gpu_tests_rel',
|
| + 'master.tryserver.chromium.mac:mac_optional_gpu_tests_rel',
|
| + 'master.tryserver.chromium.win:win_optional_gpu_tests_rel',
|
| ]
|
|
|
| results = []
|
|
|