From 7ea3920cdf463ddc39a73e9532db5ccc436d4b76 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 28 Mar 2022 11:33:42 +0300 Subject: [PATCH] Add Xiaofeng to notifications for nightly pipeline --- schutzbot/slack_notification.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/slack_notification.sh b/schutzbot/slack_notification.sh index 2fc9a71fc..4812b4a4a 100755 --- a/schutzbot/slack_notification.sh +++ b/schutzbot/slack_notification.sh @@ -4,7 +4,7 @@ set -eux COMPOSE_ID=$(cat COMPOSE_ID) COMPOSER_NVR=$(cat COMPOSER_NVR) -MESSAGE="\"Nightly pipeline execution on *$COMPOSE_ID* with *$COMPOSER_NVR* finished with status *$1* $2 \n QE: @atodorov, @jrusz, @jabia \n Link to results: $CI_PIPELINE_URL \"" +MESSAGE="\"Nightly pipeline execution on *$COMPOSE_ID* with *$COMPOSER_NVR* finished with status *$1* $2 \n QE: @atodorov, @jrusz, @jabia, @xiaofwan\n Link to results: $CI_PIPELINE_URL \"" curl \ -X POST \