From ecab1475357a7c3bc8d00a0244c71438e08a7fd1 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 25 Aug 2021 10:57:05 +0000 Subject: [PATCH] Fix: Patch to emails for CSIT trending Signed-off-by: pmikus Change-Id: I1834c812b30ea9579a9cf161eb05e11c72e549f1 --- jjb/csit/csit.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index f99cc6cbd..69c90cab6 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -223,7 +223,7 @@ body: | Following tests failed in the last trending job runs, listed per testbed type. - ${{FILE,path="build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-failed-tests.txt"}} + ${{FILE,path="resources/tools/presentation/_build/_static/vpp/trending-failed-tests.txt"}} always: true failure: false @@ -238,7 +238,7 @@ body: | Following regressions occured in the last trending job runs, listed per testbed type. - ${{FILE,path="build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-regressions.txt"}} + ${{FILE,path="resources/tools/presentation/_build/_static/vpp/trending-regressions.txt"}} always: true failure: false @@ -253,7 +253,7 @@ body: | Following progressions occured in the last trending job runs, listed per testbed type. - ${{FILE,path="build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-progressions.txt"}} + ${{FILE,path="resources/tools/presentation/_build/_static/vpp/trending-progressions.txt"}} always: true failure: false @@ -312,7 +312,7 @@ body: | Following tests failed in the last trending job runs, listed per testbed type. - ${{FILE,path="build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-failed-tests.txt"}} + ${{FILE,path="resources/tools/presentation/_build/_static/vpp/trending-failed-tests.txt"}} always: true failure: false @@ -327,7 +327,7 @@ body: | Following regressions occured in the last trending job runs, listed per testbed type. - ${{FILE,path="build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-regressions.txt"}} + ${{FILE,path="path="resources/tools/presentation/_build/_static/vpp/trending-regressions.txt"}} always: true failure: false @@ -342,7 +342,7 @@ body: | Following progressions occured in the last trending job runs, listed per testbed type. - ${{FILE,path="build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-progressions.txt"}} + ${{FILE,path="path="resources/tools/presentation/_build/_static/vpp/trending-progressions.txt"}} always: true failure: false -- 2.16.6