From 30b09a0e91d2c21e6531c0a3935f9b65d1deb450 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 29 Jun 2020 17:18:27 -0400 Subject: [PATCH] Add email to vm_tests_k jobs 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 --- jobs/system-tests.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index 49ae463..dd94ef5 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -177,6 +177,27 @@ 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} @@ -372,6 +393,7 @@ - project: name: system-tests + email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com' kversion: - canary - master @@ -393,6 +415,7 @@ - '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: -- 2.34.1