Add email notification to barectf jobs
[lttng-ci.git] / jobs / barectf.yaml
index 497c167bfbbb5eda8362e10f2478be8cc18df834..0135e388966b8bcab0b22eaad5fcbb1c1f599f70 100644 (file)
 #      - archive:
 #          artifacts: 'build/**'
 #          allow-empty: false
-      - ircbot:
-          strategy: new-failure-and-fixed
-          matrix-notifier: only-parent
-          channels:
-            - name: '#lttng'
-
+      - email-ext:
+         recipients: '{obj:email_to}'
+         reply-to: ci-notification@lists.lttng.org
+         always: false
+         unstable: false
+         first-failure: true
+         first-unstable: true
+         not-built: false
+         aborted: false
+         regression: false
+         failure: false
+         second-failure: false
+         improvement: false
+         still-failing: false
+         success: false
+         fixed: false
+         fixed-unhealthy: true
+         still-unstable: false
+         pre-build: false
+         matrix-trigger: only-parent
+         send-to:
+           - recipients
 
 - job-template:
     name: barectf_{version}_pylint
             min: 10
             max: 999
             unstable: 999
-
+      - email-ext:
+         recipients: '{obj:email_to}'
+         reply-to: ci-notification@lists.lttng.org
+         always: false
+         unstable: false
+         first-failure: true
+         first-unstable: true
+         not-built: false
+         aborted: false
+         regression: false
+         failure: false
+         second-failure: false
+         improvement: false
+         still-failing: false
+         success: false
+         fixed: false
+         fixed-unhealthy: true
+         still-unstable: false
+         pre-build: false
+         matrix-trigger: only-parent
+         send-to:
+           - recipients
 
 ## Project
 - project:
     name: barectf
     github_user: efficios
     github_name: barectf
+    email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com'
     version:
       - master
     jobs:
This page took 0.026855 seconds and 4 git commands to generate.