diff options
author | Viliam Luc <vluc@cisco.com> | 2022-05-02 09:27:56 +0200 |
---|---|---|
committer | Viliam Luc <vluc@cisco.com> | 2022-05-02 09:34:18 +0200 |
commit | 2948af03c8240706b54c8f059423779f3de0877c (patch) | |
tree | 403f1a7bfdd946f87ed0fa9c59c505f1d2428bb0 /resources/tools/presentation/specifications/trending/elements.yaml | |
parent | 373375dbbc35bbcb5c5a3d4ab3342efc4870bb51 (diff) |
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 <vluc@cisco.com>
Change-Id: I7b59fc4b6f1b46bf910bc540cf37dd042df9c64a
Diffstat (limited to 'resources/tools/presentation/specifications/trending/elements.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/trending/elements.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ -505,19 +505,6 @@ - "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" output-file-ext: ".txt" |