| Index: content/test/gpu/PRESUBMIT.py
|
| diff --git a/content/test/gpu/PRESUBMIT.py b/content/test/gpu/PRESUBMIT.py
|
| index b8fa696b208484ce77e3193a51b58f8696dbfb8c..c1725d6340b0e15bb46f238788893e15a5e3f478 100644
|
| --- a/content/test/gpu/PRESUBMIT.py
|
| +++ b/content/test/gpu/PRESUBMIT.py
|
| @@ -73,9 +73,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 = []
|
|
|