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/environment.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/environment.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/trending/environment.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
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" |