diff options
author | Viliam Luc <vluc@cisco.com> | 2022-06-22 15:39:55 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-06-22 13:42:24 +0000 |
commit | d7bbb06d873c594ceb5808139817bb46afddce13 (patch) | |
tree | f61b58fd93c6e9a250c2d1ecaf8b0e6e7ea3af5a /resources | |
parent | 30fafd68334a3933695ef65c05c417a0f7ed07c9 (diff) |
fix: 3n-alt missing in regressions and progressions
Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I8b2cdf6f8dc45cae9a921c1ecbd2e952ef30bfbe
(cherry picked from commit a28b496bafd3c7a951e4732b4bd42182d8ab2d69)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specifications/trending/elements.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ -375,6 +375,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" output-file-ext: ".txt" |