X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification_CPTA.yaml;h=77fee3506ab68e1e1a6f73519e69519371ae5361;hp=9ea9bc7bf43c57bc00f1af34226934ffcb4f8c6b;hb=7aff808942440ba9729bf60888738b920c024324;hpb=b6de6fb4bcf50cd347df181121602db9ac2c9eec diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 9ea9bc7bf4..77fee3506a 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -78,7 +78,7 @@ plot-performance-trending: csit-vpp-perf-mrr-daily-master: start: 15 - end: 17 #"lastCompletedBuild" # "lastSuccessfulBuild" # take all from the 'start' + end: "lastCompletedBuild" # "lastSuccessfulBuild" # take all from the 'start' plot-layouts: plot-cpta: @@ -117,7 +117,7 @@ autotick: True margin: r: 20 - b: 100 + b: 50 t: 5 l: 70 legend: @@ -193,7 +193,7 @@ builds: csit-vpp-perf-mrr-daily-master: start: 15 - end: 17 #"lastCompletedBuild" # take all from the 'start' + end: "lastCompletedBuild" # take all from the 'start' - type: "output" @@ -226,7 +226,10 @@ # to present all tests. nr-of-tests-shown: 20 outlier-const: 1.5 - window: 10 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + long-trend-threshold: 80 # Percent of the highest moving median value - type: "table" @@ -244,7 +247,10 @@ # to present all tests. nr-of-tests-shown: 20 outlier-const: 1.5 - window: 10 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + long-trend-threshold: 80 # Percent of the highest moving median value - type: "table" @@ -262,7 +268,31 @@ # to present all tests. nr-of-tests-shown: 20 outlier-const: 1.5 - window: 10 + window: 14 + evaluated-window: 14 + long-trend-window: 180 + long-trend-threshold: 80 # Percent of the highest moving median value + +- + type: "table" + title: "HTML performance trending dashboard 1t1c" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c.rst" + +- + type: "table" + title: "HTML performance trending dashboard 2t2c" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c.rst" + +- + type: "table" + title: "HTML performance trending dashboard 4t4c" + algorithm: "table_performance_trending_dashboard_html" + input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.csv" + output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c.rst" ################################################################################