Split of Jenkins build template mdsal-csit-periodic-dsbenchmark 01/28701/2
authorRadovan Sajben <rsajben@cisco.com>
Thu, 22 Oct 2015 14:39:25 +0000 (16:39 +0200)
committerRadovan Sajben <rsajben@cisco.com>
Thu, 22 Oct 2015 15:01:21 +0000 (17:01 +0200)
results are currently returned in different time units by
odl-dsbenchmark-impl feature in beryllium [ms] and lithium [us]

Change-Id: I61b21b9a64c81d5c26d945b13f0d3fb4f3274103
Signed-off-by: Radovan Sajben <rsajben@cisco.com>
jjb/mdsal/mdsal-csit-periodic-dsbenchmark-beryllium.yaml [new file with mode: 0644]
jjb/mdsal/mdsal-csit-periodic-dsbenchmark-lithium.yaml [moved from jjb/mdsal/mdsal-csit-periodic-dsbenchmark.yaml with 91% similarity]

diff --git a/jjb/mdsal/mdsal-csit-periodic-dsbenchmark-beryllium.yaml b/jjb/mdsal/mdsal-csit-periodic-dsbenchmark-beryllium.yaml
new file mode 100644 (file)
index 0000000..25afc97
--- /dev/null
@@ -0,0 +1,41 @@
+- project:
+    name: mdsal-csit-periodic-dsbenchmark-beryllium
+    jobs:
+        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'mdsal'
+
+    # The functionality under test
+    functionality: 'dsbenchmark'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-dsbenchmark-impl'
+
+    # Robot custom options
+    robot-options: '-v UNITS:miliseconds'
+
+    # Trigger jobs (daily)
+    schedule: 'H H * * *'
+
+    # Plot Info
+    01-plot-title: 'Performance by structure'
+    01-plot-yaxis: 'Average total time [ms]'
+    01-plot-group: 'MD-SAL Data Store Performance'
+    01-plot-data-file: 'perf_per_struct.csv'
+    02-plot-title: 'Performance by operations'
+    02-plot-yaxis: 'Average total time [ms]'
+    02-plot-group: 'MD-SAL Data Store Performance'
+    02-plot-data-file: 'perf_per_ops.csv'
+
similarity index 91%
rename from jjb/mdsal/mdsal-csit-periodic-dsbenchmark.yaml
rename to jjb/mdsal/mdsal-csit-periodic-dsbenchmark-lithium.yaml
index 51fffd0dc66e0b8df7947181cd68e43bcd9d3bd2..61e3b8f6d1d531894cd1194ae937bf4ca1b37277 100644 (file)
@@ -1,5 +1,5 @@
 - project:
-    name: mdsal-csit-periodic-dsbenchmark
+    name: mdsal-csit-periodic-dsbenchmark-lithium
     jobs:
         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
 
@@ -11,8 +11,6 @@
 
     # Project branches
     stream:
-        - beryllium:
-            branch: 'master'
         - stable-lithium:
             branch: 'stable/lithium'