diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-02-03 08:09:49 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-04 14:55:14 +0100 |
commit | e5796ad7fac33f70942e4fd0f126a9c97e9fe9be (patch) | |
tree | 9831a588107bacab5ca690b07e0d8eef70c5bdc4 /resources/tools/presentation/specifications/trending/data_sets.yaml | |
parent | aead5d42f927ebaeff2bf1b2f4063d6adfd99f36 (diff) |
Trending: Add icx weekly
- Tables
- data
- dashboard
- failed tests
- last failed tests
- weekly comparison tables
- graphs
- stats
- dpdk_mrr
- vpp_ndrpdr
- DPDK MRR
- VPP NDRPDR
Change-Id: I371ba97992a0fcc1906d96c5020c9e2b13c396ce
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specifications/trending/data_sets.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/trending/data_sets.yaml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/resources/tools/presentation/specifications/trending/data_sets.yaml b/resources/tools/presentation/specifications/trending/data_sets.yaml index c4e0b3e6e7..8b9a641aaf 100644 --- a/resources/tools/presentation/specifications/trending/data_sets.yaml +++ b/resources/tools/presentation/specifications/trending/data_sets.yaml @@ -41,6 +41,12 @@ table-last-failed-tests-2n-aws: csit-vpp-perf-mrr-weekly-master-2n-aws: - "lastCompletedBuild" + table-last-failed-tests-2n-icx-ndrpdr: + csit-vpp-perf-ndrpdr-weekly-master-2n-icx: + - "lastCompletedBuild" + table-last-failed-tests-3n-icx-ndrpdr: + csit-vpp-perf-ndrpdr-weekly-master-3n-icx: + - "lastCompletedBuild" table-last-failed-tests-3n-skx-ndrpdr: csit-vpp-perf-ndrpdr-weekly-master-3n-skx: - "lastCompletedBuild" @@ -76,6 +82,12 @@ end: "lastCompletedBuild" max-builds: 180 + plot-performance-trending-dpdk-2n-icx: + csit-dpdk-perf-mrr-weekly-master-2n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + # 3n-icx plot-performance-trending-vpp-3n-icx: csit-vpp-perf-mrr-daily-master-3n-icx: @@ -83,6 +95,12 @@ end: "lastCompletedBuild" max-builds: 180 + plot-performance-trending-dpdk-3n-icx: + csit-dpdk-perf-mrr-weekly-master-3n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + # 3n-skx plot-performance-trending-all-3n-skx: csit-vpp-perf-mrr-daily-master-3n-skx: @@ -234,6 +252,18 @@ max-builds: 26 # NDRPDR + plot-ndrpdr-comparison-2n-icx: + csit-vpp-perf-ndrpdr-weekly-master-2n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + + plot-ndrpdr-comparison-3n-icx: + csit-vpp-perf-ndrpdr-weekly-master-3n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + plot-ndrpdr-comparison-2n-skx: csit-vpp-perf-ndrpdr-weekly-master-2n-skx: start: 76 @@ -252,6 +282,20 @@ end: "lastCompletedBuild" max-builds: 26 + table-ndrpdr-comparison-2n-icx: + csit-vpp-perf-ndrpdr-weekly-master-2n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + reverse: True # Must be reversed + + table-ndrpdr-comparison-3n-icx: + csit-vpp-perf-ndrpdr-weekly-master-3n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + reverse: True # Must be reversed + table-ndrpdr-comparison-2n-skx: csit-vpp-perf-ndrpdr-weekly-master-2n-skx: start: 76 |