Don't send try jobs to win7_aura since it's a subset of win_rel and will go away.
BUG=316199 R=joi@chromium.org, phajdan.jr@chromium.org, stip@chromium.org Review URL: https://codereview.chromium.org/62213006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234544 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -1036,7 +1036,7 @@ def GetPreferredTrySlaves(project, change):
|
|||||||
if all(re.search('\.(m|mm)$|(^|[/_])mac[/_.]', f) for f in files):
|
if all(re.search('\.(m|mm)$|(^|[/_])mac[/_.]', f) for f in files):
|
||||||
return ['mac_rel', 'mac:compile']
|
return ['mac_rel', 'mac:compile']
|
||||||
if all(re.search('(^|[/_])win[/_.]', f) for f in files):
|
if all(re.search('(^|[/_])win[/_.]', f) for f in files):
|
||||||
return ['win_rel', 'win7_aura', 'win:compile']
|
return ['win_rel', 'win:compile']
|
||||||
if all(re.search('(^|[/_])android[/_.]', f) for f in files):
|
if all(re.search('(^|[/_])android[/_.]', f) for f in files):
|
||||||
return ['android_aosp', 'android_dbg', 'android_clang_dbg']
|
return ['android_aosp', 'android_dbg', 'android_clang_dbg']
|
||||||
if all(re.search('^native_client_sdk', f) for f in files):
|
if all(re.search('^native_client_sdk', f) for f in files):
|
||||||
@@ -1056,7 +1056,6 @@ def GetPreferredTrySlaves(project, change):
|
|||||||
'linux_rel',
|
'linux_rel',
|
||||||
'mac_rel',
|
'mac_rel',
|
||||||
'mac:compile',
|
'mac:compile',
|
||||||
'win7_aura',
|
|
||||||
'win_rel',
|
'win_rel',
|
||||||
'win:compile',
|
'win:compile',
|
||||||
'win_x64_rel:base_unittests',
|
'win_x64_rel:base_unittests',
|
||||||
|
Reference in New Issue
Block a user