Updated tracker to filter the new chrome bots too.
BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/562009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2232 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2853dde520
commit
dedfe4db70
@ -48,7 +48,7 @@ def _is_chrome_only_build(revision_to_bot_name):
|
|||||||
revisions will not reach that number in the foreseeable future."""
|
revisions will not reach that number in the foreseeable future."""
|
||||||
revision = int(revision_to_bot_name.split('--')[0])
|
revision = int(revision_to_bot_name.split('--')[0])
|
||||||
bot_name = revision_to_bot_name.split('--')[1]
|
bot_name = revision_to_bot_name.split('--')[1]
|
||||||
return bot_name.startswith('Chrome') and revision > 100000
|
return 'Chrome' in bot_name and revision > 100000
|
||||||
|
|
||||||
|
|
||||||
def _filter_chrome_only_builds(bot_to_status_mapping):
|
def _filter_chrome_only_builds(bot_to_status_mapping):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user