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: ...@@ -15,28 +15,28 @@ pipelines:
# recheck trigger that runs the check pipeline jobs when someone # recheck trigger that runs the check pipeline jobs when someone
# adds a comment to a review that says "recheck myvendor". # adds a comment to a review that says "recheck myvendor".
- event: comment-added - 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: success:
gerrit: gerrit:
verified: 1 verified: 1
smtp: smtp:
#TODO: Update these to real e-mail addresses #TODO: Update these to real e-mail addresses
to: third_party_ci@example.com to: jpr@uab.edu
from: zuul@example.com from: jpr@uab.edu
subject: 'Silent check of {change.project} {change.number},{change.patchset} passed' subject: 'Silent check of {change.project} {change.number},{change.patchset} passed'
failure: failure:
gerrit: gerrit:
verified: -1 verified: -1
smtp: smtp:
#TODO: Update these to real e-mail addresses #TODO: Update these to real e-mail addresses
to: third_party_ci@example.com to: jpr@uab.edu
from: zuul@example.com from: jpr@uab.edu
subject: 'Silent check of {change.project} {change.number},{change.patchset} failed' subject: 'Silent check of {change.project} {change.number},{change.patchset} failed'
merge-failure: merge-failure:
smtp: smtp:
#TODO: Update these to real e-mail addresses #TODO: Update these to real e-mail addresses
to: third_party_ci@example.com to: jpr@uab.edu
from: zuul@example.com from: jpr@uab.edu
subject: Upstream change {change} has a merge failure subject: Upstream change {change} has a merge failure
...@@ -52,14 +52,14 @@ pipelines: ...@@ -52,14 +52,14 @@ pipelines:
success: success:
smtp: smtp:
#TODO: Update these to real e-mail addresses #TODO: Update these to real e-mail addresses
to: third_party_ci@example.com to: jpr@uab.edu
from: zuul@example.com from: jpr@uab.edu
subject: 'Silent check of {change.project} {change.number},{change.patchset} passed' subject: 'Silent check of {change.project} {change.number},{change.patchset} passed'
failure: failure:
smtp: smtp:
#TODO: Update these to real e-mail addresses #TODO: Update these to real e-mail addresses
to: third_party_ci@example.com to: jpr@uab.edu
from: zuul@example.com from: jpr@uab.edu
subject: 'Silent check of {change.project} {change.number},{change.patchset} failed' 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