diff --git a/zuul/layout.yaml b/zuul/layout.yaml index fba83a20a7f7d9f519916a5b83bae44ac20810b2..15cc73c77707c5675a998b348c162b28b09e7e16 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -15,28 +15,28 @@ pipelines: # recheck trigger that runs the check pipeline jobs when someone # adds a comment to a review that says "recheck myvendor". - event: comment-added - comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck myvendor\s*$ + comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck rcs-test-ci\s*$ success: gerrit: verified: 1 smtp: #TODO: Update these to real e-mail addresses - to: third_party_ci@example.com - from: zuul@example.com + to: jpr@uab.edu + from: jpr@uab.edu subject: 'Silent check of {change.project} {change.number},{change.patchset} passed' failure: gerrit: verified: -1 smtp: #TODO: Update these to real e-mail addresses - to: third_party_ci@example.com - from: zuul@example.com + to: jpr@uab.edu + from: jpr@uab.edu subject: 'Silent check of {change.project} {change.number},{change.patchset} failed' merge-failure: smtp: #TODO: Update these to real e-mail addresses - to: third_party_ci@example.com - from: zuul@example.com + to: jpr@uab.edu + from: jpr@uab.edu subject: Upstream change {change} has a merge failure @@ -52,14 +52,14 @@ pipelines: success: smtp: #TODO: Update these to real e-mail addresses - to: third_party_ci@example.com - from: zuul@example.com + to: jpr@uab.edu + from: jpr@uab.edu subject: 'Silent check of {change.project} {change.number},{change.patchset} passed' failure: smtp: #TODO: Update these to real e-mail addresses - to: third_party_ci@example.com - from: zuul@example.com + to: jpr@uab.edu + from: jpr@uab.edu subject: 'Silent check of {change.project} {change.number},{change.patchset} failed'