From 055a236fb9adc1a5fa07f2a7a575d184db521eea Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 13 Dec 2017 16:05:31 -0500 Subject: [PATCH] Add email notification for lttng-modules jobs Signed-off-by: Jonathan Rajotte --- jobs/lttng-modules.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index d124750..94afe26 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -156,6 +156,28 @@ publishers: - workspace-cleanup + - 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 @@ -337,6 +359,9 @@ - shell: !include-raw-escape: scripts/lttng-modules/param-build.sh + publishers: + - workspace-cleanup + - job-template: name: lttng-modules_VERSION_param-crossbuild defaults: lttng-modules @@ -391,6 +416,8 @@ git clone --depth=1 -b "$ktag" --reference $HOME/gitcache/linux-stable.git/ "$kgitrepo" src/linux - shell: !include-raw-escape: scripts/lttng-modules/param-build.sh + publishers: + - workspace-cleanup - job-template: name: lttng-modules_{mversion}_coverity @@ -475,6 +502,7 @@ name: lttng-modules github_user: lttng github_name: lttng-modules + email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com' jobs: # Vanilla normal builds -- 2.34.1