diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-09 21:28:30 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-09 21:28:30 +0000 |
commit | 5c5f13049b6dbabc155fb25732cc02946d971ee2 (patch) | |
tree | 821d5cf8bc66d017cf19126396df15d4cf94b197 /PRESUBMIT.py | |
parent | 142d754b9ee7bbffbafaa0457e9017b03fc11931 (diff) | |
download | chromium_src-5c5f13049b6dbabc155fb25732cc02946d971ee2.zip chromium_src-5c5f13049b6dbabc155fb25732cc02946d971ee2.tar.gz chromium_src-5c5f13049b6dbabc155fb25732cc02946d971ee2.tar.bz2 |
Added mac_gpu to the default set of try servers.
mac_gpu is already experimentally receiving a percentage of the
Chromium and Blink CQs' load, and the hardware has just been fully
built out. Expand its testing to cover manually submitted try jobs.
BUG=327170
R=phajdan.jr@chromium.org,maruel@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/269313009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 073886a..e5bbf5b 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -1306,6 +1306,7 @@ def GetTryServerMasterForBot(bot): Assumes that most Try Servers are on the tryserver.chromium master.""" non_default_master_map = { 'linux_gpu': 'tryserver.chromium.gpu', + 'mac_gpu': 'tryserver.chromium.gpu', 'win_gpu': 'tryserver.chromium.gpu', } return non_default_master_map.get(bot, 'tryserver.chromium') @@ -1389,6 +1390,7 @@ def GetDefaultTryConfigs(bots=None): ], 'mac_chromium_compile_dbg': ['defaulttests'], 'mac_chromium_rel': ['defaulttests'], + 'mac_gpu': ['defaulttests'], 'mac_nacl_sdk_build': ['compile'], 'mac_rel': [ 'telemetry_perf_unittests', @@ -1517,6 +1519,7 @@ def GetPreferredTryMasters(project, change): 'linux_gpu', 'mac_chromium_compile_dbg', 'mac_chromium_rel', + 'mac_gpu', 'win_chromium_compile_dbg', 'win_chromium_rel', 'win_chromium_x64_rel', |