Merge pull request #38 from frdeso/fix_lava_coredump_attach
[lttng-ci.git] / jobs / liburcu.yaml
index 467fbbad24feab3415c63f281fa3e4f741121679..46e17c3ed01a1b6044b6c9c191a42b4041be687e 100644 (file)
           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
 
 ## Templates
 - job-template:
           allow-empty: false
       - cppcheck:
           pattern: 'liburcu-cppcheck.xml'
-      - email:
-          recipients: 'ci-notification@lists.lttng.org'
-          notify-every-unstable-build: true
-          send-to-individuals: false
+      - email-ext:
+          recipients: '{obj:email_to}'
+          reply-to: ci-notification@lists.lttng.org
+          always: false
+          unstable: false
+          first-failure: true
+          first-unstable: false
+          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: true
+          pre-build: false
+          matrix-trigger: only-parent
+          send-to:
+            - recipients
 
 - job-template:
     name: liburcu_{version}_scan-build
     name: liburcu
     github_user: urcu
     github_name: userspace-rcu
+    email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
     version:
       - stable-0.8
       - stable-0.9
This page took 0.023357 seconds and 4 git commands to generate.