From 3b9575936f463a83036b093fdf2912e06d16c9be Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Wed, 20 Jan 2016 20:32:37 +0000
Subject: [PATCH] Initial changes to zuul for site and email

---
 zuul/layout.yaml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index fba83a2..15cc73c 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'
 
 
-- 
GitLab