Skip to content
Snippets Groups Projects
Commit 3b957593 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Initial changes to zuul for site and email

parent a8ae8a15
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment