Eyal Edri has posted comments on this change. Change subject: infra: Alert/Abandon old Gerrit patches Any patch with no activity for 30 days send an email to author and cc all parties. If author not from RedHat cc iheim@ and bazulay@ by default. ......................................................................
Patch Set 14: Code-Review+1 (1 comment) other than the duplicate email to iheim, looks good. now we can try it via jenkins job starting with the dryrun option are you ready to write some yaml with jenkins job runner? :) https://gerrit.ovirt.org/#/c/37426/14/scripts/alert_old_patches.py File scripts/alert_old_patches.py: Line 21: import smtplib Line 22: import argparse Line 23: import os Line 24: Line 25: CC_EMAIL = "[email protected],[email protected],[email protected]" you have duplicate iheim address Line 26: SSH = "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" Line 27: Line 28: Line 29: def check_forgotten_patches(days, t_project): -- To view, visit https://gerrit.ovirt.org/37426 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic911411a61e097c734d0199cc04057c393b974f9 Gerrit-PatchSet: 14 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: Vishnu Sreekumar <[email protected]> Gerrit-Reviewer: Barak Korren <[email protected]> Gerrit-Reviewer: David Caro <[email protected]> Gerrit-Reviewer: Eyal Edri <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Vishnu Sreekumar <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
