CSIT-1041: Trending dashboard
[csit.git] / resources / tools / presentation / specification_CPTA.yaml
index 9ea9bc7..77fee35 100644 (file)
@@ -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:
         autotick: True
       margin:
         r: 20
-        b: 100
+        b: 50
         t: 5
         l: 70
       legend:
   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"
   # 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"
   # 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"
   # 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"
 
 
 ################################################################################