From 46428e54f4fe49517338c6889b62896fc98441ae Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 2 Sep 2021 09:11:50 +0200 Subject: CSIT: send email notification if job is successful Change-Id: Ifcae6bb0bf66e426d601d3129b784450ae8ac7bf Signed-off-by: Tibor Frank --- jjb/global-macros.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg