From: Viliam Luc Date: Mon, 2 May 2022 07:27:56 +0000 (+0200) Subject: trending: fix failing trending job X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=2948af03c8240706b54c8f059423779f3de0877c;hp=373375dbbc35bbcb5c5a3d4ab3342efc4870bb51 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 --- 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 diff --git a/resources/tools/presentation/specifications/trending/elements.yaml b/resources/tools/presentation/specifications/trending/elements.yaml index 34f55fa77d..25369e3495 100644 --- a/resources/tools/presentation/specifications/trending/elements.yaml +++ b/resources/tools/presentation/specifications/trending/elements.yaml @@ -504,19 +504,6 @@ - "status" - "msg" -- type: "table" - title: "Last failed tests (last builds) VPP 3n-aws" - algorithm: "table_last_failed_tests" - output-file-ext: ".txt" - output-file: "{DIR[STATIC,VPP]}/last-failed-tests-vpp-3n-aws-mrr" - data: "table-last-failed-tests-3n-aws" - filter: "'MRR'" - parameters: - - "name" - - "parent" - - "status" - - "msg" - - type: "table" title: "Last failed tests (last builds) VPP 2n-aws" algorithm: "table_last_failed_tests" diff --git a/resources/tools/presentation/specifications/trending/environment.yaml b/resources/tools/presentation/specifications/trending/environment.yaml index 805ee087d2..1f28660319 100644 --- a/resources/tools/presentation/specifications/trending/environment.yaml +++ b/resources/tools/presentation/specifications/trending/environment.yaml @@ -172,7 +172,6 @@ - "last-failed-tests-vpp-2n-dnv-mrr" - "last-failed-tests-vpp-3n-dnv-mrr" - "last-failed-tests-vpp-2n-aws-mrr" - - "last-failed-tests-vpp-3n-aws-mrr" - "last-failed-tests-dpdk-2n-skx-mrr" - "last-failed-tests-dpdk-3n-skx-mrr" - "last-failed-tests-dpdk-2n-clx-mrr" @@ -195,7 +194,6 @@ - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-dnv" - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-dnv" - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-weekly-master-2n-aws" - - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-weekly-master-3n-aws" - "https://jenkins.fd.io/view/csit/job/csit-dpdk-perf-mrr-weekly-master-2n-skx" - "https://jenkins.fd.io/view/csit/job/csit-dpdk-perf-mrr-weekly-master-3n-skx" - "https://jenkins.fd.io/view/csit/job/csit-dpdk-perf-mrr-weekly-master-2n-clx"