Index: third_party/WebKit/Source/modules/webgl/PRESUBMIT.py |
diff --git a/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py b/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py |
index 923a26b3d4d608a8d781569fdfbed7637f594535..389fdeab1f0c89e2184b8ddee5f385c059245d3f 100644 |
--- a/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py |
+++ b/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py |
@@ -25,8 +25,8 @@ def PostUploadHook(cl, change, output_api): |
return [] |
bots = [ |
- 'tryserver.chromium.win:win_optional_gpu_tests_rel', |
- 'tryserver.chromium.mac:mac_optional_gpu_tests_rel', |
+ 'master.tryserver.chromium.win:win_optional_gpu_tests_rel', |
+ 'master.tryserver.chromium.mac:mac_optional_gpu_tests_rel', |
] |
results = [] |