summaryrefslogtreecommitdiffstats
path: root/skia/PRESUBMIT.py
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2014-10-15 17:56:57 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-16 00:57:37 +0000
commitcad175bcb2dec50bc1215a664abc5b179d585657 (patch)
tree81fbed8c7fe264872c7949696fdc80793e4cfc98 /skia/PRESUBMIT.py
parenta053ef69be56c9d073a8e383491e0f0854240250 (diff)
downloadchromium_src-cad175bcb2dec50bc1215a664abc5b179d585657.zip
chromium_src-cad175bcb2dec50bc1215a664abc5b179d585657.tar.gz
chromium_src-cad175bcb2dec50bc1215a664abc5b179d585657.tar.bz2
Remove gpu bots from sub-directory PRESUBMITs.
These bots should run when required by our top-level detection of what bots are needed. And the GPU bots are in the default sets of bots now. Review URL: https://codereview.chromium.org/661613002 Cr-Commit-Position: refs/heads/master@{#299799}
Diffstat (limited to 'skia/PRESUBMIT.py')
-rw-r--r--skia/PRESUBMIT.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/skia/PRESUBMIT.py b/skia/PRESUBMIT.py
index 61472af..6ba31dc 100644
--- a/skia/PRESUBMIT.py
+++ b/skia/PRESUBMIT.py
@@ -13,9 +13,4 @@ def GetPreferredTryMasters(project, change):
'tryserver.blink': {
'linux_blink_rel': set(['defaulttests']),
},
- 'tryserver.chromium.gpu': {
- 'linux_gpu': set(['defaulttests']),
- 'win_gpu': set(['defaulttests']),
- 'mac_gpu': set(['defaulttests']),
- },
}