Commit d263d5b8 authored by kbr@chromium.org's avatar kbr@chromium.org

Added win_gpu to the default set of try servers.

win_gpu is already experimentally receiving a percentage of the
Chromium and Blink CQs' load. Expand its testing to cover manually
submitted try jobs.

BUG=327170
R=phajdan.jr@chromium.org,maruel@chromium.org
TBR=darin@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267023 0039d316-1c4b-4281-b951-d872f2087c98
parent 20d3eb58
......@@ -10,3 +10,4 @@ per-file Android.mk=benm@chromium.org
per-file Android.mk=torne@chromium.org
per-file PRESUBMIT*.py=maruel@chromium.org
per-file PRESUBMIT*.py=jochen@chromium.org
per-file PRESUBMIT*.py=phajdan.jr@chromium.org
......@@ -1267,6 +1267,7 @@ def GetTryServerMasterForBot(bot):
Assumes that most Try Servers are on the tryserver.chromium master."""
non_default_master_map = {
'linux_gpu': 'tryserver.chromium.gpu',
'win_gpu': 'tryserver.chromium.gpu',
}
return non_default_master_map.get(bot, 'tryserver.chromium')
......@@ -1357,6 +1358,7 @@ def GetDefaultTryConfigs(bots=None):
'win_chromium_dbg': ['defaulttests'],
'win_chromium_rel': ['defaulttests'],
'win_chromium_x64_rel': ['defaulttests'],
'win_gpu': ['defaulttests'],
'win_nacl_sdk_build': ['compile'],
'win_rel': standard_tests + [
'app_list_unittests',
......@@ -1475,6 +1477,7 @@ def GetPreferredTryMasters(project, change):
'win_chromium_compile_dbg',
'win_chromium_rel',
'win_chromium_x64_rel',
'win_gpu',
]
# Match things like path/aura/file.cc and path/file_aura.cc.
......
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