about summary refs log tree commit diff
path: root/t/data
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-02-01 10:22:57 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-02-01 10:22:57 -0800
commit3c548eac80b9ac2bfc316b126f479e483ed542dc (patch)
tree7fdd4660ec0cf75dcbf1c6c52eb5a13c3c703e2e /t/data
parentMake build-pass.sh executable (diff)
downloadjitterbug-3c548eac80b9ac2bfc316b126f479e483ed542dc.tar.gz
Teach jitterbug::Emailer how to send PASS emails
Diffstat (limited to 't/data')
-rw-r--r--t/data/test.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/t/data/test.yml b/t/data/test.yml
index 9ec509e..897b734 100644
--- a/t/data/test.yml
+++ b/t/data/test.yml
@@ -19,6 +19,20 @@ jitterbug:
     builder: ./scripts/capsule.sh
     builder_variables: STUFF=BLAH
     on_failure: ./scripts/build-failed.sh
+    on_failure_cc_email: alice@example.com
+    on_failure_from_email: donotreply@example.com
+    on_failure_subject_prefix: "[jitterbug] FAIL "
+    on_failure_header:
+    on_failure_footer:
+    on_pass: ./scripts/build-pass.sh
+    on_pass_cc_email: alice@example.com
+    on_pass_subject_prefix: "[jitterbug] PASS "
+    on_pass_from_email: donotreply@example.com
+    on_pass_header:
+    on_pass_footer:
+  options:
+    perlbrew: 1
+    email_on_pass: 0
 
 plugins:
   DBIC: