about summary refs log tree commit diff
path: root/example.yml
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-04-27 22:23:40 +0000
committerJonathan "Duke" Leto <jonathan@leto.net>2011-04-27 22:23:40 +0000
commitdb7bb6fd9eae5ea339cf07bc3a769fc11b8087b4 (patch)
treed51712cc5c257ac7fa0be34bc214f6c7b689cac9 /example.yml
parentRemove an unnecessary sleep (diff)
downloadjitterbug-db7bb6fd9eae5ea339cf07bc3a769fc11b8087b4.tar.gz
Add a more detailed example config file and a custom rakudo build script
Diffstat (limited to 'example.yml')
-rw-r--r--example.yml53
1 files changed, 53 insertions, 0 deletions
diff --git a/example.yml b/example.yml
new file mode 100644
index 0000000..fc3f72e
--- /dev/null
+++ b/example.yml
@@ -0,0 +1,53 @@
+layout: "main"
+logger: "file"
+appname: "jitterbug"
+
+builds_per_feed: 5
+template: "xslate"
+engines:
+  xslate:
+    path: /
+    type: text
+    cache: 0
+
+jitterbug:
+  reports:
+    dir: /tmp/jitterbug
+  build:
+    dir: /tmp/build
+  build_process:
+    builder: ./scripts/capsule.sh
+    builder_variables: ""
+    on_failure: "jitterbug::Emailer"
+    on_failure_to_email: jonathan@leto.net
+    on_failure_cc_email:
+    on_failure_from_email: jitterbug@leto.net
+    on_failure_subject_prefix: "[jitterbug] FAIL "
+    on_failure_header: "Jitterbug Web Interace : http://new.leto.net:3000\n%%PROJECT%% : http://new.leto.net:8090/project/%%PROJECT%%\nFailing Commit Diff: https://github.com/parrot/%%PROJECT%%/commit/%%SHA1%%\n\n%%SUMMARY%%\n\n"
+    on_failure_footer: "Sorry, but your Princess is in another castle!"
+    on_pass: "jitterbug::Emailer"
+    on_pass_to_email:
+    on_pass_cc_email: jonathan@leto.net
+    on_pass_subject_prefix: "[jitterbug] PASS "
+    on_pass_from_email: jitterbug@leto.net
+    on_pass_footer: "Amazingly, everything WORKED!"
+    on_pass_header: "Great job!"
+    reuse_repo:    1
+  options:
+    perlbrew: 1
+    email_on_pass: 0
+  branches:
+    parrot: master|smoke-me
+  projects:
+    rakudo:
+      builder: ./scripts/build_rakudo_and_spectest.sh
+
+plugins:
+  DBIC:
+    schema:
+      skip_automake: 1
+      pckg: "jitterbug::Schema"
+      connect_info:
+        - dbi:SQLite:dbname=jitterbug.db
+
+