From 49b739d594f4a03a2d0f4eddec37dfdeaa272619 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 13 Dec 2017 10:26:51 -0500 Subject: [PATCH] Add email notification to barectf jobs Signed-off-by: Jonathan Rajotte --- jobs/barectf.yaml | 52 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 7 deletions(-) diff --git a/jobs/barectf.yaml b/jobs/barectf.yaml index 497c167..0135e38 100644 --- a/jobs/barectf.yaml +++ b/jobs/barectf.yaml @@ -63,12 +63,28 @@ # - archive: # artifacts: 'build/**' # allow-empty: false - - ircbot: - strategy: new-failure-and-fixed - 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 - job-template: name: barectf_{version}_pylint @@ -97,13 +113,35 @@ min: 10 max: 999 unstable: 999 - + - 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 ## Project - project: name: barectf github_user: efficios github_name: barectf + email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com' version: - master jobs: -- 2.34.1