Add automated CI emails to be skipped in metrics

Omit two other automated/CI email addresses from metrics collection

Change-Id: I77b44e2ebd385a6f4e3d05d7da20e65a18fe85fb
This commit is contained in:
Dan Stangel 2014-07-15 09:23:14 -06:00
parent adcfbdda8d
commit 9ae04f50b2
1 changed files with 4 additions and 0 deletions

4
gitdm
View File

@ -434,6 +434,10 @@ for logpatch in patches:
#
if p.email == "jenkins@openstack.org":
continue
if p.email == "jenkins@review.openstack.org":
continue
if p.email == "openstack-infra@lists.openstack.org":
continue
#
# Record some global information - but only if this patch had