From a1f7c90652e307cc363df1c6309c341357e36d55 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Mon, 8 May 2017 14:11:11 -0400 Subject: [PATCH] jjb: Print only the summary on IRC on Lava job failure When detecting a failure on a Lava job, the IRC bot would print all the new commits on the tracked branches. This would case large amount of text being printed on the IRC chat room. This sets the bot to only print the job name that failed. Signed-off-by: Francis Deslauriers --- jobs/lttng-baremetal-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jobs/lttng-baremetal-tests.yaml b/jobs/lttng-baremetal-tests.yaml index 5159741..239f805 100644 --- a/jobs/lttng-baremetal-tests.yaml +++ b/jobs/lttng-baremetal-tests.yaml @@ -145,6 +145,7 @@ recipients: 'francis.deslauriers@efficios.com' - ircbot: strategy: new-failure-and-fixed + message-type: summary channels: - name: '#lttng' - workspace-cleanup @@ -220,6 +221,7 @@ recipients: 'francis.deslauriers@efficios.com' - ircbot: strategy: new-failure-and-fixed + message-type: summary channels: - name: '#lttng' - workspace-cleanup -- 2.34.1