diff options
-rw-r--r-- | gpu/PRESUBMIT.py | 1 | ||||
-rw-r--r-- | third_party/WebKit/Source/modules/webgl/PRESUBMIT.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gpu/PRESUBMIT.py b/gpu/PRESUBMIT.py index aed2fd9..44b1ac6 100644 --- a/gpu/PRESUBMIT.py +++ b/gpu/PRESUBMIT.py @@ -24,6 +24,7 @@ def PostUploadHook(cl, change, output_api): bots = [ 'tryserver.chromium.win:win_optional_gpu_tests_rel', + 'tryserver.chromium.mac:mac_optional_gpu_tests_rel', ] results = [] diff --git a/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py b/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py index ef41f36..923a26b 100644 --- a/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py +++ b/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py @@ -26,6 +26,7 @@ def PostUploadHook(cl, change, output_api): bots = [ 'tryserver.chromium.win:win_optional_gpu_tests_rel', + 'tryserver.chromium.mac:mac_optional_gpu_tests_rel', ] results = [] |