From 2948af03c8240706b54c8f059423779f3de0877c Mon Sep 17 00:00:00 2001 From: Viliam Luc Date: Mon, 2 May 2022 09:27:56 +0200 Subject: trending: fix failing trending job 3n-aws job was recently removed which caused trending jobs to fail. For historical reason we keep 3n-aws in trending until 180 days period pass. Signed-off-by: Viliam Luc Change-Id: I7b59fc4b6f1b46bf910bc540cf37dd042df9c64a --- resources/tools/presentation/specifications/trending/data_sets.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'resources/tools/presentation/specifications/trending/data_sets.yaml') diff --git a/resources/tools/presentation/specifications/trending/data_sets.yaml b/resources/tools/presentation/specifications/trending/data_sets.yaml index 115edf78bd..a828f6d7f3 100644 --- a/resources/tools/presentation/specifications/trending/data_sets.yaml +++ b/resources/tools/presentation/specifications/trending/data_sets.yaml @@ -38,9 +38,6 @@ table-last-failed-tests-2n-dnv: csit-vpp-perf-mrr-daily-master-2n-dnv: - "lastCompletedBuild" - table-last-failed-tests-3n-aws: - csit-vpp-perf-mrr-weekly-master-3n-aws: - - "lastCompletedBuild" table-last-failed-tests-2n-aws: csit-vpp-perf-mrr-weekly-master-2n-aws: - "lastCompletedBuild" @@ -257,7 +254,7 @@ plot-performance-trending-vpp-3n-aws: csit-vpp-perf-mrr-weekly-master-3n-aws: start: 5 - end: "lastCompletedBuild" + end: 45 max-builds: 26 # 2n-aws -- cgit 1.2.3-korg