Daily cbench perf job. Should run for aprox 60m 78/18378/2
authorJamo Luhrsen <james.luhrsen@hp.com>
Wed, 15 Apr 2015 22:34:57 +0000 (15:34 -0700)
committerJamo Luhrsen <james.luhrsen@hp.com>
Thu, 16 Apr 2015 15:50:44 +0000 (08:50 -0700)
Change-Id: I5151d37cdb9fa7db6d8723ad1f8547b4e2c47b8c
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
jjb/openflowplugin/openflowplugin-csit-cbench-daily-master.yaml [new file with mode: 0644]

diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench-daily-master.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench-daily-master.yaml
new file mode 100644 (file)
index 0000000..b5413c7
--- /dev/null
@@ -0,0 +1,41 @@
+- project:
+    name: openflowplugin-csit-cbench-daily-master
+    jobs:
+        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The functionality under test
+    functionality: 'cbench-daily'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Features to install
+    install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test'
+
+    # Robot custom options
+    robot-options: '-v duration_in_secs:180'
+
+    # Trigger jobs (daily)
+    triggers:
+        - timed: '@daily'
+
+    trigger-jobs: ''
+
+    # Plot Info
+    01-plot-title: 'Throughput Mode'
+    01-plot-yaxis: 'flow_mods/sec'
+    01-plot-group: 'Cbench Performance'
+    01-plot-data-file: 'throughput.csv'
+    02-plot-title: 'Latency Mode'
+    02-plot-yaxis: 'flow_mods/sec'
+    02-plot-group: 'Cbench Performance'
+    02-plot-data-file: 'latency.csv'