Commit 94be7f70 authored by danakj@chromium.org's avatar danakj@chromium.org

Add GPU bots to the default set of try jobs in ui/gl/ and gpu/.

R=kbr@chromium.org, piman@chromium.org, piman
BUG=270918

Review URL: https://codereview.chromium.org/151593002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248541 0039d316-1c4b-4281-b951-d872f2087c98
parent 01138980
......@@ -4,8 +4,8 @@
"""Top-level presubmit script for cc.
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
details on the presubmit API built into gcl.
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.
"""
import re
......@@ -227,8 +227,8 @@ def CheckChangeOnUpload(input_api, output_api):
def GetPreferredTrySlaves(project, change):
return [
'linux_layout_rel',
'win_gpu',
'linux_gpu',
'mac_gpu',
'mac_gpu_retina',
'win_gpu',
]
# Copyright (c) 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Top-level presubmit script for gpu/.
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.
"""
def GetPreferredTrySlaves(project, change):
return [
'linux_gpu',
'mac_gpu',
'mac_gpu_retina',
'win_gpu',
]
# Copyright (c) 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Top-level presubmit script for ui/gl/.
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.
"""
def GetPreferredTrySlaves(project, change):
return [
'linux_gpu',
'mac_gpu',
'mac_gpu_retina',
'win_gpu',
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment