summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkbr <kbr@chromium.org>2016-03-18 21:27:21 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-19 04:42:09 +0000
commita42c0729fcd41026991d60c8eeb8fd9cc80dc885 (patch)
tree65e3305fe8217bf1466ab90ce5041785404f3cb8
parent7db9ea7c5e05f1d82c6389eb7c9c23f17548c967 (diff)
downloadchromium_src-a42c0729fcd41026991d60c8eeb8fd9cc80dc885.zip
chromium_src-a42c0729fcd41026991d60c8eeb8fd9cc80dc885.tar.gz
chromium_src-a42c0729fcd41026991d60c8eeb8fd9cc80dc885.tar.bz2
Removed mac_optional_gpu_tests_rel from extra trybots in gpu/ and webgl/.
Leaving this trybot on the extra set for ANGLE and WebGL conformance rolls for the time being. BUG=596250 TBR=piman@chromium.org NOTRY=true CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel Review URL: https://codereview.chromium.org/1818503003 Cr-Commit-Position: refs/heads/master@{#382179}
-rw-r--r--gpu/PRESUBMIT.py1
-rw-r--r--third_party/WebKit/Source/modules/webgl/PRESUBMIT.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/gpu/PRESUBMIT.py b/gpu/PRESUBMIT.py
index 44b1ac6..aed2fd9 100644
--- a/gpu/PRESUBMIT.py
+++ b/gpu/PRESUBMIT.py
@@ -24,7 +24,6 @@ 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 923a26b..ef41f36 100644
--- a/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py
+++ b/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py
@@ -26,7 +26,6 @@ def PostUploadHook(cl, change, output_api):
bots = [
'tryserver.chromium.win:win_optional_gpu_tests_rel',
- 'tryserver.chromium.mac:mac_optional_gpu_tests_rel',
]
results = []