Skip to content

Commit

Permalink
Sync PRESUBMIT with CQ: win_x64_rel -> win_chromium_x64_rel
Browse files Browse the repository at this point in the history
BUG=358130
R=maruel@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263891 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
phajdan.jr@chromium.org committed Apr 15, 2014
1 parent 2268666 commit 2a20716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@ def GetDefaultTryConfigs(bots=None):
'win_chromium_compile_dbg': ['defaulttests'],
'win_chromium_dbg': ['defaulttests'],
'win_chromium_rel': ['defaulttests'],
'win_chromium_x64_rel': ['defaulttests'],
'win_nacl_sdk_build': ['compile'],
'win_rel': standard_tests + [
'app_list_unittests',
Expand Down Expand Up @@ -1453,7 +1454,7 @@ def GetPreferredTryMasters(project, change):
'mac_chromium_rel',
'win_chromium_compile_dbg',
'win_chromium_rel',
'win_x64_rel',
'win_chromium_x64_rel',
]

# Match things like path/aura/file.cc and path/file_aura.cc.
Expand Down

0 comments on commit 2a20716

Please sign in to comment.