From: Jonathan Rajotte Date: Wed, 13 Dec 2017 20:49:14 +0000 (-0500) Subject: Add email notification to lttng-analyses jobs X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=a3fd32f1c1a213721faf8c114c097397379e7a4c;p=lttng-ci.git Add email notification to lttng-analyses jobs Signed-off-by: Jonathan Rajotte --- diff --git a/jobs/lttng-analyses.yaml b/jobs/lttng-analyses.yaml index 9e558e2..b44e28b 100644 --- a/jobs/lttng-analyses.yaml +++ b/jobs/lttng-analyses.yaml @@ -70,12 +70,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: lttng-analyses_{version}_pylint @@ -110,17 +126,35 @@ min: 10 max: 999 unstable: 999 - - email: - recipients: 'ci-notification@lists.lttng.org' - notify-every-unstable-build: true - send-to-individuals: false - + - 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: lttng-analyses github_user: lttng github_name: lttng-analyses + email_to: 'ci-notification@lists.lttng.org, cc:jdesfossez@efficios.com' version: - master jobs: