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:
4
gitdm
4
gitdm
@@ -434,6 +434,10 @@ for logpatch in patches:
|
|||||||
#
|
#
|
||||||
if p.email == "jenkins@openstack.org":
|
if p.email == "jenkins@openstack.org":
|
||||||
continue
|
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
|
# Record some global information - but only if this patch had
|
||||||
|
Reference in New Issue
Block a user