Jenkins build template mdsal-csit-periodic-dsbenchmark 89/28589/1
authorRadovan Sajben <rsajben@cisco.com>
Tue, 20 Oct 2015 10:38:46 +0000 (12:38 +0200)
committerRadovan Sajben <rsajben@cisco.com>
Tue, 20 Oct 2015 10:53:25 +0000 (12:53 +0200)
Template allows mdsal dsbenchmark periodic jobs generation:

mdsal-csit-1node-periodic-dsbenchmark-only-stable-lithium
mdsal-csit-1node-periodic-dsbenchmark-all-stable-lithium
mdsal-csit-1node-periodic-dsbenchmark-only-beryllium
mdsal-csit-1node-periodic-dsbenchmark-all-beryllium

Change-Id: I2d4ce52928e9ed65dfcd40fcb918bf60488b79b2
Signed-off-by: Radovan Sajben <rsajben@cisco.com>
jjb/mdsal/mdsal-csit-periodic-dsbenchmark.yaml [new file with mode: 0644]

diff --git a/jjb/mdsal/mdsal-csit-periodic-dsbenchmark.yaml b/jjb/mdsal/mdsal-csit-periodic-dsbenchmark.yaml
new file mode 100644 (file)
index 0000000..51fffd0
--- /dev/null
@@ -0,0 +1,43 @@
+- project:
+    name: mdsal-csit-periodic-dsbenchmark
+    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'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-dsbenchmark-impl'
+
+    # Robot custom options
+    robot-options: ''
+
+    # 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'
+