From a46ed0a6eb1d2104563f0978398791519e90d82d Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 13 Dec 2017 15:34:28 -0500 Subject: [PATCH] Add email notification to libdelorean jobs The maintainer for this project (Alexandre Montplaisir) wants to be notified for each unstable and failure build even consecutive ones. Signed-off-by: Jonathan Rajotte --- jobs/libdelorean-java.yml | 46 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/jobs/libdelorean-java.yml b/jobs/libdelorean-java.yml index 68c28c5..1c4c466 100644 --- a/jobs/libdelorean-java.yml +++ b/jobs/libdelorean-java.yml @@ -90,8 +90,48 @@ total-low: 0 - workspace-cleanup - email-ext: - recipients: alex@voxpopuli.im - matrix-trigger: only-parent + recipients: '{obj:email_for_all_failure}' + always: false + unstable: true + first-failure: false + first-unstable: false + not-built: false + aborted: false + regression: false + failure: true + 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 + - 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: libdelorean-java_{version}_coverity @@ -144,6 +184,8 @@ name: libdelorean-java github_user: efficios github_name: libdelorean-java + email_to: 'ci-notification@lists.lttng.org, cc:alexmonthy@efficios.com' + email_for_all_failure: 'alexmonthy@efficios.com' version: - master jobs: -- 2.34.1