diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 01:36:58 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 01:36:58 +0000 |
commit | 43452a3e2806760d3414c40dfb854ac73ffbe18e (patch) | |
tree | 0513c76ad2a58fdfa951541133d9149f6af634cf /cc/PRESUBMIT.py | |
parent | 6ff80ce77fb34adecf96ffb1604cf328649801a7 (diff) | |
download | chromium_src-43452a3e2806760d3414c40dfb854ac73ffbe18e.zip chromium_src-43452a3e2806760d3414c40dfb854ac73ffbe18e.tar.gz chromium_src-43452a3e2806760d3414c40dfb854ac73ffbe18e.tar.bz2 |
cc: Add gpu bots to cc/ default set of try bots.
This ads win_gpu, linux_gpu, mac_gpu, and mac_gpu_retina to the default
set of bots to run on patches that touch cc/ when doing "git cl try".
This has no effect on the commit queue bot set which is maintained
elsewhere by the infra team.
R=kbr@chromium.org
BUG=
Review URL: https://codereview.chromium.org/29993005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/PRESUBMIT.py')
-rw-r--r-- | cc/PRESUBMIT.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/PRESUBMIT.py b/cc/PRESUBMIT.py index 9e84e3f..76358f3 100644 --- a/cc/PRESUBMIT.py +++ b/cc/PRESUBMIT.py @@ -196,4 +196,8 @@ def CheckChangeOnUpload(input_api, output_api): def GetPreferredTrySlaves(project, change): return [ 'linux_layout_rel', + 'win_gpu', + 'linux_gpu', + 'mac_gpu', + 'mac_gpu_retina', ] |