0

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:
jam@chromium.org
2013-11-12 17:01:38 +00:00
parent 5a2637d060
commit c42e885c69

@ -1036,7 +1036,7 @@ def GetPreferredTrySlaves(project, change):
if all(re.search('\.(m|mm)$|(^|[/_])mac[/_.]', f) for f in files):
return ['mac_rel', 'mac:compile']
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):
return ['android_aosp', 'android_dbg', 'android_clang_dbg']
if all(re.search('^native_client_sdk', f) for f in files):
@ -1056,7 +1056,6 @@ def GetPreferredTrySlaves(project, change):
'linux_rel',
'mac_rel',
'mac:compile',
'win7_aura',
'win_rel',
'win:compile',
'win_x64_rel:base_unittests',