The ChromeBloat bot will now also be ignored for LKGRs.
BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/543004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2156 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -29,6 +29,7 @@ class TrackBuildStatusTest(unittest.TestCase):
|
||||
def test_that_filter_chrome_only_builds_filter_properly(self):
|
||||
bot_to_status_mapping = copy.deepcopy(NORMAL_BOT_TO_STATUS_MAPPING)
|
||||
bot_to_status_mapping['133445--Chrome'] = '901--OK'
|
||||
bot_to_status_mapping['133441--ChromeBloat'] = '344--OK'
|
||||
|
||||
result = track_build_status._filter_chrome_only_builds(
|
||||
bot_to_status_mapping)
|
||||
|
Reference in New Issue
Block a user