From 492954ee67e1571a1c03b73ecbe892b2a53c6686 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 10 Jan 2017 11:24:11 -0500 Subject: [PATCH] Lava: Post on IRC channel on test failure Signed-off-by: Francis Deslauriers --- jobs/lttng-baremetal-tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jobs/lttng-baremetal-tests.yaml b/jobs/lttng-baremetal-tests.yaml index 32bb995..e2c8106 100644 --- a/jobs/lttng-baremetal-tests.yaml +++ b/jobs/lttng-baremetal-tests.yaml @@ -137,6 +137,11 @@ publishers: - email: recipients: 'francis.deslauriers@efficios.com' + - ircbot: + strategy: new-failure-and-fixed + channels: + - name: '#lttng' + builders: - shell: !include-raw-escape: scripts/lttng-baremetal-tests/generate-properties-master.sh - trigger-builds: @@ -206,6 +211,10 @@ publishers: - email: recipients: 'francis.deslauriers@efficios.com' + - ircbot: + strategy: new-failure-and-fixed + channels: + - name: '#lttng' builders: - shell: !include-raw-escape: scripts/lttng-baremetal-tests/generate-properties-master.sh - trigger-builds: -- 2.34.1