From 4faf5cb52b6c48641f7f6d9ef19e3b37986864bb Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Mon, 12 Nov 2018 10:29:59 +0100 Subject: [PATCH] Improvements to CI differential RSS This patch should improve handling of corner cases such as task switching between skip and fail status or introduction of a failing task (i.e. task was not present in previous build and now is failing). --- hbuild/web/diff-rss.xsl | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/hbuild/web/diff-rss.xsl b/hbuild/web/diff-rss.xsl index 06e06de..a7f2758 100644 --- a/hbuild/web/diff-rss.xsl +++ b/hbuild/web/diff-rss.xsl @@ -140,9 +140,9 @@ - - - + + + @@ -229,28 +229,61 @@ + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + - + + - + + -- 2.11.4.GIT