From a28b496bafd3c7a951e4732b4bd42182d8ab2d69 Mon Sep 17 00:00:00 2001 From: Viliam Luc Date: Wed, 22 Jun 2022 15:39:55 +0200 Subject: [PATCH] fix: 3n-alt missing in regressions and progressions Signed-off-by: Viliam Luc Change-Id: I8b2cdf6f8dc45cae9a921c1ecbd2e952ef30bfbe --- .../presentation/specifications/trending/elements.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/tools/presentation/specifications/trending/elements.yaml b/resources/tools/presentation/specifications/trending/elements.yaml index 8c80baede4..430563b322 100644 --- a/resources/tools/presentation/specifications/trending/elements.yaml +++ b/resources/tools/presentation/specifications/trending/elements.yaml @@ -374,6 +374,19 @@ # Last failed tests +- type: "table" + title: "Last failed tests (last builds) VPP 3n-alt" + algorithm: "table_last_failed_tests" + output-file-ext: ".txt" + output-file: "{DIR[STATIC,VPP]}/last-failed-tests-vpp-3n-alt-mrr" + data: "table-last-failed-tests-3n-alt" + filter: "'MRR'" + parameters: + - "name" + - "parent" + - "status" + - "msg" + - type: "table" title: "Last failed tests (last builds) VPP 2n-icx" algorithm: "table_last_failed_tests" -- 2.16.6