diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-06-03 13:40:13 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-06-03 13:40:13 +0200 |
commit | 9ab83131443469ebced0c3ac34c17a385bb9cdaf (patch) | |
tree | 0907002dc1766740acbbf303ce674d6fe68a3373 /resources/tools/presentation/specifications/trending/data_sets.yaml | |
parent | 3faf5e9192489b8f850757d6179311a59243a95b (diff) |
Trending: Partially remove 3n-hsw
Change-Id: I2f08d455a51f3b891b38ad82bfac47dd7b9921c5
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 | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/resources/tools/presentation/specifications/trending/data_sets.yaml b/resources/tools/presentation/specifications/trending/data_sets.yaml index 59b8600ab4..f15cb0f6aa 100644 --- a/resources/tools/presentation/specifications/trending/data_sets.yaml +++ b/resources/tools/presentation/specifications/trending/data_sets.yaml @@ -5,9 +5,6 @@ - type: "data-sets" # Compressed failed tests (last builds) - table-last-failed-tests-3n-hsw: - csit-vpp-perf-mrr-daily-master: - - "lastCompletedBuild" table-last-failed-tests-3n-skx: csit-vpp-perf-mrr-daily-master-3n-skx: - "lastCompletedBuild" @@ -32,9 +29,6 @@ table-last-failed-tests-2n-dnv: csit-vpp-perf-mrr-daily-master-2n-dnv: - "lastCompletedBuild" - table-last-failed-tests-3n-hsw-ndrpdr: - csit-vpp-perf-ndrpdr-weekly-master-3n-hsw: - - "lastCompletedBuild" table-last-failed-tests-3n-skx-ndrpdr: csit-vpp-perf-ndrpdr-weekly-master-3n-skx: - "lastCompletedBuild" @@ -44,9 +38,6 @@ table-last-failed-tests-2n-clx-ndrpdr: csit-vpp-perf-ndrpdr-weekly-master-2n-clx: - "lastCompletedBuild" - table-last-failed-tests-dpdk-3n-hsw: - csit-dpdk-perf-mrr-weekly-master: - - "lastCompletedBuild" table-last-failed-tests-dpdk-3n-skx: csit-dpdk-perf-mrr-weekly-master-3n-skx: - "lastCompletedBuild" @@ -67,23 +58,23 @@ plot-performance-trending-all-3n-hsw: csit-vpp-perf-mrr-daily-master: start: 1100 - end: "lastCompletedBuild" + end: 1704 max-builds: 180 csit-dpdk-perf-mrr-weekly-master: start: 107 - end: "lastCompletedBuild" + end: 179 max-builds: 26 plot-performance-trending-vpp-3n-hsw: csit-vpp-perf-mrr-daily-master: start: 1100 - end: "lastCompletedBuild" + end: 1704 max-builds: 180 plot-performance-trending-dpdk-3n-hsw: csit-dpdk-perf-mrr-weekly-master: start: 107 - end: "lastCompletedBuild" + end: 179 max-builds: 26 # 3n-skx @@ -238,7 +229,7 @@ plot-ndrpdr-comparison-3n-hsw: csit-vpp-perf-ndrpdr-weekly-master-3n-hsw: start: 76 - end: "lastCompletedBuild" + end: 142 max-builds: 26 table-ndrpdr-comparison-2n-skx: @@ -261,10 +252,3 @@ end: "lastCompletedBuild" max-builds: 26 reverse: True # Must be reversed - - table-ndrpdr-comparison-3n-hsw: - csit-vpp-perf-ndrpdr-weekly-master-3n-hsw: - start: 76 - end: "lastCompletedBuild" - max-builds: 26 - reverse: True # Must be reversed |