Skip to content

Commit

Permalink
Sync PRESUBMIT files with latest CQ changes
Browse files Browse the repository at this point in the history
BUG=none
R=maruel@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263810 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
phajdan.jr@chromium.org committed Apr 15, 2014
1 parent 471eeb5 commit c17144e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,8 @@ def GetDefaultTryConfigs(bots=None):
],
'win': ['compile'],
'win_chromium_compile_dbg': ['defaulttests'],
'win_chromium_dbg': ['defaulttests'],
'win_chromium_rel': ['defaulttests'],
'win_nacl_sdk_build': ['compile'],
'win_rel': standard_tests + [
'app_list_unittests',
Expand Down Expand Up @@ -1429,7 +1431,7 @@ def GetPreferredTryMasters(project, change):
'mac_chromium_rel',
])
if all(re.search('(^|[/_])win[/_.]', f) for f in files):
return GetDefaultTryConfigs(['win', 'win_rel'])
return GetDefaultTryConfigs(['win_chromium_dbg', 'win_chromium_rel'])
if all(re.search('(^|[/_])android[/_.]', f) for f in files):
return GetDefaultTryConfigs([
'android_aosp',
Expand All @@ -1450,7 +1452,7 @@ def GetPreferredTryMasters(project, change):
'mac_chromium_compile_dbg',
'mac_chromium_rel',
'win_chromium_compile_dbg',
'win_rel',
'win_chromium_rel',
'win_x64_rel',
]

Expand Down
2 changes: 1 addition & 1 deletion chrome/browser/sync/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def GetPreferredTryMasters(project, change):
'tryserver.chromium': {
'linux_chromium_rel': set(['defaulttests']),
'mac_chromium_rel': set(['defaulttests']),
'win_rel': set(['sync_integration_tests']),
'win_chromium_rel': set(['defaulttests']),
}
}
2 changes: 1 addition & 1 deletion chrome/common/net/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def GetPreferredTryMasters(project, change):
'tryserver.chromium': {
'linux_chromium_rel': set(['defaulttests']),
'mac_chromium_rel': set(['defaulttests']),
'win_rel': set(['sync_integration_tests']),
'win_chromium_rel': set(['defaulttests']),
}
}
2 changes: 1 addition & 1 deletion jingle/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def GetPreferredTryMasters(project, change):
'tryserver.chromium': {
'linux_chromium_rel': set(['defaulttests']),
'mac_chromium_rel': set(['defaulttests']),
'win_rel': set(['sync_integration_tests']),
'win_chromium_rel': set(['defaulttests']),
}
}
2 changes: 1 addition & 1 deletion net/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def GetPreferredTryMasters(project, change):
'tryserver.chromium': {
'linux_chromium_rel': set(['defaulttests']),
'mac_chromium_rel': set(['defaulttests']),
'win_rel': set(['sync_integration_tests']),
'win_chromium_rel': set(['defaulttests']),
}
}
# Changes that touch NSS files will likely need a corresponding OpenSSL edit.
Expand Down
2 changes: 1 addition & 1 deletion sync/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def GetPreferredTryMasters(project, change):
'tryserver.chromium': {
'linux_chromium_rel': set(['defaulttests']),
'mac_chromium_rel': set(['defaulttests']),
'win_rel': set(['sync_integration_tests']),
'win_chromium_rel': set(['defaulttests']),
}
}

0 comments on commit c17144e

Please sign in to comment.