Add email notification to lttng-ust jobs
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 13 Dec 2017 21:25:53 +0000 (16:25 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 13 Dec 2017 23:20:02 +0000 (18:20 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/lttng-ust.yaml

index 0652f59c0518d8e6b851c60a49eb308f01d09286..7287730003cd11e98b2a6cec9cb58c5afc989296 100644 (file)
           artifacts: 'build/**'
           allow-empty: false
       - workspace-cleanup
-      - 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: lttng-ust_{version}_cppcheck
             min: 10
             max: 999
             unstable: 999
-      - email:
-          recipients: 'ci-notification@lists.lttng.org'
-          notify-every-unstable-build: true
-          send-to-individuals: false
-
+      - email-ext:
+          recipients: '{obj:email_to}'
+          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: lttng-ust
     github_user: lttng
     github_name: lttng-ust
+    email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
     version:
       - stable-2.7
       - stable-2.8
This page took 0.02449 seconds and 4 git commands to generate.