Add email to vm_tests_k jobs
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 29 Jun 2020 21:18:27 +0000 (17:18 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 29 Jun 2020 21:18:27 +0000 (17:18 -0400)
They are essentially the kernel tracing validation jobs, hence it is
important to get notified of a failure event if there is a lot of noise.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/system-tests.yaml

index 49ae463138f283786058877b9d8b277754c4d574..dd94ef57b80e70cbd714a7ca2f70977bd16be870 100644 (file)
 
     publishers:
       - workspace-cleanup
+      - 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: true
+          success: false
+          fixed: false
+          fixed-unhealthy: true
+          still-unstable: false
+          pre-build: false
+          matrix-trigger: only-parent
+          send-to:
+            - recipients
 
 - job-template:
     name: baremetal_tests_k{kversion}_l{lttngversion}
 
 - project:
     name: system-tests
+    email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
     kversion:
       - canary
       - master
       - 'baremetal_tests_k{kversion}_l{lttngversion}'
 - project:
     name: system-tests-vm-only
+    email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
     kversion:
       - linux-3.18.y
     lttngversion:
This page took 0.023996 seconds and 4 git commands to generate.