From: Tibor Frank Date: Thu, 2 Sep 2021 07:11:50 +0000 (+0200) Subject: CSIT: send email notification if job is successful X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F34%2F33634%2F1;p=ci-management.git CSIT: send email notification if job is successful Change-Id: Ifcae6bb0bf66e426d601d3129b784450ae8ac7bf Signed-off-by: Tibor Frank --- diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index f9199da6a..ea0e367df 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -674,8 +674,8 @@ Following progressions occured in the last trending job runs, listed per testbed type. ${{FILE,path="resources/tools/presentation/_build/_static/vpp/trending-progressions.txt"}} - failure: true - success: false + failure: false + success: true - publisher: name: csit-trending-regressions @@ -691,8 +691,8 @@ Following regressions occured in the last trending job runs, listed per testbed type. ${{FILE,path="resources/tools/presentation/_build/_static/vpp/trending-regressions.txt"}} - failure: true - success: false + failure: false + success: true - publisher: name: email-notification